aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/data_update.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Data update support for unwritten extentsGravatar Kent Overstreet 1-12/+106
2023-10-22bcachefs: Drop old maybe_extending optimizationGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Delete in memory ec backpointersGravatar Kent Overstreet 1-4/+0
2023-10-22bcachefs: Fix rereplicate when we already have a cached pointerGravatar Kent Overstreet 1-2/+13
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Kill BCH_WRITE_FLUSHGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Kill BCH_WRITE_JOURNAL_SEQ_PTRGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Handle dropping pointers in data_update pathGravatar Kent Overstreet 1-2/+21
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-5/+8
2023-10-22bcachefs: fsck: Another transaction restart handling fixGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Switch data_update path to snapshot_id_listGravatar Kent Overstreet 1-9/+6
2023-10-22bcachefs: Redo data_update interfaceGravatar Kent Overstreet 1-111/+98
2023-10-22bcachefs: Pull out data_update.cGravatar Kent Overstreet 1-0/+383