summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-18/+18
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-3/+3
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-56/+74
* bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet2023-10-221-2/+2
* bcachefs: Inode create no longer needs to probe key cacheKent Overstreet2023-10-221-24/+4
* bcachefs: btree_id_cached()Kent Overstreet2023-10-221-10/+5
* bcachefs: Simplify bch2_inode_delete_keys()Kent Overstreet2023-10-221-35/+22
* bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()Kent Overstreet2023-10-221-1/+5
* bcachefs: Fix debug build in userspaceKent Overstreet2023-10-221-10/+0
* bcachefs: Fix missing field initializationKent Overstreet2023-10-221-0/+1
* bcachefs: bch2_assert_pos_locked()Kent Overstreet2023-10-221-3/+3
* bcachefs: Add journal_seq to inode & alloc keysKent Overstreet2023-10-221-108/+103
* bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet2023-10-221-5/+1
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-19/+90
* bcachefs: Subvolumes, snapshotsKent Overstreet2023-10-221-2/+13
* bcachefs: btree_pathKent Overstreet2023-10-221-31/+30
* bcachefs: Add flags field to bch2_inode_to_text()Kent Overstreet2023-10-221-6/+17
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-1/+1
* bcachefs: Add an option for whether inodes use the key cacheKent Overstreet2023-10-221-7/+10
* bcachefs: Add safe versions of varint encode/decodeKent Overstreet2023-10-221-3/+3
* bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet2023-10-221-10/+7
* bcachefs: Preallocate transaction memKent Overstreet2023-10-221-1/+1
* bcachefs: Check for errors from bch2_trans_update()Kent Overstreet2023-10-221-5/+3
* bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet2023-10-221-3/+1
* bcachefs: Add an option to control sharding new inode numbersKent Overstreet2023-10-221-7/+14
* bcachefs: properly initialize used valuesDan Robertson2023-10-221-1/+1
* bcachefs: Improved check_directory_structure()Kent Overstreet2023-10-221-26/+5
* bcachefs: Change inode allocation code for snapshotsKent Overstreet2023-10-221-23/+55
* bcachefs: Inode backpointersKent Overstreet2023-10-221-13/+5
* bcachefs: Start using bpos.snapshot fieldKent Overstreet2023-10-221-0/+1
* bcachefs: Improve inode deletion codeKent Overstreet2023-10-221-31/+14
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-0/+1
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-9/+9
* bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet2023-10-221-4/+15
* bcachefs: Fix a shift greater than type sizeKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet2023-10-221-6/+0
* bcachefs: bch2_btree_delete_range_trans()Kent Overstreet2023-10-221-10/+10
* bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet2023-10-221-4/+10
* bcachefs: Inode delete doesn't need to flush key cache anymoreKent Overstreet2023-10-221-9/+2
* bcachefs: Fix btree iterator leakKent Overstreet2023-10-221-1/+3
* bcachefs: New varintsKent Overstreet2023-10-221-54/+133
* bcachefs: Improved inode create optimizationKent Overstreet2023-10-221-92/+47
* bcachefs: Inode create optimizationKent Overstreet2023-10-221-44/+93
* bcachefs: Use cached iterators for inode updatesKent Overstreet2023-10-221-40/+64
* bcachefs: Add mode to bch2_inode_to_textKent Overstreet2023-10-221-0/+2
* bcachefs: Kill bkey_type_successorKent Overstreet2023-10-221-16/+16
* bcachefs: Make sure we're releasing btree iteratorsKent Overstreet2023-10-221-36/+24
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-3/+3
* bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet2023-10-221-1/+0
* bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet2023-10-221-1/+1