summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_cache.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Improve tracing for transaction restartsKent Overstreet
2023-10-22bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet
2023-10-22bcachefs: Fix another lockdep splatKent Overstreet
2023-10-22bcachefs: Fix a lockdep splatKent Overstreet
2023-10-22bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2023-10-22bcachefs: Ensure we wake up threads locking node when reusing itKent Overstreet
2023-10-22bcachefs: Fix incorrect gfp checkKent Overstreet
2023-10-22bcachefs: Don't deadlock when btree node reuse changes lock orderingKent Overstreet
2023-10-22bcachefs: Don't allocate memory under the btree cache lockKent Overstreet
2023-10-22bcachefs: Check gfp_flags correctly in bch2_btree_cache_scan()Kent Overstreet
2023-10-22bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()Kent Overstreet
2023-10-22bcachefs: fix memalloc_nofs_restore() usageKent Overstreet
2023-10-22bcachefs: Kill bkey_type_successorKent Overstreet
2023-10-22bcachefs: trans_commit() path can now insert to interior nodesKent Overstreet
2023-10-22bcachefs: fix setting btree_node_accessed()Kent Overstreet
2023-10-22bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookupKent Overstreet
2023-10-22bcachefs: introduce b->hash_valKent Overstreet
2023-10-22bcachefs: Whiteout changesKent Overstreet
2023-10-22bcachefs: Fall back to slowpath on exact comparisonKent Overstreet
2023-10-22bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet
2023-10-22bcachefs: Drop unnecessary rcu_read_lock()Kent Overstreet
2023-10-22bcachefs: use memalloc_nofs_save() for vmalloc allocationKent Overstreet
2023-10-22bcachefs: Rip out old hacky transaction restart tracingKent Overstreet
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet
2023-10-22bcachefs: Delete duplicate codeKent Overstreet
2023-10-22bcachefs: kill BTREE_ITER_NOUNLOCKKent Overstreet
2023-10-22bcachefs: Don't pass around may_drop_locksKent Overstreet
2023-10-22bcachefs: btree_bkey_cached_commonKent Overstreet
2023-10-22bcachefs: Add actual tracepoints for transaction restartsKent Overstreet
2023-10-22bcachefs: trans_for_each_iter()Kent Overstreet
2023-10-22bcachefs: More allocator startup improvementsKent Overstreet
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet
2023-10-22bcachefs: revamp to_text methodsKent Overstreet
2023-10-22bcachefs: trace transaction restartsKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet