summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-6/+6
2024-01-06bcachefs: don't clear accessed bit in btree node fillKent Overstreet1-6/+0
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet1-10/+12
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet1-5/+3
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-5/+18
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+12
2023-10-31bcachefs: Fix shrinker namesKent Overstreet1-1/+1
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-4/+17
2023-10-23bcachefs: Minor bch2_btree_node_get() smatch fixesKent Overstreet1-22/+2
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-3/+12
2023-10-23bcachefs: bkey_format helper improvementsKent Overstreet1-9/+6
2023-10-23bcachefs: Enumerate recovery passesKent Overstreet1-1/+1
2023-10-23bcachefs: Delete redundant log messagesKent Overstreet1-10/+9
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-8/+13
2023-10-23bcachefs: unregister_shrinker() now safe on not-registered shrinkerKent Overstreet1-2/+1
2023-10-23bcachefs: bch2_trans_unlock_noassert()Kent Overstreet1-1/+1
2023-10-23bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()Kent Overstreet1-12/+19
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-3/+3
2023-10-23six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet1-4/+4
2023-10-23bcachefs: Clear btree_node_just_written() when node reused or evictedKent Overstreet1-0/+3
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-9/+9
2023-10-23bcachefs: bch2_btree_node_to_text() const correctnessKent Overstreet1-2/+2
2023-10-23bcachefs: Centralize btree node lock initializationKent Overstreet1-2/+1
2023-10-23bcachefs: Plumb btree_trans through btree cache codeKent Overstreet1-13/+14
2023-10-23bcachefs: Use six_lock_ip()Kent Overstreet1-1/+1
2023-10-23bcachefs: Convert EAGAIN errors to private error codesKent Overstreet1-3/+1
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