index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
rw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-04
block: enable per-cpu bio cache by default
Fengnan Chang
1
-1
/
+0
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+7
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-14
/
+2
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
1
-14
/
+2
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
1
-0
/
+3
2025-11-10
io_uring/rw: ensure allocated iovec gets cleared for early failure
Jens Axboe
1
-0
/
+3
2025-11-05
io_uring: fix typos and comment wording
Alok Tiwari
1
-3
/
+3
2025-11-03
io_uring: add wrapper type for io_req_tw_func_t arg
Caleb Sander Mateos
1
-2
/
+3
2025-10-15
io_uring/rw: check for NULL io_br_sel when putting a buffer
Jens Axboe
1
-1
/
+5
2025-10-13
Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"
Jens Axboe
1
-1
/
+1
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+35
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
1
-0
/
+1
2025-08-27
io_uring: add async data clear/free helpers
Jens Axboe
1
-4
/
+2
2025-08-24
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
1
-11
/
+11
2025-08-24
io_uring/rw: recycle buffers manually for non-mshot reads
Jens Axboe
1
-0
/
+2
2025-08-24
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
1
-14
/
+20
2025-08-24
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
1
-7
/
+7
2025-08-24
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
1
-5
/
+5
2025-08-20
fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
Christoph Hellwig
1
-0
/
+3
2025-07-07
io_uring/rw: cast rw->flags assignment to rwf_t
Jens Axboe
1
-1
/
+1
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+5
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
1
-1
/
+1
2025-05-06
io_uring: enable per-io write streams
Keith Busch
1
-0
/
+1
2025-04-21
io_uring/kbuf: pass bgid to io_buffer_select()
Pavel Begunkov
1
-1
/
+4
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
1
-21
/
+73
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-92
/
+108
2025-03-10
io_uring: rely on io_prep_reg_vec for iovec placement
Pavel Begunkov
1
-2
/
+1
2025-03-10
io_uring: introduce io_prep_reg_iovec()
Pavel Begunkov
1
-20
/
+1
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
1
-3
/
+1
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
1
-7
/
+4
2025-03-07
io_uring: cap cached iovec/bvec size
Pavel Begunkov
1
-0
/
+3
2025-03-07
io_uring/rw: defer reg buf vec import
Pavel Begunkov
1
-8
/
+34
2025-03-07
io_uring/rw: implement vectored registered rw
Pavel Begunkov
1
-0
/
+51
2025-03-07
io_uring: introduce struct iou_vec
Pavel Begunkov
1
-10
/
+7
2025-03-05
io_uring/rw: ensure reissue path is correctly handled for IOPOLL
Jens Axboe
1
-4
/
+3
2025-02-28
io_uring: add support for kernel registered bvecs
Keith Busch
1
-0
/
+3
2025-02-28
io_uring/rw: move fixed buffer import to issue path
Keith Busch
1
-9
/
+30
2025-02-28
io_uring/rw: move buffer_select outside generic prep
Keith Busch
1
-17
/
+28
2025-02-27
Merge branch 'io_uring-6.14' into for-6.15/io_uring
Jens Axboe
1
-9
/
+21
2025-02-27
io_uring: combine buffer lookup and import
Pavel Begunkov
1
-8
/
+1
2025-02-27
io_uring/rw: open code io_prep_rw_setup()
Pavel Begunkov
1
-16
/
+9
2025-02-25
io_uring/rw: extract helper for iovec import
Pavel Begunkov
1
-26
/
+31
2025-02-25
io_uring/rw: rename io_import_iovec()
Pavel Begunkov
1
-7
/
+7
2025-02-25
io_uring/rw: allocate async data in io_prep_rw()
Pavel Begunkov
1
-3
/
+3
2025-02-24
io_uring/rw: shrink io_iov_compat_buffer_select_prep
Pavel Begunkov
1
-10
/
+4
2025-02-24
io_uring/rw: compile out compat param passing
Pavel Begunkov
1
-6
/
+2
2025-02-19
io_uring/rw: clean up mshot forced sync mode
Pavel Begunkov
1
-9
/
+3
2025-02-19
io_uring/rw: move ki_complete init into prep
Pavel Begunkov
1
-3
/
+8
2025-02-19
io_uring/rw: don't directly use ki_complete
Pavel Begunkov
1
-5
/
+9
2025-02-19
io_uring/rw: forbid multishot async reads
Pavel Begunkov
1
-2
/
+11
[next]