summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Don't overwrite snapshot field in bch2_cut_back()Kent Overstreet
2023-10-22bcachefs: Kill bkey ops->debugcheck methodKent Overstreet
2023-10-22bcachefs: Assert that iterators aren't being double freedKent Overstreet
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet
2023-10-22bcachefs: btree_iter_set_dontneed()Kent Overstreet
2023-10-22bcachefs: Fsck code refactoringKent Overstreet
2023-10-22bcachefs: Fix btree iterator leak in extent_handle_overwrites()Kent Overstreet
2023-10-22bcachefs: Don't list non journal devs in journal_debug_to_text()Kent Overstreet
2023-10-22bcachefs: Add a print statement for when we go read-writeKent Overstreet
2023-10-22bcachefs: Kill btree_iter_pos_changed()Kent Overstreet
2023-10-22bcachefs: Fix a btree iterator leakKent Overstreet
2023-10-22bcachefs: Kill reflink optionKent Overstreet
2023-10-22bcachefs: Fix read retry path for indirect extentsKent Overstreet
2023-10-22bcachefs: Consolidate bch2_read_retry and bch2_read()Kent Overstreet
2023-10-22bcachefs: Kill ei_str_hashKent Overstreet
2023-10-22bcachefs: Use __bch2_trans_do() in a few more placesKent Overstreet
2023-10-22bcachefs: Have fsck check for stripe pointers matching stripeKent Overstreet
2023-10-22bcachefs: Fix locking in bch2_btree_iter_traverse_cached()Kent Overstreet
2023-10-22bcachefs: __bch2_trans_get_iter() refactoring, BTREE_ITER_NOT_EXTENTSKent Overstreet
2023-10-22bcachefs: Simplify bch2_btree_iter_peek_prev()Kent Overstreet
2023-10-22bcachefs: Simplify for_each_btree_key()Kent Overstreet
2023-10-22bcachefs: Fix compat code for superblockKent Overstreet
2023-10-22bcachefs: Fix bpos_diff()Kent Overstreet
2023-10-22bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet
2023-10-22bcachefs: btree_iter_prev_slot()Kent Overstreet
2023-10-22bcachefs: Delete some dead codeKent Overstreet
2023-10-22bcachefs: btree_iter_live()Kent Overstreet
2023-10-22bcachefs: Improve handling of extents in bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet
2023-10-22bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet
2023-10-22bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()Kent Overstreet
2023-10-22bcachefs: Fix bch2_btree_cache_scan()Kent Overstreet
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet
2023-10-22bcachefs: Add a mempool for btree_trans bump allocatorKent Overstreet
2023-10-22bcachefs: Start journal reclaim thread earlierKent Overstreet
2023-10-22bcachefs: Fix for copygc getting stuck waiting for reserve to be filledKent Overstreet
2023-10-22bcachefs: Add allocator thread state to sysfsKent Overstreet
2023-10-22bcachefs: Rip out copygc pd controllerKent Overstreet
2023-10-22bcachefs: Add copygc wait to sysfsKent Overstreet
2023-10-22bcachefs: Fix copygc thresholdKent Overstreet
2023-10-22bcachefs: Don't drop ptrs to btree nodesKent Overstreet
2023-10-22bcachefs: Fix a use-after-free in bch2_gc_mark_key()Kent Overstreet
2023-10-22bcachefs: Bring back metadata only gcKent Overstreet
2023-10-22bcachefs: Fix bch2_write_super to obey very_degraded optionKent Overstreet
2023-10-22bcachefs: Don't fail mounts due to devices that are marked as failedKent Overstreet
2023-10-22bcachefs: Add a cond_seched() to the allocator threadKent Overstreet
2023-10-22bcachefs: Use x-macros for compat feature bitsKent Overstreet
2023-10-22bcachefs: Fix some (spurious) warnings about uninitialized varsKent Overstreet