summaryrefslogtreecommitdiff
path: root/fs/bcachefs/subvolume.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet1-0/+3
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-1/+1
2023-10-23bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...Nathan Chancellor1-1/+1
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-223/+0
2023-10-23bcachefs: Inline bch2_snapshot_is_ancestor() fast pathKent Overstreet1-1/+8
2023-10-23bcachefs: Convert snapshot table to RCU arrayKent Overstreet1-16/+79
2023-10-23bcachefs: Snapshot depth, skiplist fieldsKent Overstreet1-7/+26
2023-10-23bcachefs: Enumerate recovery passesKent Overstreet1-4/+4
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-2/+4
2023-10-23bcachefs: Fix quotas + snapshotsKent Overstreet1-0/+2
2023-10-23bcachefs: Add otime, parent to bch_subvolumeKent Overstreet1-1/+0
2023-10-23bcachefs: BTREE_ID_snapshot_treeKent Overstreet1-0/+20
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-0/+2
2023-10-23bcachefs: bch2_mark_key() now takes btree_id & levelKent Overstreet1-2/+2
2023-10-23bcachefs: Fix insert_snapshot_whiteouts()Kent Overstreet1-0/+7
2023-10-23bcachefs: bch2_mark_snapshot() now called like other triggersKent Overstreet1-3/+3
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-2/+2
2023-10-23bcachefs: More style fixesKent Overstreet1-4/+4
2023-10-23bcachefs: Improve snapshots_seenKent Overstreet1-25/+10
2023-10-23bcachefs: Fix subvol/snapshot deleting in recoveryKent Overstreet1-1/+6
2023-10-23bcachefs: Switch data_update path to snapshot_id_listKent Overstreet1-0/+21
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-2/+4
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-2/+2
2023-10-23bcachefs: darraysKent Overstreet1-25/+13
2023-10-23bcachefs: New snapshot unit testKent Overstreet1-0/+4
2023-10-23bcachefs: Fix quota support for snapshotsKent Overstreet1-0/+2
2023-10-23bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet1-2/+2
2023-10-23bcachefs: Move bch2_evict_subvolume_inodes() to fs.cKent Overstreet1-0/+10
2023-10-23bcachefs: Add BCH_SUBVOLUME_UNLINKEDKent Overstreet1-1/+4
2023-10-23bcachefs: Fix compiler warningsBrett Holman1-1/+1
2023-10-23bcachefs: bch2_subvolume_get()Kent Overstreet1-0/+2
2023-10-23bcachefs: Update data move path for snapshotsKent Overstreet1-0/+38
2023-10-23bcachefs: Subvolumes, snapshotsKent Overstreet1-0/+77