summaryrefslogtreecommitdiff
path: root/fs/bcachefs/subvolume.c
AgeCommit message (Expand)Author
2023-05-13bcachefs: Fix quotas + snapshotsKent Overstreet
2023-05-13bcachefs: Add otime, parent to bch_subvolumeKent Overstreet
2023-05-13bcachefs: BTREE_ID_snapshot_treeKent Overstreet
2023-05-12bcachefs: bch2_bkey_get_empty_slot()Kent Overstreet
2023-05-12bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()Kent Overstreet
2023-05-12bcachefs: bch2_bkey_alloc() now calls bch2_trans_update()Kent Overstreet
2023-05-12bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet
2023-05-12bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-05-12bcachefs: bkey_ops.min_val_sizeKent Overstreet
2023-05-12bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster
2023-05-12bcachefs: Private error codes: ENOMEMKent Overstreet
2023-05-12bcachefs: Mark new snapshots earlier in create pathKent Overstreet
2023-05-12bcachefs: bch2_mark_key() now takes btree_id & levelKent Overstreet
2023-05-12bcachefs: bch2_mark_snapshot() now called like other triggersKent Overstreet
2023-05-12bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet
2023-05-12bcachefs: Debug mode for c->writes referencesKent Overstreet
2023-05-12bcachefs: New btree helpersKent Overstreet
2023-05-12bcachefs: More errcode cleanupKent Overstreet
2023-05-12bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-05-12bcachefs: Better inlining in bch2_subvolume_get_snapshot()Kent Overstreet
2023-05-12bcachefs: More style fixesKent Overstreet
2023-05-12bcachefs: Add private error codes for ENOSPCKent Overstreet
2023-05-12bcachefs: Fix bch2_fs_check_snapshots()Kent Overstreet
2023-05-12bcachefs: Fix missing error handling in bch2_subvolume_delete()Kent Overstreet
2023-05-12bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-05-12bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-05-12bcachefs: Convert subvol code to for_each_btree_key_commit()Kent Overstreet
2023-05-12bcachefs: for_each_btree_key2()Kent Overstreet
2023-05-12bcachefs: Improve fsck for subvols/snapshotsKent Overstreet
2023-05-12bcachefs: Fix subvol/snapshot deleting in recoveryKent Overstreet
2023-05-12bcachefs: Switch data_update path to snapshot_id_listKent Overstreet
2023-05-12bcachefs: Fix snapshot deletionKent Overstreet
2023-05-12bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-05-12bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet
2023-05-12bcachefs: Printbuf reworkKent Overstreet
2023-05-12bcachefs: Add rw to .key_invalid()Kent Overstreet
2023-05-12bcachefs: Convert .key_invalid methods to printbufsKent Overstreet
2023-05-12bcachefs: Fix error path in bch2_snapshot_set_equiv()Kent Overstreet
2023-05-12bcachefs: darraysKent Overstreet
2023-05-12bcachefs: New snapshot unit testKent Overstreet
2023-05-12bcachefs: Fix an error path in bch2_snapshot_node_create()Kent Overstreet
2023-05-12bcachefs: bch2_trans_update() is now __must_checkKent Overstreet
2023-05-12bcachefs: Fix quota support for snapshotsKent Overstreet
2023-05-12bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet
2023-05-12bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet
2023-05-12bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet
2023-05-12bcachefs: Fix a cache coherency bug in bch2_subvolume_create()Kent Overstreet
2023-05-12bcachefs: bch2_subvolume_get()Kent Overstreet
2023-05-12bcachefs: Subvolumes, snapshotsKent Overstreet