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: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
2023-10-22
bcachefs: Add iter_flags arg to bch2_btree_delete_range()
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_ec_mem_alloc()
Kent Overstreet
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
2023-10-22
bcachefs: Turn encoded_extent_max into a regular option
Kent Overstreet
2023-10-22
bcachefs: Don't erasure code cached ptrs
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: Push c->mark_lock usage down to where it is needed
Kent Overstreet
2023-10-22
bcachefs: Convert bucket_alloc_ret to negative error codes
Kent Overstreet
2023-10-22
bcachefs: More enum strings
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_trans_exit() no longer returns errors
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_ITER_SET_POS_AFTER_COMMIT
Kent Overstreet
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
2023-10-22
bcachefs: ensure iter->should_be_locked is set
Dan Robertson
2023-10-22
bcachefs: Extensive triggers cleanups
Kent Overstreet
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
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
[next]