summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs-common.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet2024-03-131-8/+15
* bcachefs: bch_subvolume::fs_path_parentKent Overstreet2024-03-131-0/+32
* bcachefs: Subvolumes may now be renamedKent Overstreet2024-03-101-0/+15
* bcachefs: Cleanup bch2_dirent_lookup_trans()Kent Overstreet2024-03-101-2/+2
* bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet2024-01-051-21/+15
* bcachefs: x-macro-ify inode flags enumKent Overstreet2023-11-051-1/+1
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-2/+2
* bcachefs: Don't allow hardlinks when inherited attrs would changeKent Overstreet2023-10-221-0/+5
* bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet2023-10-221-3/+5
* bcachefs: Add more time_statsKent Overstreet2023-10-221-0/+1
* bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet2023-10-221-23/+7
* bcachefs: Snapshot deletion fixKent Overstreet2023-10-221-7/+23
* bcachefs: bch2_subvolume_get()Kent Overstreet2023-10-221-17/+5
* bcachefs: Snapshot creation, deletionKent Overstreet2023-10-221-34/+148
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-48/+79
* bcachefs: Add support for dirents that point to subvolumesKent Overstreet2023-10-221-8/+1
* bcachefs: Add missing BTREE_ITER_INTENTKent Overstreet2023-10-221-1/+1
* bcachefs: btree_pathKent Overstreet2023-10-221-60/+53
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-0/+4
* bcachefs: Improve iter->should_be_lockedKent Overstreet2023-10-221-1/+2
* bcachefs: Fix pathalogical behaviour with inode sharding by cpu IDKent Overstreet2023-10-221-1/+2
* bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet2023-10-221-0/+7
* bcachefs: Improved check_directory_structure()Kent Overstreet2023-10-221-2/+6
* bcachefs: Change inode allocation code for snapshotsKent Overstreet2023-10-221-1/+5
* bcachefs: Inode backpointersKent Overstreet2023-10-221-15/+53
* bcachefs: Inode create optimizationKent Overstreet2023-10-221-3/+1
* bcachefs: Make sure we're releasing btree iteratorsKent Overstreet2023-10-221-45/+81
* bcachefs: Update directory timestamps during linkJustin Husted2023-10-221-6/+6
* bcachefs: Can't be holding read locks while taking write locksKent Overstreet2023-10-221-12/+13
* bcachefs: Factor out fs-common.cKent Overstreet2023-10-221-0/+280