index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
io_read.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
Remove bcachefs core code
Linus Torvalds
1
-1543
/
+0
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-4
/
+4
2025-07-14
bcachefs: io_read: remove from async obj list in rbio_done()
Kent Overstreet
1
-0
/
+5
2025-06-17
bcachefs: Fix bch2_read_bio_to_text()
Kent Overstreet
1
-1
/
+6
2025-06-12
bcachefs: Read error message now prints if self healing
Kent Overstreet
1
-2
/
+9
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
1
-16
/
+16
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-2
/
+1
2025-05-22
bcachefs: Emit a single log message on data read error
Kent Overstreet
1
-62
/
+21
2025-05-22
bcachefs: Make various async objs visible in debugfs
Kent Overstreet
1
-13
/
+26
2025-05-22
bcachefs: bch2_read_bio_to_text
Kent Overstreet
1
-0
/
+35
2025-05-22
bcachefs: bch_dev.io_ref -> enumerated_ref
Kent Overstreet
1
-4
/
+6
2025-05-22
bcachefs: bch_fs.writes -> enumerated_refs
Kent Overstreet
1
-3
/
+4
2025-05-22
bcachefs: RO mounts now use less memory
Kent Overstreet
1
-0
/
+8
2025-05-22
bcachefs: add missing include
Kent Overstreet
1
-0
/
+1
2025-05-22
bcachefs: Data move can read from poisoned extents
Kent Overstreet
1
-0
/
+4
2025-05-22
bcachefs: Poison extents that can't be read due to checksum errors
Kent Overstreet
1
-4
/
+67
2025-05-22
bcachefs: Be precise about bch_io_failures
Kent Overstreet
1
-3
/
+48
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-07
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-31
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-15
bcachefs: bch2_account_io_completion()
Kent Overstreet
1
-22
/
+23
2025-03-15
bcachefs: Fix read path io_ref handling
Kent Overstreet
1
-3
/
+6
2025-03-15
bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...
Kent Overstreet
1
-4
/
+7
2025-03-15
bcachefs: Read/move path counter work
Kent Overstreet
1
-6
/
+14
2025-03-15
bcachefs: Scrub
Kent Overstreet
1
-1
/
+3
2025-03-15
bcachefs: bch2_bkey_pick_read_device() can now specify a device
Kent Overstreet
1
-4
/
+4
2025-03-15
bcachefs: Internal reads can now correct errors
Kent Overstreet
1
-52
/
+56
2025-03-15
bcachefs: Don't self-heal if a data update is already rewriting
Kent Overstreet
1
-20
/
+48
2025-03-15
bcachefs: Don't start promotes from bch2_rbio_free()
Kent Overstreet
1
-1
/
+10
2025-03-15
bcachefs: Self healing writes are BCH_WRITE_alloc_nowait
Kent Overstreet
1
-2
/
+2
2025-03-15
bcachefs: Promotes should use BCH_WRITE_only_specified_devs
Kent Overstreet
1
-0
/
+1
2025-03-15
bcachefs: Be stricter in bch2_read_retry_nodecode()
Kent Overstreet
1
-40
/
+24
2025-03-15
bcachefs: cleanup redundant code around data_update_op initialization
Kent Overstreet
1
-59
/
+33
2025-03-15
bcachefs: promote_op uses embedded bch_read_bio
Kent Overstreet
1
-59
/
+45
2025-03-15
bcachefs: rbio_init() cleanup
Kent Overstreet
1
-10
/
+8
[next]