summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_cache.c
AgeCommit message (Expand)Author
2021-06-04bcachefs: Improve btree iterator tracepointsKent Overstreet
2021-05-19bcachefs: Mark newly allocated btree nodes as accessedKent Overstreet
2021-05-19bcachefs: Evict btree nodes we're deletingKent Overstreet
2021-05-19bcachefs: Use mmap() instead of vmalloc_exec() in userspaceKent Overstreet
2021-05-19bcachefs: Don't BUG_ON() btree topology errorKent Overstreet
2021-05-19bcachefs: Update bch2_btree_verify()Kent Overstreet
2021-05-19bcachefs: Improve bset compactionKent Overstreet
2021-05-19bcachefs: Kill bch2_btree_node_get_sibling()Kent Overstreet
2021-05-19bcachefs: Start using bpos.snapshot fieldKent Overstreet
2021-05-19bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2021-05-19bcachefs: Use pcpu mode of six locks for interior nodesKent Overstreet
2021-04-27bcachefs: Use bch2_bpos_to_text() more consistentlyKent Overstreet
2021-04-27bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2021-04-27bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEMKent Overstreet
2021-04-27bcachefs: Add (partial) support for fixing btree topologyKent Overstreet
2021-04-27bcachefs: Add btree node prefetching to bch2_btree_and_journal_walk()Kent Overstreet
2021-04-27bcachefs: Add cannibalize lock to btree_cache_to_text()Kent Overstreet
2021-04-27bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet
2021-04-27bcachefs: Add btree cache stats to sysfsKent Overstreet
2021-04-27bcachefs: Check for errors from register_shrinker()Kent Overstreet
2021-04-27bcachefs: Fix missing memalloc_nofs_restore()Kent Overstreet
2021-04-27bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet
2021-04-27bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2021-04-27bcachefs: Improve tracing for transaction restartsKent Overstreet
2021-04-27bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet
2021-04-27bcachefs: Fix another lockdep splatKent Overstreet
2021-04-27bcachefs: Fix a lockdep splatKent Overstreet
2021-04-27bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2021-04-27bcachefs: Ensure we wake up threads locking node when reusing itKent Overstreet
2021-04-27bcachefs: Fix incorrect gfp checkKent Overstreet
2021-04-27bcachefs: btree_bkey_cached_commonKent Overstreet
2021-04-27bcachefs: Don't deadlock when btree node reuse changes lock orderingKent Overstreet
2021-04-27bcachefs: Don't allocate memory under the btree cache lockKent Overstreet
2021-04-27bcachefs: Check gfp_flags correctly in bch2_btree_cache_scan()Kent Overstreet
2021-04-27bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()Kent Overstreet
2021-04-27bcachefs: fix memalloc_nofs_restore() usageKent Overstreet
2021-04-27bcachefs: Kill bkey_type_successorKent Overstreet
2021-04-27bcachefs: Walk btree with keys from journalKent Overstreet
2021-04-27bcachefs: fix setting btree_node_accessed()Kent Overstreet
2021-04-27bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookupKent Overstreet
2021-04-27bcachefs: introduce b->hash_valKent Overstreet
2021-04-27bcachefs: Whiteout changesKent Overstreet
2021-04-27bcachefs: Fall back to slowpath on exact comparisonKent Overstreet
2021-04-27bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet
2021-04-27bcachefs: Initial commitKent Overstreet