index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-23
bcachefs: Btree key cache shrinker fix
Kent Overstreet
1
-10
/
+32
2023-10-23
bcachefs: Btree key cache improvements
Kent Overstreet
1
-17
/
+50
2023-10-23
bcachefs: bch2_btree_key_cache_scan() doesn't need trylock
Kent Overstreet
1
-6
/
+2
2023-10-23
bcachefs: Break out bch2_btree_path_traverse_cached_slowpath()
Kent Overstreet
1
-3
/
+57
2023-10-23
bcachefs: Delete old deadlock avoidance code
Kent Overstreet
1
-21
/
+6
2023-10-23
bcachefs: Ensure intent locks are marked before taking write locks
Kent Overstreet
1
-2
/
+8
2023-10-23
bcachefs: Avoid using btree_node_lock_nopath()
Kent Overstreet
1
-11
/
+6
2023-10-23
bcachefs: Fix usage of six lock's percpu mode, key cache version
Kent Overstreet
1
-42
/
+88
2023-10-23
bcachefs: Refactor bkey_cached_alloc() path
Kent Overstreet
1
-19
/
+19
2023-10-23
bcachefs: Convert more locking code to btree_bkey_cached_common
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: btree_bkey_cached_common->cached
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: bch2_btree_node_lock_write_nofail()
Kent Overstreet
1
-5
/
+6
2023-10-23
bcachefs: New locking functions
Kent Overstreet
1
-25
/
+57
2023-10-23
bcachefs: Don't leak lock pcpu counts memory
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Correctly initialize bkey_cached->lock
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix assertion in bch2_btree_key_cache_drop()
Kent Overstreet
1
-2
/
+13
2023-10-23
bcachefs: Kill BTREE_ITER_CACHED_(NOFILL|NOCREATE)
Kent Overstreet
1
-8
/
+2
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-1
/
+5
2023-10-23
bcachefs: Add distinct error code for key_cache_upgrade
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-18
/
+23
2023-10-23
bcachefs: added lock held time stats
Daniel Hill
1
-2
/
+2
2023-10-23
bcachefs: lock time stats prep work.
Daniel Hill
1
-1
/
+1
2023-10-23
bcachefs: btree key cache pcpu freedlist
Kent Overstreet
1
-20
/
+101
2023-10-23
bcachefs: Printbuf rework
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Allocate some extra room in btree_key_cache_fill()
Kent Overstreet
1
-0
/
+7
2023-10-23
bcachefs: Fix a few warnings on 32 bit
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix usage of six lock's percpu mode
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Btree key cache optimization
Kent Overstreet
1
-2
/
+10
2023-10-23
bcachefs: Delete redundant tracepoint
Kent Overstreet
1
-1
/
+0
2023-10-23
bcachefs: Btree key cache coherency
Kent Overstreet
1
-5
/
+8
2023-10-23
bcachefs: BTREE_ITER_WITH_KEY_CACHE
Kent Overstreet
1
-7
/
+10
2023-10-23
bcachefs: Improve btree_key_cache_flush_pos()
Kent Overstreet
1
-5
/
+9
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Log & error message improvements
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Switch to __func__for recording where btree_trans was initialized
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Add error messages for memory allocation failures
Kent Overstreet
1
-11
/
+17
2023-10-23
bcachefs: Fix some shutdown path bugs
Kent Overstreet
1
-5
/
+6
2023-10-23
bcachefs: BTREE_ITER_FILTER_SNAPSHOTS
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-0
/
+5
2023-10-23
Revert "bcachefs: Add more assertions for locking btree iterators out of order"
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Add more assertions for locking btree iterators out of order
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-71
/
+64
2023-10-23
bcachefs: Kill BTREE_ITER_NEED_PEEK
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Further reduce iter->trans usage
Kent Overstreet
1
-7
/
+6
2023-10-23
bcachefs: Reduce iter->trans usage
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
1
-1
/
+0
[prev]
[next]