summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_key_cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix a livelock in key cache fill pathKent Overstreet1-1/+10
2023-10-23bcachefs: Key cache now works for snapshots btreesKent Overstreet1-8/+8
2023-10-23bcachefs: Bring back BTREE_ITER_CACHED_NOFILLKent Overstreet1-2/+1
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-4/+4
2023-10-23bcachefs: Fix a use after freeKent Overstreet1-4/+5
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-5/+5
2023-10-23bcachefs: Btree key cache shrinker fixKent Overstreet1-10/+32
2023-10-23bcachefs: Btree key cache improvementsKent Overstreet1-17/+50
2023-10-23bcachefs: bch2_btree_key_cache_scan() doesn't need trylockKent Overstreet1-6/+2
2023-10-23bcachefs: Break out bch2_btree_path_traverse_cached_slowpath()Kent Overstreet1-3/+57
2023-10-23bcachefs: Delete old deadlock avoidance codeKent Overstreet1-21/+6
2023-10-23bcachefs: Ensure intent locks are marked before taking write locksKent Overstreet1-2/+8
2023-10-23bcachefs: Avoid using btree_node_lock_nopath()Kent Overstreet1-11/+6
2023-10-23bcachefs: Fix usage of six lock's percpu mode, key cache versionKent Overstreet1-42/+88
2023-10-23bcachefs: Refactor bkey_cached_alloc() pathKent Overstreet1-19/+19
2023-10-23bcachefs: Convert more locking code to btree_bkey_cached_commonKent Overstreet1-1/+1
2023-10-23bcachefs: btree_bkey_cached_common->cachedKent Overstreet1-0/+1
2023-10-23bcachefs: bch2_btree_node_lock_write_nofail()Kent Overstreet1-5/+6
2023-10-23bcachefs: New locking functionsKent Overstreet1-25/+57
2023-10-23bcachefs: Don't leak lock pcpu counts memoryKent Overstreet1-2/+1
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-2/+2
2023-10-23bcachefs: Correctly initialize bkey_cached->lockKent Overstreet1-1/+1
2023-10-23bcachefs: Fix assertion in bch2_btree_key_cache_drop()Kent Overstreet1-2/+13
2023-10-23bcachefs: Kill BTREE_ITER_CACHED_(NOFILL|NOCREATE)Kent Overstreet1-8/+2
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-3/+2
2023-10-23bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesKent Overstreet1-1/+1
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-1/+5
2023-10-23bcachefs: Add distinct error code for key_cache_upgradeKent Overstreet1-1/+1
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-18/+23
2023-10-23bcachefs: added lock held time statsDaniel Hill1-2/+2
2023-10-23bcachefs: lock time stats prep work.Daniel Hill1-1/+1
2023-10-23bcachefs: btree key cache pcpu freedlistKent Overstreet1-20/+101
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-3/+3
2023-10-23bcachefs: Allocate some extra room in btree_key_cache_fill()Kent Overstreet1-0/+7
2023-10-23bcachefs: Fix a few warnings on 32 bitKent Overstreet1-2/+2
2023-10-23bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-1/+1
2023-10-23bcachefs: Fix usage of six lock's percpu modeKent Overstreet1-5/+5
2023-10-23bcachefs: Btree key cache optimizationKent Overstreet1-2/+10
2023-10-23bcachefs: Delete redundant tracepointKent Overstreet1-1/+0
2023-10-23bcachefs: Btree key cache coherencyKent Overstreet1-5/+8
2023-10-23bcachefs: BTREE_ITER_WITH_KEY_CACHEKent Overstreet1-7/+10
2023-10-23bcachefs: Improve btree_key_cache_flush_pos()Kent Overstreet1-5/+9
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-1/+2
2023-10-23bcachefs: Log & error message improvementsKent Overstreet1-2/+1
2023-10-23bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet1-3/+3
2023-10-23bcachefs: Add error messages for memory allocation failuresKent Overstreet1-11/+17
2023-10-23bcachefs: Fix some shutdown path bugsKent Overstreet1-5/+6
2023-10-23bcachefs: BTREE_ITER_FILTER_SNAPSHOTSKent Overstreet1-1/+2
2023-10-23bcachefs: Subvolumes, snapshotsKent Overstreet1-0/+5
2023-10-23Revert "bcachefs: Add more assertions for locking btree iterators out of order"Kent Overstreet1-2/+2