开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal.c
Age
Commit message (
Expand
)
Author
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: bch2_sb_field_get() refactoring
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: refactor pin put helpers
Brian Foster
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
bcachefs: Convert more -EROFS to private error codes
Kent Overstreet
2023-10-22
bcachefs: Delete redundant log messages
Kent Overstreet
2023-10-22
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
2023-10-22
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
2023-10-22
bcachefs: New error message helpers
Kent Overstreet
2023-10-22
bcachefs: refactor journal stuck checking into standalone helper
Brian Foster
2023-10-22
bcachefs: gracefully unwind journal res slowpath on shutdown
Brian Foster
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
bcachefs: Extent helper improvements
Kent Overstreet
2023-10-22
bcachefs: Rework open bucket partial list allocation
Kent Overstreet
2023-10-22
bcachefs: When shutting down, flush btree node writes last
Kent Overstreet
2023-10-22
bcachefs: Journal resize fixes
Kent Overstreet
2023-10-22
bcachefs: Improve locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
2023-10-22
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
2023-10-22
bcachefs: Convert EROFS errors to private error codes
Kent Overstreet
2023-10-22
bcachefs: Log more messages in the journal
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
2023-10-22
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_run()
Kent Overstreet
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: Use a genradix for reading journal entries
Kent Overstreet
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
2023-10-22
bcachefs: bch_sb_field_journal_v2
Kent Overstreet
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
2023-10-22
bcachefs: Allocate journal buckets sequentially
Kent Overstreet
2023-10-22
bcachefs: bch2_journal_log_msg()
Kent Overstreet
2023-10-22
bcachefs: Skip periodic wakeup of journal reclaim when journal empty
Kent Overstreet
2023-10-22
bcachefs: Don't arm journal->write_work when journal entry !open
Kent Overstreet
2023-10-22
bcachefs: Finish writing journal after journal error
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: Journal seq now incremented at entry open, not close
Kent Overstreet
2023-10-22
bcachefs: bch2_journal_halt() now takes journal lock
Kent Overstreet
2023-10-22
bcachefs: Kill JOURNAL_NEED_WRITE
Kent Overstreet
2023-10-22
bcachefs: Delete some dead journal code
Kent Overstreet
2023-10-22
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_journal_pins_to_text()
Kent Overstreet
[next]