summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_cache.c
AgeCommit message (Expand)Author
2023-06-21bcachefs: add counters for failed shrinker reclaimDaniel Hill
2023-06-21bcachefs: shrinker.to_text() methodsKent Overstreet
2023-06-20bcachefs: bch2_trans_unlock_noassert()Kent Overstreet
2023-06-20bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()Kent Overstreet
2023-06-20six locks: Kill six_lock_state unionKent Overstreet
2023-06-20six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet
2023-06-20bcachefs: Clear btree_node_just_written() when node reused or evictedKent Overstreet
2023-06-20bcachefs: Private error codes: ENOMEMKent Overstreet
2023-06-20bcachefs: bch2_btree_node_to_text() const correctnessKent Overstreet
2023-06-20bcachefs: Centralize btree node lock initializationKent Overstreet
2023-06-20bcachefs: Plumb btree_trans through btree cache codeKent Overstreet
2023-06-20bcachefs: Use six_lock_ip()Kent Overstreet
2023-06-20bcachefs: Convert EAGAIN errors to private error codesKent Overstreet
2023-06-20bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-06-20bcachefs: Don't set accessed bit on btree node fillKent Overstreet
2023-06-20bcachefs: Split out __bch2_btree_node_get()Kent Overstreet
2023-06-20bcachefs: Fix a race with b->write_typeKent Overstreet
2023-06-20bcachefs: More style fixesKent Overstreet
2023-06-20bcachefs: Improved btree write statisticsKent Overstreet
2023-06-20bcachefs: Assorted checkpatch fixesKent Overstreet
2023-06-20bcachefs: improve behaviour of btree_cache_scan()Daniel Hill
2023-06-20bcachefs: bch2_btree_cache_scan() improvementKent Overstreet
2023-06-20bcachefs: Delete old deadlock avoidance codeKent Overstreet
2023-06-20bcachefs: New locking functionsKent Overstreet
2023-06-20bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-06-20bcachefs: Switch btree locking code to struct btree_bkey_cached_commonKent Overstreet
2023-06-20bcachefs: btree_locking.cKent Overstreet
2023-06-20bcachefs: Tracepoint improvementsKent Overstreet
2023-06-20bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-06-20bcachefs: lock time stats prep work.Daniel Hill
2023-06-20bcachefs: Printbuf reworkKent Overstreet
2023-06-20bcachefs: Improve btree_bad_header()Kent Overstreet
2023-06-20bcachefs: Don't normalize to pages in btree cache shrinkerKent Overstreet
2023-06-20bcachefs: Fix usage of six lock's percpu modeKent Overstreet
2023-06-20bcachefs: Refactor bch2_btree_node_mem_alloc()Kent Overstreet
2023-06-20bcachefs: Make bch2_btree_cache_scan() try harderKent Overstreet
2023-06-20bcachefs: Fix race leading to btree node write getting stuckKent Overstreet
2023-06-20bcachefs: Improve btree_node_write_if_need()Kent Overstreet
2023-06-20bcachefs: Use x-macros for btree node flagsKent Overstreet
2023-06-20bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESKent Overstreet
2023-06-20bcachefs: Heap allocate printbufsKent Overstreet
2023-06-20bcachefs: Fix failure to allocate btree node in cacheKent Overstreet
2023-06-20bcachefs: Tracepoint improvementsKent Overstreet
2023-06-20bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2023-06-20bcachefs: Add a tracepoint for the btree cache shrinkerKent Overstreet
2023-06-20bcachefs: Optimize memory accesses in bch2_btree_node_get()Kent Overstreet
2023-06-20bcachefs: Fix infinite loop in bch2_btree_cache_scan()Kent Overstreet
2023-06-20bcachefs: Improve btree_node_mem_ptr optimizationKent Overstreet
2023-06-20bcachefs: btree_pathKent Overstreet
2023-06-20bcachefs: Add an assertion for removing btree nodes from cacheKent Overstreet