aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: bch2_bkey_ptrs_invalid()Kent Overstreet4-117/+103
2023-10-22bcachefs: Don't hardcode BTREE_ID_EXTENTSKent Overstreet2-4/+4
2023-10-22bcachefs: fix bch2_flags_to_text()Kent Overstreet1-1/+1
2023-10-22bcachefs: Add actual tracepoints for transaction restartsKent Overstreet5-4/+92
2023-10-22bcachefs: copy correct journal_seq to dir in createKent Overstreet1-1/+1
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet18-184/+182
2023-10-22bcachefs: fix triggers for stripes btreeKent Overstreet1-0/+9
2023-10-22bcachefs: use same timesource as current_time()Kent Overstreet1-1/+1
2023-10-22bcachefs: Fix hang while shutting downKent Overstreet3-11/+21
2023-10-22bcachefs: lockdep fix when going rw from bch2_alloc_write()Kent Overstreet1-12/+23
2023-10-22bcachefs: Mark overwrites from journal replay in initial gcKent Overstreet6-107/+192
2023-10-22bcachefs: Deduplicate keys in the journal before replayKent Overstreet8-103/+267
2023-10-22bcachefs: Journal replay refactoringKent Overstreet5-240/+251
2023-10-22bcachefs: cmp_int()Kent Overstreet12-18/+20
2023-10-22bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet6-24/+24
2023-10-22bcachefs: allocate sb_read_scratch with __get_free_pageKent Overstreet2-3/+3
2023-10-22bcachefs: delete duplicated codeKent Overstreet3-39/+16
2023-10-22bcachefs: disallow ever going rw if nochanges or noreplayKent Overstreet1-0/+5
2023-10-22bcachefs: initial gc no longer needs to touch every nodeKent Overstreet1-12/+4
2023-10-22bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet15-472/+460
2023-10-22bcachefs: don't lose errors from iterators that have been freedKent Overstreet2-2/+5
2023-10-22bcachefs: free trans->mem on commitKent Overstreet1-3/+6
2023-10-22bcachefs: add ability to run gc on metadata onlyKent Overstreet8-61/+88
2023-10-22bcachefs: Convert gc errors to fsck errorsKent Overstreet1-7/+10
2023-10-22bcachefs: ratelimit copygc warningKent Overstreet2-1/+4
2023-10-22bcachefs: minor fsck fixKent Overstreet1-18/+12
2023-10-22bcachefs: Fsck locking improvementsKent Overstreet5-57/+83
2023-10-22bcachefs: Caller now responsible for calling mark_key for gcKent Overstreet7-58/+54
2023-10-22bcachefs: Refactor bch2_fs_recovery()Kent Overstreet1-135/+179
2023-10-22bcachefs: fix bch2_trans_unlock()Kent Overstreet1-4/+4
2023-10-22bcachefs: add missing bch2_btree_iter_node_drop() callKent Overstreet2-8/+5
2023-10-22bcachefs: allow journal reply on ro mountKent Overstreet1-3/+0
2023-10-22bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsckKent Overstreet1-6/+15
2023-10-22bcachefs: Track whether filesystem has errors in superblockKent Overstreet6-33/+26
2023-10-22bcachefs: (invalidate|release)_folio fixesKent Overstreet1-4/+1
2023-10-22bcachefs: Assorted preemption fixesKent Overstreet4-12/+14
2023-10-22bcachefs: Write out alloc info more carefullyKent Overstreet1-6/+8
2023-10-22bcachefs: fix initial gcKent Overstreet1-6/+0
2023-10-22bcachefs: Handle fsck errors at runtime betterKent Overstreet1-3/+13
2023-10-22bcachefs: simplify gc locking a bitKent Overstreet1-16/+11
2023-10-22bcachefs: move some checks to expensive_debug_checksKent Overstreet4-8/+21
2023-10-22bcachefs: Sort updates in bch2_trans_update()Kent Overstreet2-11/+23
2023-10-22bcachefs: Unlink not-touched iters on successful transaction commitKent Overstreet2-1/+7
2023-10-22bcachefs: traverse all iterators on transaction restartKent Overstreet3-19/+23
2023-10-22bcachefs: Add iter->idxKent Overstreet3-44/+28
2023-10-22bcachefs: Kill btree_iter->nextKent Overstreet3-107/+10
2023-10-22bcachefs: Change btree_iter_traverse_error() to not use iter->nextKent Overstreet1-41/+24
2023-10-22bcachefs: trans_for_each_iter()Kent Overstreet16-248/+255
2023-10-22bcachefs: Better bch2_trans_copy_iter()Kent Overstreet2-46/+59
2023-10-22bcachefs: Btree iterators now always have a btree_transKent Overstreet3-34/+26