index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
io_read.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
bcachefs: Silence extent_poisoned error messages
Kent Overstreet
1
-8
/
+10
2025-04-13
bcachefs: Don't print data read retry success on non-errors
Kent Overstreet
1
-1
/
+5
2025-04-06
bcachefs: use library APIs for ChaCha20 and Poly1305
Eric Biggers
1
-1
/
+2
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
1
-4
/
+4
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
1
-3
/
+3
2025-03-30
bcachefs: Log original key being moved in data updates
Kent Overstreet
1
-0
/
+1
2025-03-25
bcachefs: Fix silent short reads in data read retry path
Kent Overstreet
1
-1
/
+2
2025-03-24
bcachefs: Add missing random.h includes
Kent Overstreet
1
-0
/
+1
2025-03-24
bcachefs: __bch2_read() now takes a btree_trans
Kent Overstreet
1
-16
/
+14
2025-03-24
bcachefs: BCH_READ_data_update -> bch_read_bio.data_update
Kent Overstreet
1
-25
/
+32
2025-03-16
bcachefs: Checksum errors get additional retries
Kent Overstreet
1
-4
/
+6
2025-03-16
bcachefs: Print message on successful read retry
Kent Overstreet
1
-0
/
+16
2025-03-16
bcachefs: Return errors to top level bch2_rbio_retry()
Kent Overstreet
1
-15
/
+26
2025-03-16
bcachefs: BCH_ERR_data_read_buffer_too_small
Kent Overstreet
1
-5
/
+4
2025-03-16
bcachefs: Read error message now indicates if it was for an internal move
Kent Overstreet
1
-1
/
+8
2025-03-16
bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry path
Kent Overstreet
1
-0
/
+3
2025-03-16
bcachefs: Convert read path to standard error codes
Kent Overstreet
1
-42
/
+51
2025-03-16
bcachefs: Debug params for data corruption injection
Kent Overstreet
1
-0
/
+8
2025-03-14
bcachefs: bch2_account_io_completion()
Kent Overstreet
1
-22
/
+23
2025-03-14
bcachefs: Fix read path io_ref handling
Kent Overstreet
1
-3
/
+6
2025-03-14
bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction restarts
Kent Overstreet
1
-4
/
+7
2025-03-14
bcachefs: Read/move path counter work
Kent Overstreet
1
-6
/
+14
2025-03-14
bcachefs: Scrub
Kent Overstreet
1
-1
/
+3
2025-03-14
bcachefs: bch2_bkey_pick_read_device() can now specify a device
Kent Overstreet
1
-4
/
+4
2025-03-14
bcachefs: Internal reads can now correct errors
Kent Overstreet
1
-52
/
+56
2025-03-14
bcachefs: Don't self-heal if a data update is already rewriting
Kent Overstreet
1
-20
/
+48
2025-03-14
bcachefs: Don't start promotes from bch2_rbio_free()
Kent Overstreet
1
-1
/
+10
2025-03-14
bcachefs: Self healing writes are BCH_WRITE_alloc_nowait
Kent Overstreet
1
-2
/
+2
2025-03-14
bcachefs: Promotes should use BCH_WRITE_only_specified_devs
Kent Overstreet
1
-0
/
+1
2025-03-14
bcachefs: Be stricter in bch2_read_retry_nodecode()
Kent Overstreet
1
-40
/
+24
2025-03-14
bcachefs: cleanup redundant code around data_update_op initialization
Kent Overstreet
1
-59
/
+33
2025-03-14
bcachefs: promote_op uses embedded bch_read_bio
Kent Overstreet
1
-59
/
+45
2025-03-14
bcachefs: rbio_init() cleanup
Kent Overstreet
1
-10
/
+8
2025-03-14
bcachefs: rbio_init_fragment()
Kent Overstreet
1
-11
/
+7
2025-03-14
bcachefs: Rename BCH_WRITE flags fer consistency with other x-macros enums
Kent Overstreet
1
-1
/
+1
2025-03-14
bcachefs: x-macroize BCH_READ flags
Kent Overstreet
1
-41
/
+41
2025-03-14
bcachefs: kill bch_read_bio.devs_have
Kent Overstreet
1
-2
/
+0
2025-03-14
bcachefs: Don't inc io_(read|write) counters for moves
Kent Overstreet
1
-1
/
+2
2025-03-13
bcachefs: target_congested -> get_random_u32_below()
Kent Overstreet
1
-1
/
+1
2025-03-11
bcachefs: Make sure trans is unlocked when submitting read IO
Kent Overstreet
1
-6
/
+11
2025-01-14
bcachefs: Fix self healing on read error
Kent Overstreet
1
-4
/
+9
2024-12-21
bcachefs: bch2_inum_to_path()
Kent Overstreet
1
-52
/
+133
2024-12-21
bcachefs: Don't try to en/decrypt when encryption not available
Kent Overstreet
1
-1
/
+13
2024-12-21
bcachefs: Don't delete reflink pointers to missing indirect extents
Kent Overstreet
1
-40
/
+5
2024-12-21
bcachefs: Reserve 8 bits in bch_reflink_p
Kent Overstreet
1
-9
/
+5
2024-12-21
bcachefs: small cleanup for extent ptr bitmasks
Kent Overstreet
1
-3
/
+3
2024-11-07
bcachefs: Fix UAF in __promote_alloc() error path
Kent Overstreet
1
-1
/
+2
2024-11-07
bcachefs: Fix null ptr deref in bucket_gen_get()
Kent Overstreet
1
-4
/
+3
2024-10-18
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
1
-2
/
+2
2024-10-18
bcachefs: fix missing restart handling in bch2_read_retry_nodecode()
Kent Overstreet
1
-2
/
+2
[next]