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: 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
2023-10-22
bcachefs: New locking functions
Kent Overstreet
2023-10-22
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
bcachefs: Switch btree locking code to struct btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
bcachefs: lock time stats prep work.
Daniel Hill
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: Improve btree_bad_header()
Kent Overstreet
2023-10-22
bcachefs: Don't normalize to pages in btree cache shrinker
Kent Overstreet
2023-10-22
bcachefs: Fix usage of six lock's percpu mode
Kent Overstreet
2023-10-22
bcachefs: Refactor bch2_btree_node_mem_alloc()
Kent Overstreet
2023-10-22
bcachefs: Make bch2_btree_cache_scan() try harder
Kent Overstreet
2023-10-22
bcachefs: Fix race leading to btree node write getting stuck
Kent Overstreet
2023-10-22
bcachefs: Improve btree_node_write_if_need()
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for btree node flags
Kent Overstreet
2023-10-22
bcachefs: Kill BCH_FS_HOLD_BTREE_WRITES
Kent Overstreet
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
bcachefs: Fix failure to allocate btree node in cache
Kent Overstreet
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
2023-10-22
bcachefs: Switch to __func__for recording where btree_trans was initialized
Kent Overstreet
2023-10-22
bcachefs: Add a tracepoint for the btree cache shrinker
Kent Overstreet
2023-10-22
bcachefs: Optimize memory accesses in bch2_btree_node_get()
Kent Overstreet
2023-10-22
bcachefs: Fix infinite loop in bch2_btree_cache_scan()
Kent Overstreet
2023-10-22
bcachefs: Improve btree_node_mem_ptr optimization
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Add an assertion for removing btree nodes from cache
Kent Overstreet
2023-10-22
bcachefs: Further reduce iter->trans usage
Kent Overstreet
2023-10-22
bcachefs: trans->restarted
Kent Overstreet
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Add an option for btree node mem ptr optimization
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_relock_intent()
Kent Overstreet
2023-10-22
bcachefs: Improve btree_bad_header() error message
Kent Overstreet
2023-10-22
bcachefs: Tighten up btree_iter locking assertions
Kent Overstreet
2023-10-22
bcachefs: Kick off btree node writes from write completions
Kent Overstreet
2023-10-22
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
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
[next]