aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal_reclaim.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-10bcachefs: Kill unnecessary wakeups in journal reclaimGravatar Kent Overstreet 1-11/+9
2024-02-24bcachefs: Fix bch2_journal_flush_device_pins()Gravatar Kent Overstreet 1-3/+5
2024-02-13bcachefs: Clamp replicas_required to replicasGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterGravatar Kent Overstreet 1-9/+5
2024-01-01bcachefs: for_each_member_device() now declares loop iterGravatar Kent Overstreet 1-6/+2
2024-01-01bcachefs: bch_err_(fn|msg) check if should printGravatar Kent Overstreet 1-3/+2
2024-01-01bcachefs: btree write buffer now slurps keys from journalGravatar Kent Overstreet 1-4/+8
2024-01-01bcachefs: Unwritten journal buffers are always dirtyGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: track_event_change()Gravatar Kent Overstreet 1-11/+16
2024-01-01bcachefs: Journal pins must always have a flush_fnGravatar Kent Overstreet 1-5/+7
2024-01-01bcachefs: Add an assertion in bch2_journal_pin_set()Gravatar Kent Overstreet 1-12/+47
2023-12-10bcachefs: Close journal entry if necessary when flushing all pinsGravatar Kent Overstreet 1-0/+3
2023-11-14bcachefs: Kill journal pre-reservationsGravatar Kent Overstreet 1-27/+15
2023-10-22bcachefs: refactor pin put helpersGravatar Brian Foster 1-7/+4
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-3/+8
2023-10-22bcachefs: Convert more code to bch_err_msg()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: sb-members.cGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Fix assorted checkpatch nitsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix error path in bch2_journal_flush_device_pins()Gravatar Kent Overstreet 1-5/+3
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: mark active journal devices on journal replicas gcGravatar Brian Foster 1-1/+13
2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: drop unnecessary journal stuck check from space calculationGravatar Brian Foster 1-18/+1
2023-10-22bcachefs: When shutting down, flush btree node writes lastGravatar Kent Overstreet 1-30/+53
2023-10-22bcachefs: Ensure btree node cache is not more than half dirtyGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Fix bch2_journal_flush_device_pins()Gravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Use bch2_err_str() in error messagesGravatar Kent Overstreet 1-3/+6
2023-10-22bcachefs: Tracepoint improvementsGravatar Kent Overstreet 1-7/+9
2023-10-22bcachefs: Introduce a separate journal watermark for copygcGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Fix bch2_journal_pin_set()Gravatar Kent Overstreet 1-7/+11
2023-10-22bcachefs: Work around a journal self-deadlockGravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: Skip periodic wakeup of journal reclaim when journal emptyGravatar Kent Overstreet 1-3/+11
2023-10-22bcachefs: Refactor journal code to not use unwritten_idxGravatar Kent Overstreet 1-17/+11
2023-10-22bcachefs: Journal seq now incremented at entry open, not closeGravatar Kent Overstreet 1-7/+1
2023-10-22bcachefs: Don't spin in journal reclaimGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix journal_flush_done()Gravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-7/+4
2023-10-22bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Gravatar Kent Overstreet 1-4/+2
2023-10-22bcachefs: Don't issue discards when in nochanges modeGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Simplify journal replayGravatar Kent Overstreet 1-5/+0
2023-10-22bcachefs: Convert journal sysfs params to regular optionsGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Ensure journal doesn't get stuck in nochanges modeGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: Fix compiler warningsGravatar Brett Holman 1-1/+1
2023-10-22bcachefs: Journal space calculation fixGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Make sure to initialize j->last_flushedGravatar Kent Overstreet 1-6/+12
2023-10-22bcachefs: Fix a deadlock on journal reclaimGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix journal reclaim loopGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: Don't flush btree writes more aggressively because of btree key cacheGravatar Kent Overstreet 1-24/+44