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_gc.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Use btree_type_has_ptrs() more consistently
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: Convert fsck errors to errcode.h
Kent Overstreet
2023-10-22
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
2023-10-22
bcachefs: Convert bch2_gc_done() for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: for_each_btree_key2()
Kent Overstreet
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
2023-10-22
bcachefs: Silence some fsck errors when reconstructing alloc info
Kent Overstreet
2023-10-22
bcachefs: Put some repair messages behind opts->verbose
Kent Overstreet
2023-10-22
bcachefs: Always descend to leaf nodes it btree_gc
Kent Overstreet
2023-10-22
bcachefs: Fix assertion in topology repair
Kent Overstreet
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
2023-10-22
bcachefs: Shutdown path improvements
Kent Overstreet
2023-10-22
bcachefs: Ensure buckets have io_time[READ] set
Kent Overstreet
2023-10-22
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
2023-10-22
bcachefs: Topology repair fixes
Kent Overstreet
2023-10-22
bcachefs: Kill struct bucket_mark
Kent Overstreet
2023-10-22
bcachefs: Kill main in-memory bucket array
Kent Overstreet
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_alloc_v4
Kent Overstreet
2023-10-22
bcachefs: Journal seq now incremented at entry open, not close
Kent Overstreet
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
bcachefs: Normal update/commit path now works before going RW
Kent Overstreet
2023-10-22
bcachefs: Stale ptr cleanup is now done by gc_gens
Kent Overstreet
2023-10-22
bcachefs: Fix reflink repair code
Kent Overstreet
2023-10-22
bcachefs: bch2_gc_gens() no longer uses bucket array
Kent Overstreet
2023-10-22
bcachefs: btree_gc no longer uses main in-memory bucket array
Kent Overstreet
2023-10-22
bcachefs: Improve path for when btree_gc needs another pass
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_check_fix_ptrs()
Kent Overstreet
2023-10-22
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
2023-10-22
bcachefs: Log what we're doing when repairing
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_ec_mem_alloc()
Kent Overstreet
2023-10-22
bcachefs: Separate out gc_bucket()
Kent Overstreet
2023-10-22
bcachefs: bch2_journal_key_insert() no longer transfers ownership
Kent Overstreet
2023-10-22
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
2023-10-22
bcachefs: Split out struct gc_stripe from struct stripe
Kent Overstreet
2023-10-22
bcachefs: Erasure coding fixes
Kent Overstreet
2023-10-22
bcachefs: Handle replica marking fsck errors locally
Kent Overstreet
2023-10-22
bcachefs: Push c->mark_lock usage down to where it is needed
Kent Overstreet
2023-10-22
bcachefs: Fix BCH_FS_ERROR flag handling
Kent Overstreet
2023-10-22
bcachefs: Add a bit of missing repair code
Kent Overstreet
2023-10-22
bcachefs: BTREE_TRIGGER_INSERT now only means insert
Kent Overstreet
2023-10-22
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
2023-10-22
bcachefs: Assorted ec fixes
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_rewrite() now returns transaction restarts
Kent Overstreet
2023-10-22
bcachefs: Must check for errors from bch2_trans_cond_resched()
Kent Overstreet
2023-10-22
bcachefs: for_each_btree_node() now returns errors directly
Kent Overstreet
[next]