summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/subvolume.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: More style fixesKent Overstreet2023-10-221-0/+1
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-2/+2
* bcachefs: Fix bch2_fs_check_snapshots()Kent Overstreet2023-10-221-2/+2
* bcachefs: Fix missing error handling in bch2_subvolume_delete()Kent Overstreet2023-10-221-0/+2
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-1/+1
* bcachefs: Use bch2_err_str() in error messagesKent Overstreet2023-10-221-11/+12
* bcachefs: Convert subvol code to for_each_btree_key_commit()Kent Overstreet2023-10-221-71/+34
* bcachefs: for_each_btree_key2()Kent Overstreet2023-10-221-102/+67
* bcachefs: Improve fsck for subvols/snapshotsKent Overstreet2023-10-221-101/+127
* bcachefs: Fix subvol/snapshot deleting in recoveryKent Overstreet2023-10-221-25/+94
* bcachefs: Switch data_update path to snapshot_id_listKent Overstreet2023-10-221-10/+3
* bcachefs: Fix snapshot deletionKent Overstreet2023-10-221-22/+18
* bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet2023-10-221-3/+3
* bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet2023-10-221-2/+2
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-10/+10
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-2/+2
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-23/+43
* bcachefs: Fix error path in bch2_snapshot_set_equiv()Kent Overstreet2023-10-221-2/+3
* bcachefs: darraysKent Overstreet2023-10-221-28/+13
* bcachefs: New snapshot unit testKent Overstreet2023-10-221-4/+4
* bcachefs: Fix an error path in bch2_snapshot_node_create()Kent Overstreet2023-10-221-1/+1
* bcachefs: bch2_trans_update() is now __must_checkKent Overstreet2023-10-221-8/+13
* bcachefs: Fix quota support for snapshotsKent Overstreet2023-10-221-0/+9
* bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet2023-10-221-4/+5
* bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet2023-10-221-57/+0
* bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet2023-10-221-16/+166
* bcachefs: Fix a cache coherency bug in bch2_subvolume_create()Kent Overstreet2023-10-221-2/+9
* bcachefs: bch2_subvolume_get()Kent Overstreet2023-10-221-33/+26
* bcachefs: Subvolumes, snapshotsKent Overstreet2023-10-221-0/+981