aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/subvolume.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsGravatar Kent Overstreet 1-2/+2
2024-05-08bcachefs: Fix type of flags parameter for some ->trigger() implementationsGravatar Nathan Chancellor 1-1/+2
2024-03-31bcachefs: Split out recovery_passes.cGravatar Kent Overstreet 1-0/+3
2024-03-13bcachefs: Check for subvolume children when deleting subvolumesGravatar Kent Overstreet 1-0/+1
2024-03-13bcachefs: BTREE_ID_subvolume_childrenGravatar Kent Overstreet 1-0/+4
2024-03-13bcachefs: bch_subvolume::fs_path_parentGravatar Kent Overstreet 1-2/+1
2024-01-01bcachefs: make RO snapshots actually ROGravatar Kent Overstreet 1-0/+3
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...Gravatar Nathan Chancellor 1-1/+1
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-223/+0
2023-10-22bcachefs: Inline bch2_snapshot_is_ancestor() fast pathGravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: Convert snapshot table to RCU arrayGravatar Kent Overstreet 1-16/+79
2023-10-22bcachefs: Snapshot depth, skiplist fieldsGravatar Kent Overstreet 1-7/+26
2023-10-22bcachefs: Enumerate recovery passesGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: Fix quotas + snapshotsGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Add otime, parent to bch_subvolumeGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: BTREE_ID_snapshot_treeGravatar Kent Overstreet 1-0/+20
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: bch2_mark_key() now takes btree_id & levelGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix insert_snapshot_whiteouts()Gravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: bch2_mark_snapshot() now called like other triggersGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Improve snapshots_seenGravatar Kent Overstreet 1-25/+10
2023-10-22bcachefs: Fix subvol/snapshot deleting in recoveryGravatar Kent Overstreet 1-1/+6
2023-10-22bcachefs: Switch data_update path to snapshot_id_listGravatar Kent Overstreet 1-0/+21
2023-10-22bcachefs: Add rw to .key_invalid()Gravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: Convert .key_invalid methods to printbufsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: darraysGravatar Kent Overstreet 1-25/+13
2023-10-22bcachefs: New snapshot unit testGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Fix quota support for snapshotsGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Convert bch2_mark_key() to take a btree_trans *Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Move bch2_evict_subvolume_inodes() to fs.cGravatar Kent Overstreet 1-0/+10
2023-10-22bcachefs: Add BCH_SUBVOLUME_UNLINKEDGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Fix compiler warningsGravatar Brett Holman 1-1/+1
2023-10-22bcachefs: bch2_subvolume_get()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Update data move path for snapshotsGravatar Kent Overstreet 1-0/+38
2023-10-22bcachefs: Subvolumes, snapshotsGravatar Kent Overstreet 1-0/+77