开源镜像站
帮助
动态
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
/
btree_io.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: BSET_OFFSET()
Kent Overstreet
2023-10-22
bcachefs: Update btree ptrs after every write
Kent Overstreet
2023-10-22
bcachefs: Kick off btree node writes from write completions
Kent Overstreet
2023-10-22
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
2023-10-22
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
2023-10-22
bcachefs: Fix btree_node_read_all_replicas() error handling
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
2023-10-22
bcachefs: Split out btree_error_wq
Kent Overstreet
2023-10-22
bcachefs: Fix an issue with inconsistent btree writes after unclean shutdown
Kent Overstreet
2023-10-22
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
2023-10-22
bcachefs: Add a debug mode that always reads from every btree replica
Kent Overstreet
2023-10-22
bcachefs: Fix oob write in __bch2_btree_node_write
Dan Robertson
2023-10-22
bcachefs: New and improved topology repair code
Kent Overstreet
2023-10-22
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
2023-10-22
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
2023-10-22
bcachefs: Improve bset compaction
Kent Overstreet
2023-10-22
bcachefs: Add a sysfs var for average btree write size
Kent Overstreet
2023-10-22
bcachefs: Add repair code for out of order keys in a btree node.
Kent Overstreet
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
bcachefs: Drop bkey noops
Kent Overstreet
2023-10-22
bcachefs: Validate bset version field against sb version fields
Kent Overstreet
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
2023-10-22
bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()
Kent Overstreet
2023-10-22
bcachefs: Don't drop ptrs to btree nodes
Kent Overstreet
2023-10-22
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
2023-10-22
bcachefs: Include device in btree IO error messages
Kent Overstreet
2023-10-22
bcachefs: Add BTREE_PTR_RANGE_UPDATED
Kent Overstreet
2023-10-22
bcachefs: Fix an assertion pop
Kent Overstreet
2023-10-22
bcachefs: Run jset_validate in write path as well
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Try to print full btree error message
Kent Overstreet
2023-10-22
bcachefs: Don't issue btree writes that weren't journalled
Kent Overstreet
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
2023-10-22
bcachefs: Add more debug checks
Kent Overstreet
2023-10-22
bcachefs: Hack around bch2_varint_decode invalid reads
Kent Overstreet
2023-10-22
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
2023-10-22
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
bcachefs: Improve some error messages
Kent Overstreet
2023-10-22
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
2023-10-22
bcachefs: Convert various code to printbuf
Kent Overstreet
2023-10-22
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
bcachefs: Mark btree nodes as needing rewrite when not all replicas are RW
Kent Overstreet
[next]