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
/
io_read.c
Age
Commit message (
Expand
)
Author
2025-07-13
bcachefs: io_read: remove from async obj list in rbio_done()
Kent Overstreet
2025-06-16
bcachefs: Fix bch2_read_bio_to_text()
Kent Overstreet
2025-06-11
bcachefs: Read error message now prints if self healing
Kent Overstreet
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
2025-05-21
bcachefs: Emit a single log message on data read error
Kent Overstreet
2025-05-21
bcachefs: Make various async objs visible in debugfs
Kent Overstreet
2025-05-21
bcachefs: bch2_read_bio_to_text
Kent Overstreet
2025-05-21
bcachefs: bch_dev.io_ref -> enumerated_ref
Kent Overstreet
2025-05-21
bcachefs: bch_fs.writes -> enumerated_refs
Kent Overstreet
2025-05-21
bcachefs: RO mounts now use less memory
Kent Overstreet
2025-05-21
bcachefs: add missing include
Kent Overstreet
2025-05-21
bcachefs: Data move can read from poisoned extents
Kent Overstreet
2025-05-21
bcachefs: Poison extents that can't be read due to checksum errors
Kent Overstreet
2025-05-21
bcachefs: Be precise about bch_io_failures
Kent Overstreet
2025-04-15
bcachefs: Silence extent_poisoned error messages
Kent Overstreet
2025-04-13
bcachefs: Don't print data read retry success on non-errors
Kent Overstreet
2025-04-06
bcachefs: use library APIs for ChaCha20 and Poly1305
Eric Biggers
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
2025-03-30
bcachefs: Log original key being moved in data updates
Kent Overstreet
2025-03-25
bcachefs: Fix silent short reads in data read retry path
Kent Overstreet
2025-03-24
bcachefs: Add missing random.h includes
Kent Overstreet
2025-03-24
bcachefs: __bch2_read() now takes a btree_trans
Kent Overstreet
2025-03-24
bcachefs: BCH_READ_data_update -> bch_read_bio.data_update
Kent Overstreet
2025-03-16
bcachefs: Checksum errors get additional retries
Kent Overstreet
2025-03-16
bcachefs: Print message on successful read retry
Kent Overstreet
2025-03-16
bcachefs: Return errors to top level bch2_rbio_retry()
Kent Overstreet
2025-03-16
bcachefs: BCH_ERR_data_read_buffer_too_small
Kent Overstreet
2025-03-16
bcachefs: Read error message now indicates if it was for an internal move
Kent Overstreet
2025-03-16
bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry path
Kent Overstreet
2025-03-16
bcachefs: Convert read path to standard error codes
Kent Overstreet
2025-03-16
bcachefs: Debug params for data corruption injection
Kent Overstreet
2025-03-14
bcachefs: bch2_account_io_completion()
Kent Overstreet
2025-03-14
bcachefs: Fix read path io_ref handling
Kent Overstreet
2025-03-14
bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...
Kent Overstreet
2025-03-14
bcachefs: Read/move path counter work
Kent Overstreet
2025-03-14
bcachefs: Scrub
Kent Overstreet
2025-03-14
bcachefs: bch2_bkey_pick_read_device() can now specify a device
Kent Overstreet
2025-03-14
bcachefs: Internal reads can now correct errors
Kent Overstreet
2025-03-14
bcachefs: Don't self-heal if a data update is already rewriting
Kent Overstreet
2025-03-14
bcachefs: Don't start promotes from bch2_rbio_free()
Kent Overstreet
2025-03-14
bcachefs: Self healing writes are BCH_WRITE_alloc_nowait
Kent Overstreet
2025-03-14
bcachefs: Promotes should use BCH_WRITE_only_specified_devs
Kent Overstreet
2025-03-14
bcachefs: Be stricter in bch2_read_retry_nodecode()
Kent Overstreet
2025-03-14
bcachefs: cleanup redundant code around data_update_op initialization
Kent Overstreet
2025-03-14
bcachefs: promote_op uses embedded bch_read_bio
Kent Overstreet
2025-03-14
bcachefs: rbio_init() cleanup
Kent Overstreet
2025-03-14
bcachefs: rbio_init_fragment()
Kent Overstreet
2025-03-14
bcachefs: Rename BCH_WRITE flags fer consistency with other x-macros enums
Kent Overstreet
[next]