index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: extend functionality to map bvec iterator
Kanchan Joshi
2022-09-30
1
-4
/
+71
*
block: factor out blk_rq_map_bio_alloc helper
Kanchan Joshi
2022-09-30
1
-11
/
+22
*
block: rename bio_map_put to blk_mq_map_bio_put
Anuj Gupta
2022-09-30
1
-3
/
+3
*
nvme: refactor nvme_alloc_request
Kanchan Joshi
2022-09-30
1
-37
/
+53
*
nvme: refactor nvme_add_user_metadata
Kanchan Joshi
2022-09-30
1
-10
/
+13
*
nvme: Use blk_rq_map_user_io helper
Anuj Gupta
2022-09-30
1
-16
/
+2
*
scsi: Use blk_rq_map_user_io helper
Anuj Gupta
2022-09-30
2
-39
/
+5
*
block: add blk_rq_map_user_io
Anuj Gupta
2022-09-30
2
-0
/
+38
*
io_uring: introduce fixed buffer support for io_uring_cmd
Anuj Gupta
2022-09-30
3
-2
/
+28
*
io_uring: add io_uring_cmd_import_fixed
Anuj Gupta
2022-09-30
2
-0
/
+18
*
nvme: enable batched completions of passthrough IO
Jens Axboe
2022-09-30
1
-2
/
+1
*
nvme: split out metadata vs non metadata end_io uring_cmd completions
Jens Axboe
2022-09-30
1
-18
/
+61
*
block: allow end_io based requests in the completion batch handling
Jens Axboe
2022-09-30
2
-3
/
+13
*
block: change request end_io handler to pass back a return value
Jens Axboe
2022-09-30
13
-29
/
+65
*
block: enable batched allocation for blk_mq_alloc_request()
Jens Axboe
2022-09-30
1
-9
/
+71
*
block: kill deprecated BUG_ON() in the flush handling
Jens Axboe
2022-09-30
1
-1
/
+0
*
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
2022-09-30
30
-326
/
+859
|
\
|
*
io_uring/net: fix notif cqe reordering
Pavel Begunkov
2022-09-30
1
-5
/
+19
|
*
io_uring/net: don't update msg_name if not provided
Pavel Begunkov
2022-09-30
1
-1
/
+2
|
*
io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
Jens Axboe
2022-09-30
1
-4
/
+4
|
*
io_uring/rw: defer fsnotify calls to task context
Jens Axboe
2022-09-29
1
-9
/
+15
|
*
io_uring/net: fix fast_iov assignment in io_setup_async_msg()
Stefan Metzmacher
2022-09-29
1
-2
/
+4
|
*
io_uring/net: fix non-zc send with address
Pavel Begunkov
2022-09-29
1
-6
/
+6
|
*
io_uring/net: don't skip notifs for failed requests
Pavel Begunkov
2022-09-28
1
-21
/
+8
|
*
io_uring/rw: don't lose short results on io_setup_async_rw()
Pavel Begunkov
2022-09-27
1
-3
/
+5
|
*
io_uring/rw: fix unexpected link breakage
Pavel Begunkov
2022-09-27
1
-0
/
+1
|
*
io_uring/net: fix cleanup double free free_iov init
Pavel Begunkov
2022-09-26
1
-10
/
+10
|
*
io_uring: fix CQE reordering
Pavel Begunkov
2022-09-23
2
-5
/
+19
|
*
io_uring/net: fix UAF in io_sendrecv_fail()
Pavel Begunkov
2022-09-23
1
-10
/
+5
|
*
selftest/net: adjust io_uring sendzc notif handling
Pavel Begunkov
2022-09-23
1
-9
/
+13
|
*
io_uring: ensure local task_work marks task as running
Jens Axboe
2022-09-22
1
-0
/
+1
|
*
io_uring/net: zerocopy sendmsg
Pavel Begunkov
2022-09-21
4
-5
/
+107
|
*
io_uring/net: combine fail handlers
Pavel Begunkov
2022-09-21
3
-17
/
+17
|
*
io_uring/net: rename io_sendzc()
Pavel Begunkov
2022-09-21
3
-9
/
+9
|
*
io_uring/net: support non-zerocopy sendto
Pavel Begunkov
2022-09-21
3
-8
/
+35
|
*
io_uring/net: refactor io_setup_async_addr
Pavel Begunkov
2022-09-21
1
-9
/
+9
|
*
io_uring/net: don't lose partial send_zc on fail
Pavel Begunkov
2022-09-21
3
-0
/
+18
|
*
io_uring/net: don't lose partial send/recv on fail
Pavel Begunkov
2022-09-21
3
-0
/
+16
|
*
io_uring/rw: don't lose partial IO result on fail
Pavel Begunkov
2022-09-21
3
-0
/
+15
|
*
io_uring: add custom opcode hooks on fail
Pavel Begunkov
2022-09-21
2
-0
/
+5
|
*
io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128
Jens Axboe
2022-09-21
1
-6
/
+26
|
*
io_uring/fdinfo: get rid of unnecessary is_cqe32 variable
Jens Axboe
2022-09-21
1
-10
/
+6
|
*
io_uring: remove unused return from io_disarm_next
Pavel Begunkov
2022-09-21
2
-11
/
+4
|
*
io_uring: add fast path for io_run_local_work()
Pavel Begunkov
2022-09-21
1
-0
/
+3
|
*
io_uring/iopoll: unify tw breaking logic
Pavel Begunkov
2022-09-21
1
-7
/
+7
|
*
io_uring/iopoll: fix unexpected returns
Pavel Begunkov
2022-09-21
1
-4
/
+1
|
*
io_uring: disallow defer-tw run w/ no submitters
Pavel Begunkov
2022-09-21
2
-13
/
+3
|
*
io_uring: further limit non-owner defer-tw cq waiting
Pavel Begunkov
2022-09-21
2
-0
/
+17
|
*
io_uring/net: use io_sr_msg for sendzc
Pavel Begunkov
2022-09-21
1
-13
/
+5
|
*
io_uring/net: refactor io_sr_msg types
Pavel Begunkov
2022-09-21
1
-7
/
+7
[next]