index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal.h
Age
Commit message (
Expand
)
Author
2025-06-15
bcachefs: pass last_seq into fs_journal_start()
Kent Overstreet
2025-05-31
bcachefs: bch2_dev_journal_bucket_delete()
Kent Overstreet
2025-05-21
bcachefs: Clean up duplicated code in bch2_journal_halt()
Kent Overstreet
2025-05-21
bcachefs: Move various init code to _init_early()
Kent Overstreet
2025-04-20
bcachefs: Fix early startup error path
Kent Overstreet
2025-03-24
bcachefs: Add missing smp_rmb()
Alan Huang
2025-03-24
bcachefs: Fix incorrect state count
Alan Huang
2025-03-14
bcachefs: Increase JOURNAL_BUF_NR
Kent Overstreet
2025-03-14
bcachefs: Don't touch journal_buf->data->seq in journal_res_get
Kent Overstreet
2025-03-14
bcachefs: Kill journal_res.idx
Kent Overstreet
2025-02-06
bcachefs: fix deadlock in journal_entry_open()
Jeongjun Park
2025-01-25
bcachefs: Improve journal pin flushing
Kent Overstreet
2025-01-21
bcachefs: "Journal stuck" timeout now takes into account device latency
Kent Overstreet
2024-12-21
bcachefs: bch2_journal_noflush_seq() now takes [start, end)
Kent Overstreet
2024-12-21
bcachefs: errcode cleanup: journal errors
Kent Overstreet
2024-12-21
bcachefs: btree_write_buffer_flush_seq() no longer closes journal
Kent Overstreet
2024-12-21
bcachefs: Can now block journal activity without closing cur entry
Kent Overstreet
2024-10-20
bcachefs: Don't use wait_event_interruptible() in recovery
Kent Overstreet
2024-07-14
bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()
Uros Bizjak
2024-06-28
bcachefs: Don't use the new_fs() bucket alloc path on an initialized fs
Kent Overstreet
2024-05-08
bcachefs: x-macroize journal flags enums
Kent Overstreet
2024-05-08
bcachefs: New assertion for writing to the journal after shutdown
Kent Overstreet
2024-03-10
bcachefs: better journal pipelining
Kent Overstreet
2024-01-01
bcachefs: vstruct_for_each() now declares loop iter
Kent Overstreet
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
2024-01-01
bcachefs: kill journal->preres_wait
Kent Overstreet
2023-12-10
bcachefs: Close journal entry if necessary when flushing all pins
Kent Overstreet
2023-11-28
bcachefs: move journal seq assertion
Kent Overstreet
2023-11-14
bcachefs: Kill journal pre-reservations
Kent Overstreet
2023-10-31
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
2023-10-22
bcachefs: fix race between journal entry close and pin set
Brian Foster
2023-10-22
bcachefs: prepare journal buf put to handle pin put
Brian Foster
2023-10-22
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
2023-10-22
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
2023-10-22
bcachefs: Log more messages in the journal
Kent Overstreet
2023-10-22
bcachefs: More style fixes
Kent Overstreet
2023-10-22
bcachefs: Refactor journal entry adding
Kent Overstreet
2023-10-22
bcachefs: Use a genradix for reading journal entries
Kent Overstreet
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
2023-10-22
bcachefs: bch2_journal_log_msg()
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: Start moving debug info from sysfs to debugfs
Kent Overstreet
2023-10-22
bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"
Kent Overstreet
2023-10-22
bcachefs: Fix for journal getting stuck
Kent Overstreet
2023-10-22
bcachefs: bch2_journal_noflush_seq()
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 for btree_gc repairing interior btree ptrs
Kent Overstreet
2023-10-22
bcachefs: Eliminate memory barrier from fast path of journal_preres_put()
Kent Overstreet
[next]