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