summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_reclaim.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet6-29/+30
2023-10-22bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet8-52/+35
2023-10-22bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()Kent Overstreet6-468/+30
2023-10-22bcachefs: Fix bch2_btree_cache_scan()Kent Overstreet1-2/+8
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet6-10/+48
2023-10-22bcachefs: Add a mempool for btree_trans bump allocatorKent Overstreet3-4/+29
2023-10-22bcachefs: Start journal reclaim thread earlierKent Overstreet2-8/+2
2023-10-22bcachefs: Fix for copygc getting stuck waiting for reserve to be filledKent Overstreet2-4/+9
2023-10-22bcachefs: Add allocator thread state to sysfsKent Overstreet6-23/+37
2023-10-22bcachefs: Rip out copygc pd controllerKent Overstreet5-60/+1
2023-10-22bcachefs: Add copygc wait to sysfsKent Overstreet3-0/+9
2023-10-22bcachefs: Fix copygc thresholdKent Overstreet6-33/+33
2023-10-22bcachefs: Don't drop ptrs to btree nodesKent Overstreet2-19/+37
2023-10-22bcachefs: Fix a use-after-free in bch2_gc_mark_key()Kent Overstreet1-19/+24
2023-10-22bcachefs: Bring back metadata only gcKent Overstreet3-25/+46
2023-10-22bcachefs: Fix bch2_write_super to obey very_degraded optionKent Overstreet1-2/+6
2023-10-22bcachefs: Don't fail mounts due to devices that are marked as failedKent Overstreet1-2/+9
2023-10-22bcachefs: Add a cond_seched() to the allocator threadKent Overstreet1-0/+1
2023-10-22bcachefs: Use x-macros for compat feature bitsKent Overstreet7-24/+40
2023-10-22bcachefs: Fix some (spurious) warnings about uninitialized varsKent Overstreet2-2/+2
2023-10-22bcachefs: Fix an allocator startup raceKent Overstreet1-0/+2
2023-10-22bcachefs: Fix bkey format generation for 32 bit fieldsKent Overstreet4-5/+39
2023-10-22bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet6-12/+44
2023-10-22bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet8-38/+132
2023-10-22bcachefs: Dump journal state when we get stuckKent Overstreet1-1/+10
2023-10-22bcachefs: Fix a 64 bit divide on 32 bitKent Overstreet1-2/+4
2023-10-22bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet3-10/+26
2023-10-22bcachefs: Don't call into journal reclaim when we're not supposed toKent Overstreet1-1/+2
2023-10-22bcachefs: Create allocator threads when allocating filesystemKent Overstreet2-1/+25
2023-10-22bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEMKent Overstreet1-4/+10
2023-10-22bcachefs: Add error message for some allocation failuresKent Overstreet6-15/+53
2023-10-22bcachefs: Extents may now cross btree node boundariesKent Overstreet7-237/+87
2023-10-22bcachefs: iter->real_posKent Overstreet3-92/+120
2023-10-22bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()Kent Overstreet1-1/+6
2023-10-22bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet3-21/+56
2023-10-22bcachefs: Fix unnecessary read amplificaiton when allocating ec stripesRobbie Litchfield1-63/+92
2023-10-22bcachefs: Fsck fixesKent Overstreet1-4/+11
2023-10-22bcachefs: Fix a shift greater than type sizeKent Overstreet1-1/+1
2023-10-22bcachefs: Assert that we're not trying to flush journal seq in the futureKent Overstreet1-0/+2
2023-10-22bcachefs: Fix bch2_btree_iter_peek_prev()Kent Overstreet2-23/+35
2023-10-22bcachefs: bch2_btree_iter_advance_pos()Kent Overstreet1-24/+17
2023-10-22bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()Kent Overstreet3-43/+3
2023-10-22bcachefs: Simplify btree_iter_(next|prev)_leaf()Kent Overstreet1-18/+9
2023-10-22bcachefs: Fix for hash_redo_key() in fsckKent Overstreet1-1/+1
2023-10-22bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()Kent Overstreet1-2/+5
2023-10-22bcachefs: Redo checks for sufficient devicesKent Overstreet7-110/+51
2023-10-22bcachefs: Run fsck if BCH_FEATURE_alloc_v2 isn't setKent Overstreet1-0/+7
2023-10-22bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet4-14/+16
2023-10-22bcachefs: Include device in btree IO error messagesKent Overstreet3-37/+44
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet10-75/+219