summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/snapshot.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix deleted inodes btree in snapshot deletionKent Overstreet2023-11-011-0/+9
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-51/+53
* bcachefs: Fix snapshot skiplistsKent Overstreet2023-11-011-7/+6
* bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet2023-10-311-32/+45
* bcachefs: Fix lock ordering with snapshot_create_lockKent Overstreet2023-10-311-0/+1
* bcachefs: snapshot_create_lockKent Overstreet2023-10-221-3/+10
* bcachefs: Fix snapshot skiplists during snapshot deletionKent Overstreet2023-10-221-0/+3
* bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-221-2/+8
* bcachefs: Make sure to initialize equiv when creating new snapshotsKent Overstreet2023-10-221-2/+6
* bcachefs: snapshots: Use kvfree_rcu_mightsleep()Kent Overstreet2023-10-221-22/+2
* bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()Dan Carpenter2023-10-221-2/+2
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-29/+29
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-5/+5
* bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King2023-10-221-1/+1
* bcachefs: Convert more code to bch_err_msg()Kent Overstreet2023-10-221-3/+3
* bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-221-1/+3
* bcachefs: Fix snapshot_skiplist_good()Kent Overstreet2023-10-221-20/+10
* bcachefs: bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-221-1/+90
* bcachefs: Cleanup redundant snapshot nodesKent Overstreet2023-10-221-28/+222
* bcachefs: Fix is_ancestor bitmapKent Overstreet2023-10-221-21/+43
* bcachefs: move check_pos_snapshot_overwritten() to snapshot.cKent Overstreet2023-10-221-0/+34
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-0/+1358