summaryrefslogtreecommitdiff
path: root/fs/bcachefs/subvolume.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: bch2_trans_update() is now __must_checkKent Overstreet1-8/+13
2023-10-23bcachefs: Fix quota support for snapshotsKent Overstreet1-0/+9
2023-10-23bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet1-4/+5
2023-10-23bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet1-57/+0
2023-10-23bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-16/+166
2023-10-23bcachefs: Fix a cache coherency bug in bch2_subvolume_create()Kent Overstreet1-2/+9
2023-10-23bcachefs: bch2_subvolume_get()Kent Overstreet1-33/+26
2023-10-23bcachefs: Subvolumes, snapshotsKent Overstreet1-0/+981