summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)Author
2021-06-03bcachefs: Preallocate transaction memKent Overstreet
2021-06-02bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2021-05-30bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet
2021-05-27bcachefs: Add an option to control sharding new inode numbersKent Overstreet
2021-05-19bcachefs: properly initialize used valuesDan Robertson
2021-05-19bcachefs: Improved check_directory_structure()Kent Overstreet
2021-05-19bcachefs: Change inode allocation code for snapshotsKent Overstreet
2021-05-19bcachefs: Inode backpointersKent Overstreet
2021-05-19bcachefs: Start using bpos.snapshot fieldKent Overstreet
2021-05-19bcachefs: Improve inode deletion codeKent Overstreet
2021-05-19bcachefs: Require all btree iterators to be freedKent Overstreet
2021-04-27bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2021-04-27bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet
2021-04-27bcachefs: Fix a shift greater than type sizeKent Overstreet
2021-04-27bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2021-04-27bcachefs: bch2_btree_delete_range_trans()Kent Overstreet
2021-04-27bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet
2021-04-27bcachefs: Inode delete doesn't need to flush key cache anymoreKent Overstreet
2021-04-27bcachefs: Fix btree iterator leakKent Overstreet
2021-04-27bcachefs: New varintsKent Overstreet
2021-04-27bcachefs: Improved inode create optimizationKent Overstreet
2021-04-27bcachefs: Inode create optimizationKent Overstreet
2021-04-27bcachefs: Use cached iterators for inode updatesKent Overstreet
2021-04-27bcachefs: Add mode to bch2_inode_to_textKent Overstreet
2021-04-27bcachefs: Kill bkey_type_successorKent Overstreet
2021-04-27bcachefs: Make sure we're releasing btree iteratorsKent Overstreet
2021-04-27bcachefs: Split out btree_trigger_flagsKent Overstreet
2021-04-27bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet
2021-04-27bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet
2021-04-27bcachefs: Initial commitKent Overstreet