index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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: Log & error message improvements
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Switch to __func__for recording where btree_trans was initialized
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Add error messages for memory allocation failures
Kent Overstreet
1
-11
/
+17
2023-10-22
bcachefs: Fix some shutdown path bugs
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: BTREE_ITER_FILTER_SNAPSHOTS
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-0
/
+5
2023-10-22
Revert "bcachefs: Add more assertions for locking btree iterators out of order"
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Add more assertions for locking btree iterators out of order
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-71
/
+64
2023-10-22
bcachefs: Kill BTREE_ITER_NEED_PEEK
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Further reduce iter->trans usage
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: trans->restarted
Kent Overstreet
1
-9
/
+14
2023-10-22
bcachefs: Use bch2_trans_do() in bch2_btree_key_cache_journal_flush()
Kent Overstreet
1
-15
/
+7
2023-10-22
bcachefs: Don't downgrade in traverse()
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Tighten up btree_iter locking assertions
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Change bch2_btree_key_cache_count() to exclude dirty keys
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Fix key cache assertion
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Fix an out of bounds read
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: Fix a deadlock on journal reclaim
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Fix a startup race
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
1
-7
/
+17
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: btree key cache locking improvements
Kent Overstreet
1
-63
/
+121
2023-10-22
bcachefs: btree_iter_set_dontneed()
Kent Overstreet
1
-11
/
+10
2023-10-22
bcachefs: Fix locking in bch2_btree_iter_traverse_cached()
Kent Overstreet
1
-1
/
+8
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