summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: bch2_trans_mark_update()Kent Overstreet
2023-10-22bcachefs: btree_bkey_cached_commonKent Overstreet
2023-10-22bcachefs: Write out fs usage consistentlyKent Overstreet
2023-10-22bcachefs: Avoid write lock on mark_lockKent Overstreet
2023-10-22bcachefs: Fix a bug with multiple iterators being traversedKent Overstreet
2023-10-22bcachefs: fix bch2_rbio_narrow_crcs()Kent Overstreet
2023-10-22bcachefs: Fix journal shutdown pathKent Overstreet
2023-10-22bcachefs: Fix fsync error reportingKent Overstreet
2023-10-22bcachefs: bch2_bkey_ptrs_invalid()Kent Overstreet
2023-10-22bcachefs: Don't hardcode BTREE_ID_EXTENTSKent Overstreet
2023-10-22bcachefs: fix bch2_flags_to_text()Kent Overstreet
2023-10-22bcachefs: Add actual tracepoints for transaction restartsKent Overstreet
2023-10-22bcachefs: copy correct journal_seq to dir in createKent Overstreet
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2023-10-22bcachefs: fix triggers for stripes btreeKent Overstreet
2023-10-22bcachefs: use same timesource as current_time()Kent Overstreet
2023-10-22bcachefs: Fix hang while shutting downKent Overstreet
2023-10-22bcachefs: lockdep fix when going rw from bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: Mark overwrites from journal replay in initial gcKent Overstreet
2023-10-22bcachefs: Deduplicate keys in the journal before replayKent Overstreet
2023-10-22bcachefs: Journal replay refactoringKent Overstreet
2023-10-22bcachefs: cmp_int()Kent Overstreet
2023-10-22bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: allocate sb_read_scratch with __get_free_pageKent Overstreet
2023-10-22bcachefs: delete duplicated codeKent Overstreet
2023-10-22bcachefs: disallow ever going rw if nochanges or noreplayKent Overstreet
2023-10-22bcachefs: initial gc no longer needs to touch every nodeKent Overstreet
2023-10-22bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet
2023-10-22bcachefs: don't lose errors from iterators that have been freedKent Overstreet
2023-10-22bcachefs: free trans->mem on commitKent Overstreet
2023-10-22bcachefs: add ability to run gc on metadata onlyKent Overstreet
2023-10-22bcachefs: Convert gc errors to fsck errorsKent Overstreet
2023-10-22bcachefs: ratelimit copygc warningKent Overstreet
2023-10-22bcachefs: minor fsck fixKent Overstreet
2023-10-22bcachefs: Fsck locking improvementsKent Overstreet
2023-10-22bcachefs: Caller now responsible for calling mark_key for gcKent Overstreet
2023-10-22bcachefs: Refactor bch2_fs_recovery()Kent Overstreet
2023-10-22bcachefs: fix bch2_trans_unlock()Kent Overstreet
2023-10-22bcachefs: add missing bch2_btree_iter_node_drop() callKent Overstreet
2023-10-22bcachefs: allow journal reply on ro mountKent Overstreet
2023-10-22bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsckKent Overstreet
2023-10-22bcachefs: Track whether filesystem has errors in superblockKent Overstreet
2023-10-22bcachefs: (invalidate|release)_folio fixesKent Overstreet
2023-10-22bcachefs: Assorted preemption fixesKent Overstreet
2023-10-22bcachefs: Write out alloc info more carefullyKent Overstreet
2023-10-22bcachefs: fix initial gcKent Overstreet
2023-10-22bcachefs: Handle fsck errors at runtime betterKent Overstreet
2023-10-22bcachefs: simplify gc locking a bitKent Overstreet
2023-10-22bcachefs: move some checks to expensive_debug_checksKent Overstreet
2023-10-22bcachefs: Sort updates in bch2_trans_update()Kent Overstreet