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