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