aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-08bcachefs: x-macroize journal flags enumsGravatar Kent Overstreet 1-5/+10
2024-05-08bcachefs: Simplify resuming of journal positionGravatar Kent Overstreet 1-0/+1
2024-05-08bcachefs: journal seq blacklist gc no longer has to walk btreeGravatar Kent Overstreet 1-0/+1
2024-05-08bcachefs: New assertion for writing to the journal after shutdownGravatar Kent Overstreet 1-1/+1
2024-04-06bcachefs: JOURNAL_SPACE_LOWGravatar Kent Overstreet 1-0/+1
2024-03-13bcachefs: pull out time_stats.[ch]Gravatar Kent Overstreet 1-5/+0
2024-03-10bcachefs: better journal pipeliningGravatar Kent Overstreet 1-4/+7
2024-03-10bcachefs: closure per journal bufGravatar Kent Overstreet 1-2/+10
2024-03-10bcachefs: bio per journal bufGravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: Avoid taking journal lock unnecessarilyGravatar Kent Overstreet 1-0/+1
2024-03-10bcachefs: Split out journal workqueueGravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: btree write buffer now slurps keys from journalGravatar Kent Overstreet 1-0/+2
2024-01-01bcachefs: journal->buf_lockGravatar Kent Overstreet 1-0/+6
2024-01-01bcachefs: kill journal->preres_waitGravatar Kent Overstreet 1-1/+0
2024-01-01bcachefs: track_event_change()Gravatar Kent Overstreet 1-2/+4
2024-01-01bcachefs: Include average write size in sysfs journal_debugGravatar Kent Overstreet 1-0/+1
2023-11-14bcachefs: Kill journal pre-reservationsGravatar Kent Overstreet 1-26/+0
2023-10-22bcachefs: Kill JOURNAL_WATERMARKGravatar Kent Overstreet 1-14/+1
2023-10-22bcachefs: When shutting down, flush btree node writes lastGravatar Kent Overstreet 1-2/+8
2023-10-22bcachefs: Log more messages in the journalGravatar Kent Overstreet 1-0/+8
2023-10-22bcachefs: Fix a "no journal entries found" bugGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Introduce a separate journal watermark for copygcGravatar Kent Overstreet 1-10/+31
2023-10-22bcachefs: Skip periodic wakeup of journal reclaim when journal emptyGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: __journal_entry_close() never failsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Refactor journal code to not use unwritten_idxGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill JOURNAL_NEED_WRITEGravatar Kent Overstreet 1-8/+2
2023-10-22bcachefs: Improve struct journal layoutGravatar Kent Overstreet 1-9/+12
2023-10-22bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Gravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Simplify journal replayGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Add more time_statsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Convert journal sysfs params to regular optionsGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Kill journal buf bloom filterGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Ensure journal doesn't get stuck in nochanges modeGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Fix journal write error pathGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Fix usage of last_seq + encryptionGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Make sure to initialize j->last_flushedGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Don't flush btree writes more aggressively because of btree key cacheGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Eliminate memory barrier from fast path of journal_preres_put()Gravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Be more careful about JOURNAL_RES_GET_RESERVEDGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Don't make foreground writes wait behind journal reclaim too longGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Correctly order flushes and journal writes on multi device filesystemsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Reduce/kill BKEY_PADDED useGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Be more conservation about journal pre-reservationsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Don't require flush/fua on every journal writeGravatar Kent Overstreet 1-0/+8
2023-10-22bcachefs: Improve journal free space calculationsGravatar Kent Overstreet 1-2/+16
2023-10-22bcachefs: Increase journal pipeliningGravatar Kent Overstreet 1-8/+10
2023-10-22bcachefs: Refactor filesystem usage accountingGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Move journal reclaim to a kthreadGravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: Be more precise with journal error reportingGravatar Kent Overstreet 1-1/+7
2023-10-22bcachefs: Assorted journal refactoringGravatar Kent Overstreet 1-1/+2