index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal_types.h
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
2023-10-22
bcachefs: When shutting down, flush btree node writes last
Kent Overstreet
2023-10-22
bcachefs: Log more messages in the journal
Kent Overstreet
2023-10-22
bcachefs: Fix a "no journal entries found" bug
Kent Overstreet
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
2023-10-22
bcachefs: Skip periodic wakeup of journal reclaim when journal empty
Kent Overstreet
2023-10-22
bcachefs: __journal_entry_close() never fails
Kent Overstreet
2023-10-22
bcachefs: Refactor journal code to not use unwritten_idx
Kent Overstreet
2023-10-22
bcachefs: Kill JOURNAL_NEED_WRITE
Kent Overstreet
2023-10-22
bcachefs: Improve struct journal layout
Kent Overstreet
2023-10-22
bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"
Kent Overstreet
2023-10-22
bcachefs: Simplify journal replay
Kent Overstreet
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
2023-10-22
bcachefs: Convert journal sysfs params to regular options
Kent Overstreet
2023-10-22
bcachefs: Kill journal buf bloom filter
Kent Overstreet
2023-10-22
bcachefs: Ensure journal doesn't get stuck in nochanges mode
Kent Overstreet
2023-10-22
bcachefs: Fix journal write error path
Kent Overstreet
2023-10-22
bcachefs: Fix usage of last_seq + encryption
Kent Overstreet
2023-10-22
bcachefs: Make sure to initialize j->last_flushed
Kent Overstreet
2023-10-22
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
2023-10-22
bcachefs: Eliminate memory barrier from fast path of journal_preres_put()
Kent Overstreet
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
2023-10-22
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
2023-10-22
bcachefs: Correctly order flushes and journal writes on multi device filesystems
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Be more conservation about journal pre-reservations
Kent Overstreet
2023-10-22
bcachefs: Don't require flush/fua on every journal write
Kent Overstreet
2023-10-22
bcachefs: Improve journal free space calculations
Kent Overstreet
2023-10-22
bcachefs: Increase journal pipelining
Kent Overstreet
2023-10-22
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
2023-10-22
bcachefs: Be more precise with journal error reporting
Kent Overstreet
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
2023-10-22
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
2023-10-22
bcachefs: Journal replay refactoring
Kent Overstreet
2023-10-22
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
2023-10-22
bcachefs: Add a pre-reserve mechanism for the journal
Kent Overstreet
2023-10-22
bcachefs: Separate discards from rest of journal reclaim
Kent Overstreet
2023-10-22
bcachefs: ja->discard_idx, ja->dirty_idx
Kent Overstreet
2023-10-22
bcachefs: Journal reclaim refactoring
Kent Overstreet
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
2023-10-22
bcachefs: Add a mechanism for blocking the journal
Kent Overstreet
2023-10-22
bcachefs: New journal_entry_res mechanism
Kent Overstreet
2023-10-22
bcachefs: Journal refactoring
Kent Overstreet
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
2023-10-22
bcachefs: Fix a use after free in the journal code
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet