aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_key_cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-4/+4
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+12
2023-11-01bcachefs: Don't downgrade locks on transaction restartGravatar Kent Overstreet 1-1/+1
2023-10-31bcachefs: Fix shrinker namesGravatar Kent Overstreet 1-1/+1
2023-10-31bcachefs: bch2_btree_id_str()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-7/+5
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Fix -Wformat in bch2_btree_key_cache_to_text()Gravatar Nathan Chancellor 1-1/+1
2023-10-22bcachefs: Fix silent enum conversion errorGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: mark bch_inode_info and bkey_cached as reclaimableGravatar Mikulas Patocka 1-1/+1
2023-10-22bcachefs: Add new assertions for shutdown pathGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Kill JOURNAL_WATERMARKGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: unregister_shrinker() now safe on not-registered shrinkerGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: allocate_dropping_locks()Gravatar Kent Overstreet 1-10/+3
2023-10-22six locks: Kill six_lock_state unionGravatar Kent Overstreet 1-3/+3
2023-10-22six locks: Kill six_lock_pcpu_(alloc|free)Gravatar Kent Overstreet 1-9/+4
2023-10-22bcachefs: bch2_bkey_get_iter() helpersGravatar Kent Overstreet 1-4/+3
2023-10-22bcachefs: Private error codes: ENOMEMGravatar Kent Overstreet 1-8/+8
2023-10-22bcachefs: don't bump key cache journal seq on nojournal commitsGravatar Brian Foster 1-4/+19
2023-10-22bcachefs: Drop some anonymous structs, unionsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Centralize btree node lock initializationGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Kill trans->flagsGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Don't call bch2_journal_pin_drop() under key cache lockGravatar Kent Overstreet 1-6/+8
2023-10-22bcachefs: Use six_lock_ip()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Don't emit tracepoints for expected eventsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMGravatar Kent Overstreet 1-20/+50
2023-10-22bcachefs: Improve bkey_cached_lock_for_evict()Gravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Fix a livelock in key cache fill pathGravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: Key cache now works for snapshots btreesGravatar Kent Overstreet 1-8/+8
2023-10-22bcachefs: Bring back BTREE_ITER_CACHED_NOFILLGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Fix a use after freeGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Btree key cache shrinker fixGravatar Kent Overstreet 1-10/+32
2023-10-22bcachefs: Btree key cache improvementsGravatar Kent Overstreet 1-17/+50
2023-10-22bcachefs: bch2_btree_key_cache_scan() doesn't need trylockGravatar Kent Overstreet 1-6/+2
2023-10-22bcachefs: Break out bch2_btree_path_traverse_cached_slowpath()Gravatar Kent Overstreet 1-3/+57
2023-10-22bcachefs: Delete old deadlock avoidance codeGravatar Kent Overstreet 1-21/+6
2023-10-22bcachefs: Ensure intent locks are marked before taking write locksGravatar Kent Overstreet 1-2/+8
2023-10-22bcachefs: Avoid using btree_node_lock_nopath()Gravatar Kent Overstreet 1-11/+6
2023-10-22bcachefs: Fix usage of six lock's percpu mode, key cache versionGravatar Kent Overstreet 1-42/+88
2023-10-22bcachefs: Refactor bkey_cached_alloc() pathGravatar Kent Overstreet 1-19/+19
2023-10-22bcachefs: Convert more locking code to btree_bkey_cached_commonGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: btree_bkey_cached_common->cachedGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch2_btree_node_lock_write_nofail()Gravatar Kent Overstreet 1-5/+6
2023-10-22bcachefs: New locking functionsGravatar Kent Overstreet 1-25/+57
2023-10-22bcachefs: Don't leak lock pcpu counts memoryGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Correctly initialize bkey_cached->lockGravatar Kent Overstreet 1-1/+1