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.h
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Log more messages in the journal
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofail
Kent Overstreet
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
bcachefs: Add a counter for btree_trans restarts
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_run()
Kent Overstreet
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_reset_updates()
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_delete_extent_at()
Kent Overstreet
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_log_msg()
Kent Overstreet
2023-10-22
bcachefs: Btree key cache coherency
Kent Overstreet
2023-10-22
bcachefs: Don't use in-memory bucket array for alloc updates
Kent Overstreet
2023-10-22
bcachefs: iter->update_path
Kent Overstreet
2023-10-22
bcachefs: Add iter_flags arg to bch2_btree_delete_range()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_rewrite() now returns transaction restarts
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: Update fsck for snapshots
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
2023-10-22
bcachefs: Change lockrestart_do() to always call bch2_trans_begin()
Kent Overstreet
2023-10-22
bcachefs: Use bch2_trans_begin() more consistently
Kent Overstreet
2023-10-22
bcachefs: Update btree ptrs after every write
Kent Overstreet
2023-10-22
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
2023-10-22
bcachefs: BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
Kent Overstreet
2023-10-22
bcachefs: Kill trans->updates2
Kent Overstreet
2023-10-22
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
2023-10-22
bcachefs: Improved check_directory_structure()
Kent Overstreet
2023-10-22
bcachefs: Add a mechanism for running callbacks at trans commit time
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_delete_range_trans()
Kent Overstreet
2023-10-22
bcachefs: Btree key cache
Kent Overstreet
2023-10-22
bcachefs: Journal updates to interior nodes
Kent Overstreet
2023-10-22
bcachefs: Drop unused export
Kent Overstreet
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
bcachefs: introduce b->hash_val
Kent Overstreet
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
2023-10-22
bcachefs: Make btree_insert_entry more private to update path
Kent Overstreet
2023-10-22
bcachefs: Don't reexecute triggers when retrying transaction commit
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
2023-10-22
bcachefs: Make btree_node_type_needs_gc() cheaper
Kent Overstreet
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
2023-10-22
bcachefs: Do updates in order they were queued up in
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_NOMARK_INSERT
Kent Overstreet
[next]