index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix race leading to btree node write getting stuck
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Improve btree_node_write_if_need()
Kent Overstreet
1
-8
/
+14
2023-10-22
bcachefs: Fix locking in btree_node_write_done()
Kent Overstreet
1
-18
/
+7
2023-10-22
bcachefs: Start moving debug info from sysfs to debugfs
Kent Overstreet
1
-27
/
+0
2023-10-22
bcachefs: Kill BCH_FS_HOLD_BTREE_WRITES
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-48
/
+55
2023-10-22
bcachefs: Improve some btree node read error messages
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Check for errors from crypto_skcipher_encrypt()
Kent Overstreet
1
-3
/
+13
2023-10-22
bcachefs: Log & error message improvements
Kent Overstreet
1
-4
/
+8
2023-10-22
bcachefs: Option improvements
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Kill bch2_sort_repack_merge()
Kent Overstreet
1
-10
/
+4
2023-10-22
bcachefs: Fix debug build in userspace
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix some compiler warnings
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Clean up/rename bch2_trans_node_* fns
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: BSET_OFFSET()
Kent Overstreet
1
-6
/
+13
2023-10-22
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-128
/
+94
2023-10-22
bcachefs: Kick off btree node writes from write completions
Kent Overstreet
1
-13
/
+48
2023-10-22
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
1
-5
/
+46
2023-10-22
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Fix btree_node_read_all_replicas() error handling
Kent Overstreet
1
-19
/
+20
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Split out btree_error_wq
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix an issue with inconsistent btree writes after unclean shutdown
Kent Overstreet
1
-1
/
+18
2023-10-22
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-6
/
+7
2023-10-22
bcachefs: Add a debug mode that always reads from every btree replica
Kent Overstreet
1
-7
/
+266
2023-10-22
bcachefs: Fix oob write in __bch2_btree_node_write
Dan Robertson
1
-0
/
+3
2023-10-22
bcachefs: New and improved topology repair code
Kent Overstreet
1
-1
/
+57
2023-10-22
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
1
-8
/
+12
2023-10-22
bcachefs: Improve bset compaction
Kent Overstreet
1
-17
/
+34
2023-10-22
bcachefs: Add a sysfs var for average btree write size
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Add repair code for out of order keys in a btree node.
Kent Overstreet
1
-22
/
+14
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-9
/
+3
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Drop bkey noops
Kent Overstreet
1
-8
/
+6
2023-10-22
bcachefs: Validate bset version field against sb version fields
Kent Overstreet
1
-0
/
+20
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
1
-31
/
+16
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()
Kent Overstreet
1
-180
/
+15
2023-10-22
bcachefs: Don't drop ptrs to btree nodes
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Include device in btree IO error messages
Kent Overstreet
1
-35
/
+41
2023-10-22
bcachefs: Add BTREE_PTR_RANGE_UPDATED
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix an assertion pop
Kent Overstreet
1
-17
/
+0
2023-10-22
bcachefs: Run jset_validate in write path as well
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-9
/
+14
[next]