index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Lines
2023-08-16
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Jens Axboe
-15
/
+41
2023-08-11
io_uring: simplify io_run_task_work_sig return
Pavel Begunkov
-2
/
+2
2023-08-11
io_uring/rsrc: keep one global dummy_ubuf
Pavel Begunkov
-13
/
+10
2023-08-11
io_uring: never overflow io_aux_cqe
Pavel Begunkov
-14
/
+16
2023-08-11
io_uring: remove return from io_req_cqe_overflow()
Pavel Begunkov
-5
/
+5
2023-08-11
io_uring: open code io_fill_cqe_req()
Pavel Begunkov
-14
/
+7
2023-08-11
io_uring/net: don't overflow multishot recv
Pavel Begunkov
-1
/
+1
2023-08-11
io_uring/net: don't overflow multishot accept
Pavel Begunkov
-1
/
+1
2023-08-11
io_uring/io-wq: don't gate worker wake up success on wake_up_process()
Jens Axboe
-4
/
+7
2023-08-11
io_uring/io-wq: reduce frequency of acct->lock acquisitions
Jens Axboe
-13
/
+34
2023-08-11
io_uring/io-wq: don't grab wq->lock for worker activation
Jens Axboe
-3
/
+0
2023-08-10
io_uring: remove unnecessary forward declaration
Jens Axboe
-1
/
+0
2023-08-10
io_uring: have io_file_put() take an io_kiocb rather than the file
Jens Axboe
-7
/
+5
2023-08-10
io_uring/splice: use fput() directly
Jens Axboe
-2
/
+2
2023-08-10
io_uring/fdinfo: get rid of ref tryget
Jens Axboe
-12
/
+6
2023-08-09
io_uring: cleanup 'ret' handling in io_iopoll_check()
Jens Axboe
-7
/
+10
2023-08-09
io_uring: break iopolling on signal
Pavel Begunkov
-0
/
+3
2023-08-09
io_uring: fix false positive KASAN warnings
Pavel Begunkov
-2
/
+0
2023-08-09
io_uring: fix drain stalls by invalid SQE
Pavel Begunkov
-0
/
+2
2023-08-09
io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()
Yue Haibing
-1
/
+0
2023-08-09
io_uring: annotate the struct io_kiocb slab for appropriate user copy
Jens Axboe
-2
/
+14
2023-08-09
io_uring: Add io_uring command support for sockets
Breno Leitao
-0
/
+28
2023-08-08
io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
Helge Deller
-0
/
+3
2023-08-07
io_uring: correct check for O_TMPFILE
Aleksa Sarai
-2
/
+4
2023-08-01
Merge tag 'xfs-async-dio.6-2023-08-01' of git://git.kernel.dk/linux into ioma...
Darrick J. Wong
-3
/
+24
2023-08-01
io_uring/rw: add write support for IOCB_DIO_CALLER_COMP
Jens Axboe
-3
/
+24
2023-07-28
Merge tag 'io_uring-6.5-2023-07-28' of git://git.kernel.dk/linux
Linus Torvalds
-6
/
+17
2023-07-24
io_uring: gate iowait schedule on having pending requests
Jens Axboe
-6
/
+17
2023-07-22
Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linux
Linus Torvalds
-26
/
+26
2023-07-21
io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()
Helge Deller
-25
/
+17
2023-07-20
io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
Jens Axboe
-0
/
+8
2023-07-18
io_uring: don't audit the capability check in io_uring_create()
Ondrej Mosnacek
-1
/
+1
2023-07-17
io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel
Jens Axboe
-3
/
+8
2023-07-17
io_uring/cancel: support opcode based lookup and cancelation
Jens Axboe
-5
/
+17
2023-07-17
io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA
Jens Axboe
-6
/
+12
2023-07-17
io_uring: use cancelation match helper for poll and timeout requests
Jens Axboe
-17
/
+7
2023-07-17
io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY
Jens Axboe
-2
/
+3
2023-07-17
io_uring/cancel: abstract out request match helper
Jens Axboe
-4
/
+14
2023-07-17
io_uring/timeout: always set 'ctx' in io_cancel_data
Jens Axboe
-2
/
+2
2023-07-17
io_uring/poll: always set 'ctx' in io_cancel_data
Jens Axboe
-1
/
+1
2023-07-14
Merge tag 'io_uring-6.5-2023-07-14' of git://git.kernel.dk/linux
Linus Torvalds
-2
/
+13
2023-07-07
io_uring: Use io_schedule* in cqring wait
Andres Freund
-2
/
+13
2023-07-03
Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux
Linus Torvalds
-21
/
+36
2023-06-29
Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+0
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-0
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-28
/
+6
2023-06-28
io_uring: flush offloaded and delayed task_work on exit
Jens Axboe
-3
/
+19
2023-06-27
io_uring: remove io_fallback_tw() forward declaration
Jens Axboe
-15
/
+14
2023-06-27
io_uring/net: use proper value for msg_inq
Jens Axboe
-4
/
+4
2023-06-26
Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
-327
/
+369
[prev]
[next]