aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_types.h
AgeCommit message (Expand)AuthorFilesLines
11 daysbcachefs: x-macroize journal flags enumsKent Overstreet1-5/+10
11 daysbcachefs: Simplify resuming of journal positionKent Overstreet1-0/+1
11 daysbcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet1-0/+1
11 daysbcachefs: New assertion for writing to the journal after shutdownKent Overstreet1-1/+1
2024-04-06bcachefs: JOURNAL_SPACE_LOWKent Overstreet1-0/+1
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet1-5/+0
2024-03-10bcachefs: better journal pipeliningKent Overstreet1-4/+7
2024-03-10bcachefs: closure per journal bufKent Overstreet1-2/+10
2024-03-10bcachefs: bio per journal bufKent Overstreet1-1/+1
2024-03-10bcachefs: Avoid taking journal lock unnecessarilyKent Overstreet1-0/+1
2024-03-10bcachefs: Split out journal workqueueKent Overstreet1-0/+1
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-0/+2
2024-01-01bcachefs: journal->buf_lockKent Overstreet1-0/+6
2024-01-01bcachefs: kill journal->preres_waitKent Overstreet1-1/+0
2024-01-01bcachefs: track_event_change()Kent Overstreet1-2/+4
2024-01-01bcachefs: Include average write size in sysfs journal_debugKent Overstreet1-0/+1
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet1-26/+0
2023-10-22bcachefs: Kill JOURNAL_WATERMARKKent Overstreet1-14/+1
2023-10-22bcachefs: When shutting down, flush btree node writes lastKent Overstreet1-2/+8
2023-10-22bcachefs: Log more messages in the journalKent Overstreet1-0/+8
2023-10-22bcachefs: Fix a "no journal entries found" bugKent Overstreet1-1/+2
2023-10-22bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-10/+31
2023-10-22bcachefs: Skip periodic wakeup of journal reclaim when journal emptyKent Overstreet1-0/+4
2023-10-22bcachefs: __journal_entry_close() never failsKent Overstreet1-0/+1
2023-10-22bcachefs: Refactor journal code to not use unwritten_idxKent Overstreet1-1/+1
2023-10-22bcachefs: Kill JOURNAL_NEED_WRITEKent Overstreet1-8/+2
2023-10-22bcachefs: Improve struct journal layoutKent Overstreet1-9/+12
2023-10-22bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet1-1/+0
2023-10-22bcachefs: Simplify journal replayKent Overstreet1-1/+0
2023-10-22bcachefs: Add more time_statsKent Overstreet1-2/+2
2023-10-22bcachefs: Convert journal sysfs params to regular optionsKent Overstreet1-2/+0
2023-10-22bcachefs: Kill journal buf bloom filterKent Overstreet1-2/+0
2023-10-22bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet1-0/+1
2023-10-22bcachefs: Fix journal write error pathKent Overstreet1-0/+1
2023-10-22bcachefs: Fix usage of last_seq + encryptionKent Overstreet1-0/+1
2023-10-22bcachefs: Make sure to initialize j->last_flushedKent Overstreet1-0/+1
2023-10-22bcachefs: Don't flush btree writes more aggressively because of btree key cacheKent Overstreet1-0/+1
2023-10-22bcachefs: Eliminate memory barrier from fast path of journal_preres_put()Kent Overstreet1-2/+3
2023-10-22bcachefs: Be more careful about JOURNAL_RES_GET_RESERVEDKent Overstreet1-1/+2
2023-10-22bcachefs: Don't make foreground writes wait behind journal reclaim too longKent Overstreet1-0/+1
2023-10-22bcachefs: Correctly order flushes and journal writes on multi device filesystemsKent Overstreet1-0/+1
2023-10-22bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet1-1/+1
2023-10-22bcachefs: Be more conservation about journal pre-reservationsKent Overstreet1-0/+1
2023-10-22bcachefs: Don't require flush/fua on every journal writeKent Overstreet1-0/+8
2023-10-22bcachefs: Improve journal free space calculationsKent Overstreet1-2/+16
2023-10-22bcachefs: Increase journal pipeliningKent Overstreet1-8/+10
2023-10-22bcachefs: Refactor filesystem usage accountingKent Overstreet1-0/+4
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet1-1/+5
2023-10-22bcachefs: Be more precise with journal error reportingKent Overstreet1-1/+7
2023-10-22bcachefs: Assorted journal refactoringKent Overstreet1-1/+2
2023-10-22bcachefs: Use cached iterators for alloc btreeKent Overstreet1-0/+1
2023-10-22bcachefs: Journal replay refactoringKent Overstreet1-0/+1
2023-10-22bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet1-22/+0
2023-10-22bcachefs: Add a pre-reserve mechanism for the journalKent Overstreet1-0/+27
2023-10-22bcachefs: Separate discards from rest of journal reclaimKent Overstreet1-0/+2
2023-10-22bcachefs: ja->discard_idx, ja->dirty_idxKent Overstreet1-13/+11
2023-10-22bcachefs: Journal reclaim refactoringKent Overstreet1-0/+6
2023-10-22bcachefs: Assorted journal refactoringKent Overstreet1-7/+11
2023-10-22bcachefs: Add a mechanism for blocking the journalKent Overstreet1-0/+3
2023-10-22bcachefs: New journal_entry_res mechanismKent Overstreet1-0/+11
2023-10-22bcachefs: Journal refactoringKent Overstreet1-1/+0
2023-10-22bcachefs: Assorted journal refactoringKent Overstreet1-1/+2
2023-10-22bcachefs: Fix a use after free in the journal codeKent Overstreet1-1/+5
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+242