index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_cache.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Drop all btree locks when submitting btree node reads
Kent Overstreet
2023-10-22
bcachefs: Improve btree iterator tracepoints
Kent Overstreet
2023-10-22
bcachefs: Mark newly allocated btree nodes as accessed
Kent Overstreet
2023-10-22
bcachefs: Evict btree nodes we're deleting
Kent Overstreet
2023-10-22
bcachefs: Use mmap() instead of vmalloc_exec() in userspace
Kent Overstreet
2023-10-22
bcachefs: Don't BUG_ON() btree topology error
Kent Overstreet
2023-10-22
bcachefs: Update bch2_btree_verify()
Kent Overstreet
2023-10-22
bcachefs: Improve bset compaction
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_btree_node_get_sibling()
Kent Overstreet
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
bcachefs: Use pcpu mode of six locks for interior nodes
Kent Overstreet
2023-10-22
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_cache_scan()
Kent Overstreet
2023-10-22
bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEM
Kent Overstreet
2023-10-22
bcachefs: Add (partial) support for fixing btree topology
Kent Overstreet
2023-10-22
bcachefs: Add btree node prefetching to bch2_btree_and_journal_walk()
Kent Overstreet
2023-10-22
bcachefs: Add cannibalize lock to btree_cache_to_text()
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Add btree cache stats to sysfs
Kent Overstreet
2023-10-22
bcachefs: Check for errors from register_shrinker()
Kent Overstreet
2023-10-22
bcachefs: Fix missing memalloc_nofs_restore()
Kent Overstreet
2023-10-22
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
bcachefs: Improve tracing for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Fix btree updates when mixing cached and non cached iterators
Kent Overstreet
2023-10-22
bcachefs: Fix another lockdep splat
Kent Overstreet
2023-10-22
bcachefs: Fix a lockdep splat
Kent Overstreet
2023-10-22
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
2023-10-22
bcachefs: Ensure we wake up threads locking node when reusing it
Kent Overstreet
2023-10-22
bcachefs: Fix incorrect gfp check
Kent Overstreet
2023-10-22
bcachefs: Don't deadlock when btree node reuse changes lock ordering
Kent Overstreet
2023-10-22
bcachefs: Don't allocate memory under the btree cache lock
Kent Overstreet
2023-10-22
bcachefs: Check gfp_flags correctly in bch2_btree_cache_scan()
Kent Overstreet
2023-10-22
bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()
Kent Overstreet
2023-10-22
bcachefs: fix memalloc_nofs_restore() usage
Kent Overstreet
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
2023-10-22
bcachefs: trans_commit() path can now insert to interior nodes
Kent Overstreet
2023-10-22
bcachefs: fix setting btree_node_accessed()
Kent Overstreet
2023-10-22
bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookup
Kent Overstreet
2023-10-22
bcachefs: introduce b->hash_val
Kent Overstreet
2023-10-22
bcachefs: Whiteout changes
Kent Overstreet
2023-10-22
bcachefs: Fall back to slowpath on exact comparison
Kent Overstreet
2023-10-22
bcachefs: kill BFLOAT_FAILED_PREV
Kent Overstreet
2023-10-22
bcachefs: Drop unnecessary rcu_read_lock()
Kent Overstreet
2023-10-22
bcachefs: use memalloc_nofs_save() for vmalloc allocation
Kent Overstreet
2023-10-22
bcachefs: Rip out old hacky transaction restart tracing
Kent Overstreet
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Delete duplicate code
Kent Overstreet
[next]