summaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal_types.h
AgeCommit message (Expand)AuthorFilesLines
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-15bcachefs: Kill journal pre-reservationsKent Overstreet1-26/+0
2023-10-23bcachefs: Kill JOURNAL_WATERMARKKent Overstreet1-14/+1
2023-10-23bcachefs: When shutting down, flush btree node writes lastKent Overstreet1-2/+8
2023-10-23bcachefs: Log more messages in the journalKent Overstreet1-0/+8
2023-10-23bcachefs: Fix a "no journal entries found" bugKent Overstreet1-1/+2
2023-10-23bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-10/+31
2023-10-23bcachefs: Skip periodic wakeup of journal reclaim when journal emptyKent Overstreet1-0/+4
2023-10-23bcachefs: __journal_entry_close() never failsKent Overstreet1-0/+1
2023-10-23bcachefs: Refactor journal code to not use unwritten_idxKent Overstreet1-1/+1
2023-10-23bcachefs: Kill JOURNAL_NEED_WRITEKent Overstreet1-8/+2
2023-10-23bcachefs: Improve struct journal layoutKent Overstreet1-9/+12
2023-10-23bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet1-1/+0
2023-10-23bcachefs: Simplify journal replayKent Overstreet1-1/+0
2023-10-23bcachefs: Add more time_statsKent Overstreet1-2/+2
2023-10-23bcachefs: Convert journal sysfs params to regular optionsKent Overstreet1-2/+0
2023-10-23bcachefs: Kill journal buf bloom filterKent Overstreet1-2/+0
2023-10-23bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet1-0/+1
2023-10-23bcachefs: Fix journal write error pathKent Overstreet1-0/+1
2023-10-23bcachefs: Fix usage of last_seq + encryptionKent Overstreet1-0/+1
2023-10-23bcachefs: Make sure to initialize j->last_flushedKent Overstreet1-0/+1
2023-10-23bcachefs: Don't flush btree writes more aggressively because of btree key cacheKent Overstreet1-0/+1
2023-10-23bcachefs: Eliminate memory barrier from fast path of journal_preres_put()Kent Overstreet1-2/+3
2023-10-23bcachefs: Be more careful about JOURNAL_RES_GET_RESERVEDKent Overstreet1-1/+2
2023-10-23bcachefs: Don't make foreground writes wait behind journal reclaim too longKent Overstreet1-0/+1
2023-10-23bcachefs: Correctly order flushes and journal writes on multi device filesystemsKent Overstreet1-0/+1
2023-10-23bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet1-1/+1
2023-10-23bcachefs: Be more conservation about journal pre-reservationsKent Overstreet1-0/+1
2023-10-23bcachefs: Don't require flush/fua on every journal writeKent Overstreet1-0/+8
2023-10-23bcachefs: Improve journal free space calculationsKent Overstreet1-2/+16
2023-10-23bcachefs: Increase journal pipeliningKent Overstreet1-8/+10
2023-10-23bcachefs: Refactor filesystem usage accountingKent Overstreet1-0/+4
2023-10-23bcachefs: Move journal reclaim to a kthreadKent Overstreet1-1/+5
2023-10-23bcachefs: Be more precise with journal error reportingKent Overstreet1-1/+7
2023-10-23bcachefs: Assorted journal refactoringKent Overstreet1-1/+2
2023-10-23bcachefs: Use cached iterators for alloc btreeKent Overstreet1-0/+1
2023-10-23bcachefs: Journal replay refactoringKent Overstreet1-0/+1
2023-10-23bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet1-22/+0
2023-10-23bcachefs: Add a pre-reserve mechanism for the journalKent Overstreet1-0/+27
2023-10-23bcachefs: Separate discards from rest of journal reclaimKent Overstreet1-0/+2
2023-10-23bcachefs: ja->discard_idx, ja->dirty_idxKent Overstreet1-13/+11
2023-10-23bcachefs: Journal reclaim refactoringKent Overstreet1-0/+6
2023-10-23bcachefs: Assorted journal refactoringKent Overstreet1-7/+11
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-0/+3
2023-10-23bcachefs: New journal_entry_res mechanismKent Overstreet1-0/+11
2023-10-23bcachefs: Journal refactoringKent Overstreet1-1/+0