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.c
Age
Commit message (
Expand
)
Author
10 days
bcachefs: Fix write buffer flushing from open journal entry
Kent Overstreet
2025-06-24
bcachefs: Use wait_on_allocator() when allocating journal
Kent Overstreet
2025-06-15
bcachefs: pass last_seq into fs_journal_start()
Kent Overstreet
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
2025-05-31
bcachefs: bch2_dev_journal_bucket_delete()
Kent Overstreet
2025-05-23
bcachefs: Ensure we don't use a blacklisted journal seq
Kent Overstreet
2025-05-21
bcachefs: bch_dev.io_ref -> enumerated_ref
Kent Overstreet
2025-05-21
bcachefs: bch_fs.writes -> enumerated_refs
Kent Overstreet
2025-05-21
bcachefs: for_each_rw_member_rcu()
Kent Overstreet
2025-05-21
bcachefs: BCH_FEATURE_small_image
Kent Overstreet
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
2025-05-21
bcachefs: Clean up duplicated code in bch2_journal_halt()
Kent Overstreet
2025-05-21
bcachefs: bch2_dev_journal_alloc() now respects data_allowed
Kent Overstreet
2025-05-21
bcachefs: Move various init code to _init_early()
Kent Overstreet
2025-05-21
bcachefs: simplify journal pin initialization
Kent Overstreet
2025-04-20
bcachefs: Change __journal_entry_close() assert to ERO
Kent Overstreet
2025-04-20
bcachefs: Fix early startup error path
Kent Overstreet
2025-04-03
bcachefs: Fix "journal stuck" during recovery
Kent Overstreet
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
2025-03-30
bcachefs: Reorder error messages that include journal debug
Kent Overstreet
2025-03-25
bcachefs: Use print_string_as_lines() for journal stuck messages
Kent Overstreet
2025-03-24
bcachefs: zero init journal bios
Kent Overstreet
2025-03-24
bcachefs: Kill JOURNAL_ERRORS()
Kent Overstreet
2025-03-24
bcachefs: Remove spurious smp_mb()
Alan Huang
2025-03-14
bcachefs: minor journal errcode cleanup
Kent Overstreet
2025-03-14
bcachefs: Increase JOURNAL_BUF_NR
Kent Overstreet
2025-03-14
bcachefs: Free journal bufs when not in use
Kent Overstreet
2025-03-14
bcachefs: Kill journal_res.idx
Kent Overstreet
2025-03-14
bcachefs: Kill journal_res_state.unwritten_idx
Kent Overstreet
2025-03-06
bcachefs: Fix bch2_dev_journal_alloc() spuriously failing
Kent Overstreet
2025-02-26
bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resize
Kent Overstreet
2025-02-06
bcachefs: Fix discard path journal flushing
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: Journal write path refactoring, debug improvements
Kent Overstreet
2024-12-21
bcachefs: Guard against journal seq overflow
Kent Overstreet
2024-12-21
bcachefs: Kill bch2_bucket_alloc_new_fs()
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-12-21
bcachefs: bch2_journal_meta() takes ref on c->writes
Kent Overstreet
2024-10-20
bcachefs: Don't use wait_event_interruptible() in recovery
Kent Overstreet
2024-10-09
bcachefs: Check if stuck in journal_res_get()
Kent Overstreet
2024-08-22
bcachefs: Fix warning in bch2_fs_journal_stop()
Kent Overstreet
2024-07-14
bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()
Uros Bizjak
2024-06-29
bcachefs: Add missing printbuf_tabstops_reset() calls
Kent Overstreet
2024-06-28
bcachefs: Don't use the new_fs() bucket alloc path on an initialized fs
Kent Overstreet
[next]