index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: BSET_OFFSET()
Kent Overstreet
2023-10-22
1
-6
/
+13
*
bcachefs: Update btree ptrs after every write
Kent Overstreet
2023-10-22
1
-128
/
+94
*
bcachefs: Kick off btree node writes from write completions
Kent Overstreet
2023-10-22
1
-13
/
+48
*
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
2023-10-22
1
-5
/
+46
*
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
2023-10-22
1
-3
/
+5
*
bcachefs: Fix btree_node_read_all_replicas() error handling
Kent Overstreet
2023-10-22
1
-19
/
+20
*
bcachefs: Fix a deadlock
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Split out btree_error_wq
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix an issue with inconsistent btree writes after unclean shutdown
Kent Overstreet
2023-10-22
1
-1
/
+18
*
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
2023-10-22
1
-6
/
+7
*
bcachefs: Add a debug mode that always reads from every btree replica
Kent Overstreet
2023-10-22
1
-7
/
+266
*
bcachefs: Fix oob write in __bch2_btree_node_write
Dan Robertson
2023-10-22
1
-0
/
+3
*
bcachefs: New and improved topology repair code
Kent Overstreet
2023-10-22
1
-1
/
+57
*
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
2023-10-22
1
-8
/
+12
*
bcachefs: Improve bset compaction
Kent Overstreet
2023-10-22
1
-17
/
+34
*
bcachefs: Add a sysfs var for average btree write size
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Add repair code for out of order keys in a btree node.
Kent Overstreet
2023-10-22
1
-22
/
+14
*
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
1
-9
/
+3
*
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Drop bkey noops
Kent Overstreet
2023-10-22
1
-8
/
+6
*
bcachefs: Validate bset version field against sb version fields
Kent Overstreet
2023-10-22
1
-0
/
+20
*
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
2023-10-22
1
-31
/
+16
*
bcachefs: Use x-macros for more enums
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()
Kent Overstreet
2023-10-22
1
-180
/
+15
*
bcachefs: Don't drop ptrs to btree nodes
Kent Overstreet
2023-10-22
1
-1
/
+4
*
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Include device in btree IO error messages
Kent Overstreet
2023-10-22
1
-35
/
+41
*
bcachefs: Add BTREE_PTR_RANGE_UPDATED
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Fix an assertion pop
Kent Overstreet
2023-10-22
1
-17
/
+0
*
bcachefs: Run jset_validate in write path as well
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
1
-9
/
+14
*
bcachefs: Try to print full btree error message
Kent Overstreet
2023-10-22
1
-4
/
+11
*
bcachefs: Don't issue btree writes that weren't journalled
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: Improve some IO error messages
Kent Overstreet
2023-10-22
1
-10
/
+21
*
bcachefs: Add more debug checks
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Hack around bch2_varint_decode invalid reads
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Improve some error messages
Kent Overstreet
2023-10-22
1
-3
/
+7
*
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
2023-10-22
1
-28
/
+0
*
bcachefs: Convert various code to printbuf
Kent Overstreet
2023-10-22
1
-5
/
+2
*
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
2023-10-22
1
-31
/
+28
*
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Mark btree nodes as needing rewrite when not all replicas are RW
Kent Overstreet
2023-10-22
1
-1
/
+11
[next]