summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_gc.c
AgeCommit message (Expand)Author
2025-09-29Remove bcachefs core codeLinus Torvalds
2025-06-26bcachefs: Ensure btree node scan runs before checking for scanned nodesKent Overstreet
2025-06-17bcachefs: fsck: fix unhandled restart in topology repairKent Overstreet
2025-06-11bcachefs: Add missing restart handling to check_topology()Kent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet
2025-05-21bcachefs: BCH_SB_MEMBER_DELETED_UUIDKent Overstreet
2025-05-21bcachefs: Remove redundant calls to btree_lost_data()Kent Overstreet
2025-05-21bcachefs: Kill redundant error message in topology repairKent Overstreet
2025-05-21bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet
2025-05-21bcachefs: Move various init code to _init_early()Kent Overstreet
2025-04-28bcachefs: btree_root_unreadable_and_scan_found_nothing autofix for non data b...Kent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-14bcachefs: add progress indicator to check_allocationsKent Overstreet
2025-01-09bcachefs: bch2_fs_btree_gc_init()Kent Overstreet
2025-01-09bcachefs: Drop redundant "read error" call from btree_gcKent Overstreet
2024-12-21bcachefs: alloc_data_type_set() happens in alloc triggerKent Overstreet
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet
2024-12-21bcachefs: Call bch2_btree_lost_data() on btree read errorKent Overstreet
2024-12-21bcachefs: add missing printbuf_reset()Kent Overstreet
2024-12-21bcachefs: Make topology errors autofixKent Overstreet
2024-12-21bcachefs: Reorganize reflink.c a bitKent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-12-21bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet
2024-11-11bcachefs: Fix assertion pop in topology repairKent Overstreet
2024-10-18bcachefs: fix restart handling in bch2_alloc_write_key()Kent Overstreet
2024-10-09bcachefs: Fix state lock involved deadlockAlan Huang
2024-10-04bcachefs: Kill alloc_v4.fragmentation_lruKent Overstreet
2024-09-27bcachefs: rename version -> bversionKent Overstreet
2024-09-27bcachefs: Fix srcu warning in check_topologyKent Overstreet
2024-09-21bcachefs: split up btree cache counters for live, freeableKent Overstreet
2024-09-09bcachefs: Switch gc bucket array to a genradixKent Overstreet
2024-08-16bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet
2024-07-14bcachefs: Reduce the scope of gc_lockKent Overstreet
2024-07-14bcachefs: bch2_gc_pos_to_text()Kent Overstreet
2024-07-14bcachefs: Refactor disk accounting data structuresKent Overstreet
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet
2024-07-14bcachefs: btree_types bitmask cleanupsKent Overstreet
2024-07-14bcachefs: Initialize gc buckets in alloc triggerKent Overstreet
2024-07-14bcachefs: Walk leaf to root in btree_gcKent Overstreet
2024-07-14bcachefs: Don't block journal when finishing check_allocations()Kent Overstreet
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet
2024-07-14bcachefs: dev_usage updated by new accountingKent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-07-14bcachefs: bch_alloc->stripe_sectorsKent Overstreet