aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/subvolume.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: New snapshot unit testKent Overstreet1-4/+4
2023-10-22bcachefs: Fix an error path in bch2_snapshot_node_create()Kent Overstreet1-1/+1
2023-10-22bcachefs: bch2_trans_update() is now __must_checkKent Overstreet1-8/+13
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