aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-19/+90
2023-10-22bcachefs: Subvolumes, snapshotsGravatar Kent Overstreet 1-2/+13
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-31/+30
2023-10-22bcachefs: Add flags field to bch2_inode_to_text()Gravatar Kent Overstreet 1-6/+17
2023-10-22bcachefs: Always check for transaction restartsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add an option for whether inodes use the key cacheGravatar Kent Overstreet 1-7/+10
2023-10-22bcachefs: Add safe versions of varint encode/decodeGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Kill bch2_btree_iter_peek_cached()Gravatar Kent Overstreet 1-10/+7
2023-10-22bcachefs: Preallocate transaction memGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Check for errors from bch2_trans_update()Gravatar Kent Overstreet 1-5/+3
2023-10-22bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDGravatar Kent Overstreet 1-3/+1
2023-10-22bcachefs: Add an option to control sharding new inode numbersGravatar Kent Overstreet 1-7/+14
2023-10-22bcachefs: properly initialize used valuesGravatar Dan Robertson 1-1/+1
2023-10-22bcachefs: Improved check_directory_structure()Gravatar Kent Overstreet 1-26/+5
2023-10-22bcachefs: Change inode allocation code for snapshotsGravatar Kent Overstreet 1-23/+55
2023-10-22bcachefs: Inode backpointersGravatar Kent Overstreet 1-13/+5
2023-10-22bcachefs: Start using bpos.snapshot fieldGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Improve inode deletion codeGravatar Kent Overstreet 1-31/+14
2023-10-22bcachefs: Require all btree iterators to be freedGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsGravatar Kent Overstreet 1-9/+9
2023-10-22bcachefs: Don't use inode btree key cache in fsck codeGravatar Kent Overstreet 1-4/+15
2023-10-22bcachefs: Fix a shift greater than type sizeGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_trans_get_iter() no longer returns errorsGravatar Kent Overstreet 1-6/+0
2023-10-22bcachefs: bch2_btree_delete_range_trans()Gravatar Kent Overstreet 1-10/+10
2023-10-22bcachefs: Don't use bkey cache for inode update in fsckGravatar Kent Overstreet 1-4/+10
2023-10-22bcachefs: Inode delete doesn't need to flush key cache anymoreGravatar Kent Overstreet 1-9/+2
2023-10-22bcachefs: Fix btree iterator leakGravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: New varintsGravatar Kent Overstreet 1-54/+133
2023-10-22bcachefs: Improved inode create optimizationGravatar Kent Overstreet 1-92/+47
2023-10-22bcachefs: Inode create optimizationGravatar Kent Overstreet 1-44/+93
2023-10-22bcachefs: Use cached iterators for inode updatesGravatar Kent Overstreet 1-40/+64
2023-10-22bcachefs: Add mode to bch2_inode_to_textGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Kill bkey_type_successorGravatar Kent Overstreet 1-16/+16
2023-10-22bcachefs: Make sure we're releasing btree iteratorsGravatar Kent Overstreet 1-36/+24
2023-10-22bcachefs: Split out btree_trigger_flagsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Kill BTREE_INSERT_ATOMICGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Initialize padding space after alloc bkeyGravatar Justin Husted 1-4/+4
2023-10-22bcachefs: Add missing error checking in bch2_find_by_inum_trans()Gravatar Kent Overstreet 1-3/+8
2023-10-22bcachefs: Factor out fs-common.cGravatar Kent Overstreet 1-14/+25
2023-10-22bcachefs: Don't use sha256 for siphash str hash keyGravatar Kent Overstreet 1-3/+4
2023-10-22bcachefs: bch2_inode_peek()/bch2_inode_write()Gravatar Kent Overstreet 1-0/+47
2023-10-22bcachefs: Kill deferred btree updatesGravatar Kent Overstreet 1-4/+2
2023-10-22bcachefs: add inode_generation_to_text methodGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: More work to avoid transaction restartsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fsck locking improvementsGravatar Kent Overstreet 1-17/+18
2023-10-22bcachefs: trans_for_each_iter()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Only get btree iters from btree transactionsGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Gravatar Kent Overstreet 1-13/+16
2023-10-22bcachefs: bch2_ioc_reinherit_attrs()Gravatar Kent Overstreet 1-1/+2