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_key_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Add some cond_rescheds() in shutdown path
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Fix some spurious gcc warnings
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Change a BUG_ON() to a fatal error
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Fix error in filesystem initialization
Kent Overstreet
1
-2
/
+9
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Ensure journal reclaim runs when btree key cache is too dirty
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Improve btree key cache shrinker
Kent Overstreet
1
-49
/
+46
2023-10-22
bcachefs: Add a kmem_cache for btree_key_cache objects
Kent Overstreet
1
-5
/
+25
2023-10-22
bcachefs: Add a shrinker for the btree key cache
Kent Overstreet
1
-5
/
+88
2023-10-22
bcachefs: Fix btree key cache shutdown
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
1
-8
/
+31
2023-10-22
bcachefs: More inlinining in the btree key cache code
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Improve tracing for transaction restarts
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use cached iterators for inode updates
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Fix lock ordering with new btree cache code
Kent Overstreet
1
-0
/
+25
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
1
-0
/
+494