index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_cache.c
Age
Commit message (
Expand
)
Author
2024-06-10
bcachefs: Enable automatic shrinking for rhashtables
Kent Overstreet
2024-05-09
bcachefs: add counters for failed shrinker reclaim
Daniel Hill
2024-05-09
bcachefs: for_each_bset() declares loop iter
Kent Overstreet
2024-05-08
bcachefs: Improve sysfs internal/btree_cache
Kent Overstreet
2024-05-08
bcachefs: Run bch2_check_fix_ptrs() via triggers
Kent Overstreet
2024-04-14
bcachefs: Fix bch2_btree_node_fill() for !path
Kent Overstreet
2024-04-14
bcachefs: add safety checks in bch2_btree_node_fill()
Kent Overstreet
2024-04-13
bcachefs: fix race in bch2_btree_node_evict()
Kent Overstreet
2024-03-31
bcachefs: Improved topology repair checks
Kent Overstreet
2024-03-31
bcachefs: Add an assertion for trying to evict btree root
Kent Overstreet
2024-03-13
bcachefs: Pin btree cache in ram for random access in fsck
Kent Overstreet
2024-03-13
bcachefs: Kill more -EIO error codes
Kent Overstreet
2024-03-13
bcachefs: kill kvpmalloc()
Kent Overstreet
2024-03-10
bcachefs: btree node prefetching in check_topology
Kent Overstreet
2024-01-21
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
2024-01-05
bcachefs: don't clear accessed bit in btree node fill
Kent Overstreet
2024-01-01
bcachefs: Include btree_trans in more tracepoints
Kent Overstreet
2023-12-03
bcachefs: Don't drop journal pins in exit path
Kent Overstreet
2023-11-07
Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-31
bcachefs: Fix shrinker names
Kent Overstreet
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
2023-10-22
bcachefs: Minor bch2_btree_node_get() smatch fixes
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: bkey_format helper improvements
Kent Overstreet
2023-10-22
bcachefs: Enumerate recovery passes
Kent Overstreet
2023-10-22
bcachefs: Delete redundant log messages
Kent Overstreet
2023-10-22
bcachefs: Allow for unknown btree IDs
Kent Overstreet
2023-10-22
bcachefs: unregister_shrinker() now safe on not-registered shrinker
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_unlock_noassert()
Kent Overstreet
2023-10-22
bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()
Kent Overstreet
2023-10-22
six locks: Kill six_lock_state union
Kent Overstreet
2023-10-22
six locks: Kill six_lock_pcpu_(alloc|free)
Kent Overstreet
2023-10-22
bcachefs: Clear btree_node_just_written() when node reused or evicted
Kent Overstreet
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_to_text() const correctness
Kent Overstreet
2023-10-22
bcachefs: Centralize btree node lock initialization
Kent Overstreet
2023-10-22
bcachefs: Plumb btree_trans through btree cache code
Kent Overstreet
2023-10-22
bcachefs: Use six_lock_ip()
Kent Overstreet
2023-10-22
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
bcachefs: Don't set accessed bit on btree node fill
Kent Overstreet
2023-10-22
bcachefs: Split out __bch2_btree_node_get()
Kent Overstreet
2023-10-22
bcachefs: Fix a race with b->write_type
Kent Overstreet
2023-10-22
bcachefs: More style fixes
Kent Overstreet
2023-10-22
bcachefs: Improved btree write statistics
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
bcachefs: improve behaviour of btree_cache_scan()
Daniel Hill
2023-10-22
bcachefs: bch2_btree_cache_scan() improvement
Kent Overstreet
2023-10-22
bcachefs: Delete old deadlock avoidance code
Kent Overstreet
[next]