summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_reclaim.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: JOURNAL_SPACE_LOWKent Overstreet2024-04-061-0/+2
* bcachefs: pull out time_stats.[ch]Kent Overstreet2024-03-131-6/+3
* bcachefs: Kill unnecessary wakeups in journal reclaimKent Overstreet2024-03-101-11/+9
* bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet2024-02-241-3/+5
* bcachefs: Clamp replicas_required to replicasKent Overstreet2024-02-131-1/+1
* bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet2024-01-011-9/+5
* bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-6/+2
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-3/+2
* bcachefs: btree write buffer now slurps keys from journalKent Overstreet2024-01-011-4/+8
* bcachefs: Unwritten journal buffers are always dirtyKent Overstreet2024-01-011-0/+1
* 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