summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_reclaim.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: track_event_change()Kent Overstreet2024-01-011-11/+16
* bcachefs: Journal pins must always have a flush_fnKent Overstreet2024-01-011-5/+7
* bcachefs: Add an assertion in bch2_journal_pin_set()Kent Overstreet2024-01-011-12/+47
* bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet2023-12-101-0/+3
* bcachefs: Kill journal pre-reservationsKent Overstreet2023-11-141-27/+15
* bcachefs: refactor pin put helpersBrian Foster2023-10-221-7/+4
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-3/+8
* bcachefs: Convert more code to bch_err_msg()Kent Overstreet2023-10-221-1/+1
* bcachefs: sb-members.cKent Overstreet2023-10-221-1/+2
* bcachefs: Fix assorted checkpatch nitsKent Overstreet2023-10-221-1/+1
* bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet2023-10-221-5/+3
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-1/+1
* bcachefs: mark active journal devices on journal replicas gcBrian Foster2023-10-221-1/+13
* bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet2023-10-221-1/+1
* bcachefs: drop unnecessary journal stuck check from space calculationBrian Foster2023-10-221-18/+1
* bcachefs: When shutting down, flush btree node writes lastKent Overstreet2023-10-221-30/+53
* bcachefs: Ensure btree node cache is not more than half dirtyKent Overstreet2023-10-221-0/+3
* bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet2023-10-221-1/+3
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Add persistent counters for all tracepointsKent Overstreet2023-10-221-2/+3
* bcachefs: Use bch2_err_str() in error messagesKent Overstreet2023-10-221-3/+6
* bcachefs: Tracepoint improvementsKent Overstreet2023-10-221-7/+9
* bcachefs: Introduce a separate journal watermark for copygcKent Overstreet2023-10-221-4/+4
* bcachefs: Fix bch2_journal_pin_set()Kent Overstreet2023-10-221-7/+11
* bcachefs: Work around a journal self-deadlockKent Overstreet2023-10-221-0/+7
* bcachefs: Skip periodic wakeup of journal reclaim when journal emptyKent Overstreet2023-10-221-3/+11
* bcachefs: Refactor journal code to not use unwritten_idxKent Overstreet2023-10-221-17/+11
* bcachefs: Journal seq now incremented at entry open, not closeKent Overstreet2023-10-221-7/+1
* bcachefs: Don't spin in journal reclaimKent Overstreet2023-10-221-1/+1
* bcachefs: Fix journal_flush_done()Kent Overstreet2023-10-221-1/+2
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-7/+4
* bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet2023-10-221-4/+2
* bcachefs: Don't issue discards when in nochanges modeKent Overstreet2023-10-221-1/+2
* bcachefs: Simplify journal replayKent Overstreet2023-10-221-5/+0
* bcachefs: Convert journal sysfs params to regular optionsKent Overstreet2023-10-221-2/+3
* bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet2023-10-221-2/+4
* bcachefs: Fix compiler warningsBrett Holman2023-10-221-1/+1
* bcachefs: Journal space calculation fixKent Overstreet2023-10-221-0/+4
* bcachefs: Make sure to initialize j->last_flushedKent Overstreet2023-10-221-6/+12
* bcachefs: Fix a deadlock on journal reclaimKent Overstreet2023-10-221-1/+1
* bcachefs: Fix journal reclaim loopKent Overstreet2023-10-221-4/+5
* bcachefs: Don't flush btree writes more aggressively because of btree key cacheKent Overstreet2023-10-221-24/+44
* bcachefs: Be more careful about JOURNAL_RES_GET_RESERVEDKent Overstreet2023-10-221-23/+38
* bcachefs: Don't make foreground writes wait behind journal reclaim too longKent Overstreet2023-10-221-0/+6
* bcachefs: Have journal reclaim thread flush more aggressivelyKent Overstreet2023-10-221-1/+1
* bcachefs: btree key cache locking improvementsKent Overstreet2023-10-221-2/+2
* bcachefs: Add error message for some allocation failuresKent Overstreet2023-10-221-1/+3
* bcachefs: Fix race between journal_seq_copy() and journal_seq_drop()Kent Overstreet2023-10-221-2/+12
* bcachefs: Prevent journal reclaim from spinningKent Overstreet2023-10-221-1/+1
* bcachefs: Fix btree key cache dirty checksKent Overstreet2023-10-221-0/+1