summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03bcachefs: Improve bch2_btree_update_to_text()Kent Overstreet2-22/+43
2024-04-02mean_and_variance: Drop always failing testsGuenter Roeck1-27/+1
2024-04-02bcachefs: fix nocow lock deadlockKent Overstreet1-2/+1
2024-04-02bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet6-7/+12
2024-04-02bcachefs: Fix btree node reserveKent Overstreet1-1/+1
2024-04-01bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet1-1/+3
2024-04-01bcachefs: Fix overlapping extent repairKent Overstreet1-4/+6
2024-04-01bcachefs: Fix remove_dirent()Kent Overstreet1-3/+4
2024-04-01bcachefs: Logged op errors should be ignoredKent Overstreet1-4/+3
2024-04-01bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet6-14/+26
2024-04-01bcachefs: bch2_run_explicit_recovery_pass_persistent()Kent Overstreet2-0/+19
2024-04-01bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet2-17/+16
2024-04-01bcachefs: Flush journal immediately after replay if we did early repairKent Overstreet1-0/+20
2024-04-01bcachefs: Resume logged ops after fsckKent Overstreet1-1/+1
2024-04-01bcachefs: Add error messages to logged ops fnsKent Overstreet1-0/+2
2024-04-01bcachefs: Split out recovery_passes.cKent Overstreet16-286/+313
2024-04-01bcachefs: fix backpointer for missing alloc key msgKent Overstreet1-1/+1
2024-04-01bcachefs: Fix bch2_btree_increase_depth()Kent Overstreet1-2/+5
2024-04-01bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet5-66/+67
2024-04-01bcachefs: Fix use after free in check_root_trans()Kent Overstreet1-7/+11
2024-04-01bcachefs: Fix repair path for missing indirect extentsKent Overstreet1-2/+1
2024-04-01bcachefs: Fix use after free in bch2_check_fix_ptrs()Kent Overstreet1-6/+6
2024-04-01bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet4-4/+14
2024-04-01bcachefs: Check btree ptr min_key in .invalidKent Overstreet2-3/+9
2024-04-01bcachefs: add REQ_SYNC and REQ_IDLE in write diozhuxiaohui1-2/+2
2024-04-01bcachefs: Improved topology repair checksKent Overstreet8-165/+137
2024-04-01bcachefs: Be careful about btree node splits during journal replayKent Overstreet3-3/+26
2024-04-01bcachefs: btree_and_journal_iter now respects trans->journal_replay_not_finishedKent Overstreet1-5/+8
2024-04-01bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li1-3/+30
2024-04-01bcachefs: Don't do extent merging before journal replay is finishedKent Overstreet1-0/+6
2024-04-01bcachefs: Add checks for invalid snapshot IDsKent Overstreet5-39/+40
2024-04-01bcachefs: Move snapshot table size to struct snapshot_tableKent Overstreet4-13/+21
2024-04-01bcachefs: Add an assertion for trying to evict btree rootKent Overstreet1-0/+2
2024-04-01bcachefs: fix mount error pathKent Overstreet1-0/+1
2024-04-01bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger1-1/+1
2024-04-01bcachefs: Fix journal pins in btree write bufferKent Overstreet1-0/+14
2024-04-01bcachefs: Fix assert in bch2_backpointer_invalid()Kent Overstreet1-0/+5
2024-03-20Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds26-111/+157
2024-03-19bcachefs: Fix lost wakeup on journal shutdownKent Overstreet1-6/+6
2024-03-19bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet1-4/+9
2024-03-18bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet1-1/+1
2024-03-18bcachefs: Run check_topology() firstKent Overstreet1-1/+1
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet15-35/+35
2024-03-18bcachefs: Fix lost transaction restart errorKent Overstreet1-4/+6
2024-03-18bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet3-2/+9
2024-03-18bcachefs: fix for building in userspaceKent Overstreet1-16/+16
2024-03-18bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recoveryKent Overstreet1-14/+18
2024-03-18bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()Kent Overstreet1-6/+7
2024-03-18bcachefs: Improve sysfs internal/btree_updatesKent Overstreet2-6/+8
2024-03-18bcachefs: Split out btree_node_rewrite_workerKent Overstreet2-2/+11