summaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal.h
AgeCommit message (Expand)Author
2025-06-15bcachefs: pass last_seq into fs_journal_start()Kent Overstreet
2025-05-31bcachefs: bch2_dev_journal_bucket_delete()Kent Overstreet
2025-05-21bcachefs: Clean up duplicated code in bch2_journal_halt()Kent Overstreet
2025-05-21bcachefs: Move various init code to _init_early()Kent Overstreet
2025-04-20bcachefs: Fix early startup error pathKent Overstreet
2025-03-24bcachefs: Add missing smp_rmb()Alan Huang
2025-03-24bcachefs: Fix incorrect state countAlan Huang
2025-03-14bcachefs: Increase JOURNAL_BUF_NRKent Overstreet
2025-03-14bcachefs: Don't touch journal_buf->data->seq in journal_res_getKent Overstreet
2025-03-14bcachefs: Kill journal_res.idxKent Overstreet
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park
2025-01-25bcachefs: Improve journal pin flushingKent Overstreet
2025-01-21bcachefs: "Journal stuck" timeout now takes into account device latencyKent Overstreet
2024-12-21bcachefs: bch2_journal_noflush_seq() now takes [start, end)Kent Overstreet
2024-12-21bcachefs: errcode cleanup: journal errorsKent Overstreet
2024-12-21bcachefs: btree_write_buffer_flush_seq() no longer closes journalKent Overstreet
2024-12-21bcachefs: Can now block journal activity without closing cur entryKent Overstreet
2024-10-20bcachefs: Don't use wait_event_interruptible() in recoveryKent Overstreet
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak
2024-06-28bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet
2024-05-08bcachefs: New assertion for writing to the journal after shutdownKent Overstreet
2024-03-10bcachefs: better journal pipeliningKent Overstreet
2024-01-01bcachefs: vstruct_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet
2024-01-01bcachefs: kill journal->preres_waitKent Overstreet
2023-12-10bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet
2023-11-28bcachefs: move journal seq assertionKent Overstreet
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet
2023-10-31bcachefs: Ensure devices are always correctly initializedKent Overstreet
2023-10-22bcachefs: fix race between journal entry close and pin setBrian Foster
2023-10-22bcachefs: prepare journal buf put to handle pin putBrian Foster
2023-10-22bcachefs: Kill JOURNAL_WATERMARKKent Overstreet
2023-10-22bcachefs: Convert EAGAIN errors to private error codesKent Overstreet
2023-10-22bcachefs: Log more messages in the journalKent Overstreet
2023-10-22bcachefs: More style fixesKent Overstreet
2023-10-22bcachefs: Refactor journal entry addingKent Overstreet
2023-10-22bcachefs: Use a genradix for reading journal entriesKent Overstreet
2023-10-22bcachefs: Introduce a separate journal watermark for copygcKent Overstreet
2023-10-22bcachefs: bch2_journal_log_msg()Kent Overstreet
2023-10-22bcachefs: __journal_entry_close() never failsKent Overstreet
2023-10-22bcachefs: Refactor journal code to not use unwritten_idxKent Overstreet
2023-10-22bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet
2023-10-22bcachefs: Revert "Ensure journal doesn't get stuck in nochanges mode"Kent Overstreet
2023-10-22bcachefs: Fix for journal getting stuckKent Overstreet
2023-10-22bcachefs: bch2_journal_noflush_seq()Kent Overstreet
2023-10-22bcachefs: Kill journal buf bloom filterKent Overstreet
2023-10-22bcachefs: Ensure journal doesn't get stuck in nochanges modeKent Overstreet
2023-10-22bcachefs: Fix for btree_gc repairing interior btree ptrsKent Overstreet
2023-10-22bcachefs: Eliminate memory barrier from fast path of journal_preres_put()Kent Overstreet