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
/
ec.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Fix two btree iterator leaks
Kent Overstreet
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
2023-10-22
bcachefs: Have fsck check for stripe pointers matching stripe
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: Fix unnecessary read amplificaiton when allocating ec stripes
Robbie Litchfield
2023-10-22
bcachefs: KEY_TYPE_alloc_v2
Kent Overstreet
2023-10-22
bcachefs: Fix build in userspace
Kent Overstreet
2023-10-22
bcachefs: Don't allocate stripes at POS_MIN
Kent Overstreet
2023-10-22
bcachefs: Rework allocating buckets for stripes
Kent Overstreet
2023-10-22
bcachefs: Preserve stripe blockcounts on existing stripes
Kent Overstreet
2023-10-22
bcachefs: Kill stripe->dirty
Kent Overstreet
2023-10-22
bcachefs: Factor out bch2_ec_stripes_heap_start()
Kent Overstreet
2023-10-22
bcachefs: Erasure coding fixes & refactoring
Kent Overstreet
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
2023-10-22
bcachefs: Use separate new stripes for copygc and non-copygc
Kent Overstreet
2023-10-22
bcachefs: Change allocations for ec stripes to blocking
Kent Overstreet
2023-10-22
bcachefs: Don't read existing stripes synchronously in write path
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: Add BCH_BKEY_PTRS_MAX
Kent Overstreet
2023-10-22
bcachefs: Only try to get existing stripe once in stripe create path
Kent Overstreet
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
2023-10-22
bcachefs: Build fixes for 32bit x86
Kent Overstreet
2023-10-22
bcachefs: Account for stripe parity sectors separately
Kent Overstreet
2023-10-22
bcachefs: Improvements to writing alloc info
Kent Overstreet
2023-10-22
bcachefs: Perf improvements for bch_alloc_read()
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_new_stripes_to_text()
Kent Overstreet
2023-10-22
bcachefs: Convert various code to printbuf
Kent Overstreet
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
2023-10-22
bcachefs: Drop extra pointers when marking data as in a stripe
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
bcachefs: Allow existing stripes to be updated with new data buckets
Kent Overstreet
2023-10-22
bcachefs: Refactor stripe creation
Kent Overstreet
2023-10-22
bcachefs: Move stripe creation to workqueue
Kent Overstreet
2023-10-22
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
2023-10-22
bcachefs: Use blk_status_to_str()
Kent Overstreet
2023-10-22
bcachefs: Fix reading of alloc info after unclean shutdown
Kent Overstreet
2023-10-22
bcachefs: Fix ec_stripe_update_ptrs()
Kent Overstreet
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
bcachefs: btree_and_journal_iter
Kent Overstreet
2023-10-22
bcachefs: Split out btree_trigger_flags
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: bkey_on_stack_reassemble()
Kent Overstreet
2023-10-22
bcachefs: kill bch2_extent_has_device()
Kent Overstreet
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
2023-10-22
bcachefs: Fix ec_stripes_read()
Kent Overstreet
2023-10-22
bcachefs: Limit pointers to being in only one stripe
Kent Overstreet
2023-10-22
bcachefs: Fix undefined behaviour
Kent Overstreet
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
[next]