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_update_leaf.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Kill trans->updates2
Kent Overstreet
2023-10-22
bcachefs: Move extent_handle_overwrites() to bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: BTREE_ITER_WITH_UPDATES
Kent Overstreet
2023-10-22
bcachefs: Improve btree iterator tracepoints
Kent Overstreet
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Fix for buffered writes getting -ENOSPC
Kent Overstreet
2023-10-22
bcachefs: Split extents if necessary in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_extent_can_insert() call
Kent Overstreet
2023-10-22
bcachefs: Add a tracepoint for when we block on journal reclaim
Kent Overstreet
2023-10-22
bcachefs: Fix an out of bounds read
Kent Overstreet
2023-10-22
bcachefs: Fix for btree_gc repairing interior btree ptrs
Kent Overstreet
2023-10-22
bcachefs: Always check for invalid bkeys in trans commit path
Kent Overstreet
2023-10-22
bcachefs: Fix journal_reclaim_wait_done()
Kent Overstreet
2023-10-22
bcachefs: Don't call bch2_btree_iter_traverse() unnecessarily
Kent Overstreet
2023-10-22
bcachefs: Make sure to kick journal reclaim when we're waiting on it
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
2023-10-22
bcachefs: Fix livelock calling bch2_mark_bkey_replicas()
Kent Overstreet
2023-10-22
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
2023-10-22
bcachefs: Fix journal deadlock
Kent Overstreet
2023-10-22
bcachefs: Drop trans->nounlock
Kent Overstreet
2023-10-22
bcachefs: Move btree node merging to before transaction commit
Kent Overstreet
2023-10-22
bcachefs: Don't make foreground writes wait behind journal reclaim too long
Kent Overstreet
2023-10-22
bcachefs: Free iterator in bch2_btree_delete_range_trans()
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: Add a mechanism for running callbacks at trans commit time
Kent Overstreet
2023-10-22
bcachefs: Fix for bch2_trans_commit() unlocking when it's not supposed to
Kent Overstreet
2023-10-22
bcachefs: Switch extent_handle_overwrites() to one key at a time
Kent Overstreet
2023-10-22
bcachefs: Fix btree iterator leak in extent_handle_overwrites()
Kent Overstreet
2023-10-22
bcachefs: __bch2_trans_get_iter() refactoring, BTREE_ITER_NOT_EXTENTS
Kent Overstreet
2023-10-22
bcachefs: btree_iter_live()
Kent Overstreet
2023-10-22
bcachefs: Improve handling of extents in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
2023-10-22
bcachefs: Don't call into journal reclaim when we're not supposed to
Kent Overstreet
2023-10-22
bcachefs: Extents may now cross btree node boundaries
Kent Overstreet
2023-10-22
bcachefs: iter->real_pos
Kent Overstreet
2023-10-22
bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()
Kent Overstreet
2023-10-22
bcachefs: Ensure __bch2_trans_commit() always calls bch2_trans_reset()
Kent Overstreet
2023-10-22
bcachefs: Verify transaction updates are sorted
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: Fix btree lock being incorrectly dropped
Kent Overstreet
2023-10-22
bcachefs: Check for errors in bch2_journal_reclaim()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_delete_range_trans()
Kent Overstreet
2023-10-22
bcachefs: Throttle updates when btree key cache is too dirty
Kent Overstreet
2023-10-22
bcachefs: Simplify transaction commit error path
Kent Overstreet
2023-10-22
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
2023-10-22
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
[next]