summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-common.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-1/+1
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Don't allow hardlinks when inherited attrs would changeKent Overstreet1-0/+5
2023-10-23bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet1-3/+5
2023-10-23bcachefs: Add more time_statsKent Overstreet1-0/+1
2023-10-23bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-23/+7
2023-10-23bcachefs: Snapshot deletion fixKent Overstreet1-7/+23
2023-10-23bcachefs: bch2_subvolume_get()Kent Overstreet1-17/+5
2023-10-23bcachefs: Snapshot creation, deletionKent Overstreet1-34/+148
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-48/+79
2023-10-23bcachefs: Add support for dirents that point to subvolumesKent Overstreet1-8/+1
2023-10-23bcachefs: Add missing BTREE_ITER_INTENTKent Overstreet1-1/+1
2023-10-23bcachefs: btree_pathKent Overstreet1-60/+53
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-0/+4
2023-10-23bcachefs: Improve iter->should_be_lockedKent Overstreet1-1/+2
2023-10-23bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet1-1/+2
2023-10-23bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet1-0/+7
2023-10-23bcachefs: Improved check_directory_structure()Kent Overstreet1-2/+6
2023-10-23bcachefs: Change inode allocation code for snapshotsKent Overstreet1-1/+5
2023-10-23bcachefs: Inode backpointersKent Overstreet1-15/+53
2023-10-23bcachefs: Inode create optimizationKent Overstreet1-3/+1
2023-10-23bcachefs: Make sure we're releasing btree iteratorsKent Overstreet1-45/+81
2023-10-23bcachefs: Update directory timestamps during linkJustin Husted1-6/+6
2023-10-23bcachefs: Can't be holding read locks while taking write locksKent Overstreet1-12/+13
2023-10-23bcachefs: Factor out fs-common.cKent Overstreet1-0/+280