summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)Author
2022-01-09bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet
2021-12-30bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet
2021-12-30bcachefs: Fix debug build in userspaceKent Overstreet
2021-12-30bcachefs: Fix missing field initializationKent Overstreet
2021-12-30bcachefs: bch2_assert_pos_locked()Kent Overstreet
2021-12-30bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2021-12-30bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet
2021-12-30bcachefs: Plumb through subvolume idKent Overstreet
2021-12-30bcachefs: Subvolumes, snapshotsKent Overstreet
2021-12-30bcachefs: Disable btree key cache for inodesKent Overstreet
2021-12-30bcachefs: btree_pathKent Overstreet
2021-12-30bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet
2021-12-30bcachefs: Always check for transaction restartsKent Overstreet
2021-12-30bcachefs: Add an option for whether inodes use the key cacheKent Overstreet
2021-12-30bcachefs: Add safe versions of varint encode/decodeKent Overstreet
2021-12-30bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet
2021-12-30bcachefs: Preallocate transaction memKent Overstreet
2021-12-30bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2021-12-30bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet
2021-12-30bcachefs: Add an option to control sharding new inode numbersKent Overstreet
2021-12-30bcachefs: properly initialize used valuesDan Robertson
2021-12-28bcachefs: Improved check_directory_structure()Kent Overstreet
2021-12-28bcachefs: Change inode allocation code for snapshotsKent Overstreet
2021-12-28bcachefs: Inode backpointersKent Overstreet
2021-12-28bcachefs: Start using bpos.snapshot fieldKent Overstreet
2021-12-28bcachefs: Improve inode deletion codeKent Overstreet
2021-12-28bcachefs: Require all btree iterators to be freedKent Overstreet
2021-12-28bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2021-11-04bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet
2021-11-04bcachefs: Fix a shift greater than type sizeKent Overstreet
2021-11-04bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2021-11-04bcachefs: bch2_btree_delete_range_trans()Kent Overstreet
2021-11-04bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet
2021-11-04bcachefs: Inode delete doesn't need to flush key cache anymoreKent Overstreet
2021-11-04bcachefs: Fix btree iterator leakKent Overstreet
2021-11-04bcachefs: New varintsKent Overstreet
2021-11-04bcachefs: Improved inode create optimizationKent Overstreet
2021-11-04bcachefs: Inode create optimizationKent Overstreet
2021-11-04bcachefs: Use cached iterators for inode updatesKent Overstreet
2021-11-04bcachefs: Add mode to bch2_inode_to_textKent Overstreet
2021-11-04bcachefs: Kill bkey_type_successorKent Overstreet
2021-11-04bcachefs: Make sure we're releasing btree iteratorsKent Overstreet
2021-11-04bcachefs: Split out btree_trigger_flagsKent Overstreet
2021-11-04bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet
2021-11-04bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet
2021-11-04bcachefs: Initial commitKent Overstreet