index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_io.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
bcachefs: btree cache counters should be size_t
Kent Overstreet
1
-2
/
+2
2024-07-15
bcachefs: btree_ptr_sectors_written() now takes bkey_s_c
Kent Overstreet
1
-3
/
+3
2024-05-09
bcachefs: for_each_bset() declares loop iter
Kent Overstreet
1
-2
/
+0
2024-01-01
bcachefs: Include btree_trans in more tracepoints
Kent Overstreet
1
-1
/
+1
2023-12-03
bcachefs: Don't drop journal pins in exit path
Kent Overstreet
1
-3
/
+0
2023-10-23
bcachefs: Break up io.c
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Plumb saw_error through to btree_err()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Improved btree write statistics
Kent Overstreet
1
-2
/
+8
2023-10-23
bcachefs: Shutdown path improvements
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix race leading to btree node write getting stuck
Kent Overstreet
1
-6
/
+0
2023-10-23
bcachefs: Kill bch2_btree_node_write_cond()
Kent Overstreet
1
-16
/
+0
2023-10-23
bcachefs: Improve btree_node_write_if_need()
Kent Overstreet
1
-7
/
+6
2023-10-23
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
1
-1
/
+0
2023-10-23
bcachefs: Use x-macros for btree node flags
Kent Overstreet
1
-7
/
+2
2023-10-23
bcachefs: Check for errors from crypto_skcipher_encrypt()
Kent Overstreet
1
-5
/
+8
2023-10-23
bcachefs: Clean up/rename bch2_trans_node_* fns
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-2
/
+9
2023-10-23
bcachefs: Kick off btree node writes from write completions
Kent Overstreet
1
-13
/
+6
2023-10-23
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
1
-19
/
+7
2023-10-23
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Add a debug mode that always reads from every btree replica
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: New and improved topology repair code
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Improve bset compaction
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-4
/
+22
2023-10-23
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Include device in btree IO error messages
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Fix an assertion pop
Kent Overstreet
1
-1
/
+0
2023-10-23
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
1
-0
/
+17
2023-10-23
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
1
-0
/
+29
2023-10-23
bcachefs: Convert various code to printbuf
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Fix a locking bug
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-0
/
+47
2023-10-23
bcachefs: Journal updates to interior nodes
Kent Overstreet
1
-4
/
+5
2023-10-23
bcachefs: Refactor whiteouts compaction
Kent Overstreet
1
-6
/
+7
2023-10-23
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: btree_bkey_cached_common
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: More allocator startup improvements
Kent Overstreet
1
-29
/
+24
2023-10-23
bcachefs: Split out bkey_sort.c
Kent Overstreet
1
-42
/
+0
2023-10-23
bcachefs: extent_ptr_decoded
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: lift ordering restriction on 0 size extents
Kent Overstreet
1
-9
/
+0
2023-10-23
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+197