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
/
buckets.c
Age
Commit message (
Expand
)
Author
2024-01-05
bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()
Kent Overstreet
2024-01-05
bcachefs: unify extent trigger
Kent Overstreet
2024-01-05
bcachefs: bch2_trigger_stripe_ptr()
Kent Overstreet
2024-01-05
bcachefs: bch2_trigger_pointer()
Kent Overstreet
2024-01-05
bcachefs: move stripe triggers to ec.c
Kent Overstreet
2024-01-05
bcachefs: move bch2_mark_alloc() to alloc_background.c
Kent Overstreet
2024-01-05
bcachefs: unify reservation trigger
Kent Overstreet
2024-01-05
bcachefs: kill mem_trigger_run_overwrite_then_insert()
Kent Overstreet
2024-01-05
bcachefs: mark now takes bkey_s
Kent Overstreet
2024-01-05
bcachefs: trans_mark now takes bkey_s
Kent Overstreet
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
2024-01-01
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
2024-01-01
bcachefs: Move reflink_p triggers into reflink.c
Kent Overstreet
2024-01-01
bcachefs: Kill journal_seq/gc args to bch2_dev_usage_update_m()
Kent Overstreet
2024-01-01
bcachefs: Kill dev_usage->buckets_ec
Kent Overstreet
2024-01-01
bcachefs: bch2_dev_usage_to_text()
Kent Overstreet
2024-01-01
bcachefs: New bucket sector count helpers
Kent Overstreet
2024-01-01
bcachefs: Simplify check_bucket_ref()
Kent Overstreet
2024-01-01
bcachefs: Don't use update_cached_sectors() in bch2_mark_alloc()
Kent Overstreet
2024-01-01
bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1
Kent Overstreet
2023-11-28
bcachefs: Fix bucket data type for stripe buckets
Kent Overstreet
2023-11-24
bcachefs: Don't stop copygc thread on device resize
Kent Overstreet
2023-11-01
bcachefs: Fix an integer overflow
Kent Overstreet
2023-11-01
bcachefs: Enumerate fsck errors
Kent Overstreet
2023-11-01
bcachefs: rebalance_work
Kent Overstreet
2023-10-31
bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW
Kent Overstreet
2023-10-31
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
2023-10-22
bcachefs: Switch to unsafe_memcpy() in a few places
Kent Overstreet
2023-10-22
bcachefs: bucket_lock() is now a sleepable lock
Kent Overstreet
2023-10-22
bcachefs: Fix an overflow check
Kent Overstreet
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: remove redundant initialization of pointer d
Colin Ian King
2023-10-22
bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()
Kent Overstreet
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
bcachefs: move inode triggers to inode.c
Kent Overstreet
2023-10-22
bcachefs: Upgrade path fixes
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_mark_pointer() refactoring
Kent Overstreet
2023-10-22
bcachefs: New error message helpers
Kent Overstreet
2023-10-22
bcachefs: replicas_deltas_realloc() uses allocate_dropping_locks()
Kent Overstreet
2023-10-22
bcachefs: GFP_NOIO -> GFP_NOFS
Kent Overstreet
2023-10-22
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
2023-10-22
bcachefs: Fix a buffer overrun in bch2_fs_usage_read()
Kent Overstreet
2023-10-22
bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: bch2_bkey_get_mut() improvements
Kent Overstreet
2023-10-22
bcachefs: Rip out code for storing backpointers in alloc keys
Kent Overstreet
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
bcachefs: Journal resize fixes
Kent Overstreet
2023-10-22
bcachefs: Mark stripe buckets with correct data type
Kent Overstreet
[next]