summaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal_reclaim.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-06bcachefs: JOURNAL_SPACE_LOWKent Overstreet1-0/+2
2024-03-14bcachefs: pull out time_stats.[ch]Kent Overstreet1-6/+3
2024-03-10bcachefs: Kill unnecessary wakeups in journal reclaimKent Overstreet1-11/+9
2024-02-25bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet1-3/+5
2024-02-14bcachefs: Clamp replicas_required to replicasKent Overstreet1-1/+1
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet1-9/+5
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-6/+2
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-3/+2
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-4/+8
2024-01-01bcachefs: Unwritten journal buffers are always dirtyKent Overstreet1-0/+1
2024-01-01bcachefs: track_event_change()Kent Overstreet1-11/+16
2024-01-01bcachefs: Journal pins must always have a flush_fnKent Overstreet1-5/+7
2024-01-01bcachefs: Add an assertion in bch2_journal_pin_set()Kent Overstreet1-12/+47
2023-12-11bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet1-0/+3
2023-11-15bcachefs: Kill journal pre-reservationsKent Overstreet1-27/+15
2023-10-23bcachefs: refactor pin put helpersBrian Foster1-7/+4
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-3/+8
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-1/+1
2023-10-23bcachefs: sb-members.cKent Overstreet1-1/+2
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-1/+1
2023-10-23bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet1-5/+3
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-1/+1
2023-10-23bcachefs: mark active journal devices on journal replicas gcBrian Foster1-1/+13
2023-10-23bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet1-1/+1
2023-10-23bcachefs: drop unnecessary journal stuck check from space calculationBrian Foster1-18/+1
2023-10-23bcachefs: When shutting down, flush btree node writes lastKent Overstreet1-30/+53
2023-10-23bcachefs: Ensure btree node cache is not more than half dirtyKent Overstreet1-0/+3
2023-10-23bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet1-1/+3
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-2/+3
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-3/+6
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-7/+9
2023-10-23bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-4/+4
2023-10-23bcachefs: Fix bch2_journal_pin_set()Kent Overstreet1-7/+11
2023-10-23bcachefs: Work around a journal self-deadlockKent Overstreet1-0/+7
2023-10-23bcachefs: Skip periodic wakeup of journal reclaim when journal emptyKent Overstreet1-3/+11
2023-10-23bcachefs: Refactor journal code to not use unwritten_idxKent Overstreet1-17/+11
2023-10-23bcachefs: Journal seq now incremented at entry open, not closeKent Overstreet1-7/+1
2023-10-23bcachefs: Don't spin in journal reclaimKent Overstreet1-1/+1
2023-10-23bcachefs: Fix journal_flush_done()Kent Overstreet1-1/+2
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-7/+4
2023-10-23bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet1-4/+2
2023-10-23bcachefs: Don't issue discards when in nochanges modeKent Overstreet1-1/+2
2023-10-23bcachefs: Simplify journal replayKent Overstreet1-5/+0
2023-10-23bcachefs: Convert journal sysfs params to regular optionsKent Overstreet1-2/+3
2023-10-23bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet1-2/+4
2023-10-23bcachefs: Fix compiler warningsBrett Holman1-1/+1
2023-10-23bcachefs: Journal space calculation fixKent Overstreet1-0/+4
2023-10-23bcachefs: Make sure to initialize j->last_flushedKent Overstreet1-6/+12
2023-10-23bcachefs: Fix a deadlock on journal reclaimKent Overstreet1-1/+1