summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-2/+2
2023-10-23bcachefs: Don't set accessed bit on btree node fillKent Overstreet1-4/+10
2023-10-23bcachefs: Split out __bch2_btree_node_get()Kent Overstreet1-54/+108
2023-10-23bcachefs: Fix a race with b->write_typeKent Overstreet1-1/+0
2023-10-23bcachefs: More style fixesKent Overstreet1-2/+7
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-4/+7
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-2/+2
2023-10-23bcachefs: improve behaviour of btree_cache_scan()Daniel Hill1-1/+1
2023-10-23bcachefs: bch2_btree_cache_scan() improvementKent Overstreet1-44/+40
2023-10-23bcachefs: Delete old deadlock avoidance codeKent Overstreet1-28/+9
2023-10-23bcachefs: New locking functionsKent Overstreet1-7/+14
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-11/+11
2023-10-23bcachefs: Switch btree locking code to struct btree_bkey_cached_commonKent Overstreet1-1/+1
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-11/+5
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-23/+31
2023-10-23bcachefs: lock time stats prep work.Daniel Hill1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-10/+10
2023-10-23bcachefs: Improve btree_bad_header()Kent Overstreet1-21/+19
2023-10-23bcachefs: Don't normalize to pages in btree cache shrinkerKent Overstreet1-9/+4
2023-10-23bcachefs: Fix usage of six lock's percpu modeKent Overstreet1-14/+27
2023-10-23bcachefs: Refactor bch2_btree_node_mem_alloc()Kent Overstreet1-39/+45
2023-10-23bcachefs: Make bch2_btree_cache_scan() try harderKent Overstreet1-11/+17
2023-10-23bcachefs: Fix race leading to btree node write getting stuckKent Overstreet1-4/+3
2023-10-23bcachefs: Improve btree_node_write_if_need()Kent Overstreet1-3/+3
2023-10-23bcachefs: Use x-macros for btree node flagsKent Overstreet1-1/+8
2023-10-23bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESKent Overstreet1-2/+1
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-6/+12
2023-10-23bcachefs: Fix failure to allocate btree node in cacheKent Overstreet1-0/+9
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-0/+4
2023-10-23bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet1-1/+1
2023-10-23bcachefs: Add a tracepoint for the btree cache shrinkerKent Overstreet1-2/+9
2023-10-23bcachefs: Optimize memory accesses in bch2_btree_node_get()Kent Overstreet1-9/+10
2023-10-23bcachefs: Fix infinite loop in bch2_btree_cache_scan()Kent Overstreet1-2/+2
2023-10-23bcachefs: Improve btree_node_mem_ptr optimizationKent Overstreet1-1/+6
2023-10-23bcachefs: btree_pathKent Overstreet1-18/+18
2023-10-23bcachefs: Add an assertion for removing btree nodes from cacheKent Overstreet1-1/+2
2023-10-23bcachefs: Further reduce iter->trans usageKent Overstreet1-18/+22
2023-10-23bcachefs: trans->restartedKent Overstreet1-5/+14
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-5/+6
2023-10-23bcachefs: Add an option for btree node mem ptr optimizationKent Overstreet1-6/+10
2023-10-23bcachefs: bch2_btree_iter_relock_intent()Kent Overstreet1-14/+9
2023-10-23bcachefs: Improve btree_bad_header() error messageKent Overstreet1-13/+12
2023-10-23bcachefs: Tighten up btree_iter locking assertionsKent Overstreet1-2/+6
2023-10-23bcachefs: Kick off btree node writes from write completionsKent Overstreet1-2/+2
2023-10-23bcachefs: Really don't hold btree locks while btree IOs are in flightKent Overstreet1-35/+60
2023-10-23bcachefs: Drop all btree locks when submitting btree node readsKent Overstreet1-10/+29
2023-10-23bcachefs: Improve btree iterator tracepointsKent Overstreet1-1/+4
2023-10-23bcachefs: Mark newly allocated btree nodes as accessedKent Overstreet1-0/+1
2023-10-23bcachefs: Evict btree nodes we're deletingKent Overstreet1-0/+30
2023-10-23bcachefs: Use mmap() instead of vmalloc_exec() in userspaceKent Overstreet1-8/+15