index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
2019-07-16
1
-8
/
+3
*
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...
Linus Torvalds
2019-07-14
1
-1
/
+2
|
\
|
*
io_uring: initialize percpu refcounters using PERCU_REF_ALLOW_REINIT
Roman Gushchin
2019-05-09
1
-1
/
+2
*
|
Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-07-13
1
-57
/
+281
|
\
\
|
*
|
io_uring: fix io_sq_thread_stop running in front of io_sq_thread
Jackie Liu
2019-07-09
1
-0
/
+5
|
*
|
io_uring: add support for recvmsg()
Jens Axboe
2019-07-09
1
-4
/
+27
|
*
|
io_uring: add support for sendmsg()
Jens Axboe
2019-07-09
1
-0
/
+40
|
*
|
io_uring: add support for sqe links
Jens Axboe
2019-06-24
1
-48
/
+193
|
*
|
io_uring: punt short reads to async context
Jens Axboe
2019-05-31
1
-2
/
+13
|
*
|
uio: make import_iovec()/compat_import_iovec() return bytes on success
Jens Axboe
2019-05-31
1
-8
/
+8
*
|
|
Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-07-09
1
-3
/
+0
|
\
\
\
|
*
|
|
block: never take page references for ITER_BVEC
Christoph Hellwig
2019-06-29
1
-3
/
+0
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-06-29
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
2019-06-29
1
-3
/
+4
|
|
/
/
/
*
/
/
/
io_uring: ensure req->file is cleared on allocation
Jens Axboe
2019-06-21
1
-3
/
+2
|
/
/
/
*
/
/
io_uring: fix memory leak of UNIX domain socket inode
Eric Biggers
2019-06-13
1
-1
/
+3
|
/
/
*
|
io_uring: Fix __io_uring_register() false success
Pavel Begunkov
2019-05-26
1
-1
/
+1
*
|
Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-05-16
1
-57
/
+31
|
\
\
|
*
|
io_uring: use wait_event_interruptible for cq_wait conditional wait
Jackie Liu
2019-05-16
1
-15
/
+2
|
*
|
io_uring: adjust smp_rmb inside io_cqring_events
Jackie Liu
2019-05-16
1
-4
/
+2
|
*
|
io_uring: fix infinite wait in khread_park() on io_finish_async()
Roman Penyaev
2019-05-16
1
-7
/
+8
|
*
|
io_uring: remove 'ev_flags' argument
Jens Axboe
2019-05-15
1
-14
/
+14
|
*
|
io_uring: fix failure to verify SQ_AFF cpu
Jens Axboe
2019-05-14
1
-2
/
+3
|
*
|
io_uring: fix race condition reading SQE data
Stefan Bühler
2019-05-13
1
-15
/
+2
*
|
|
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2019-05-14
1
-2
/
+3
|
/
/
*
|
io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
Shenghui Wang
2019-05-07
1
-1
/
+1
*
|
io_uring: fix shadowed variable ret return code being not checked
Colin Ian King
2019-05-06
1
-1
/
+0
*
|
req->error only used for iopoll
Stefan Bühler
2019-05-02
1
-2
/
+1
*
|
io_uring: add support for eventfd notifications
Jens Axboe
2019-05-02
1
-0
/
+48
*
|
io_uring: add support for IORING_OP_SYNC_FILE_RANGE
Jens Axboe
2019-05-02
1
-0
/
+51
*
|
io_uring: add support for marking commands as draining
Jens Axboe
2019-05-02
1
-3
/
+88
|
/
*
io_uring: avoid page allocation warnings
Mark Rutland
2019-05-01
1
-8
/
+9
*
io_uring: drop req submit reference always in async punt
Jens Axboe
2019-05-01
1
-3
/
+4
*
io_uring: free allocated io_memory once
Mark Rutland
2019-05-01
1
-8
/
+7
*
io_uring: fix SQPOLL cpu validation
Mark Rutland
2019-05-01
1
-7
/
+3
*
io_uring: have submission side sqe errors post a cqe
Jens Axboe
2019-05-01
1
-28
/
+6
*
io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUP
Stefan Bühler
2019-04-30
1
-2
/
+0
*
io_uring: remove unnecessary barrier after incrementing dropped counter
Stefan Bühler
2019-04-30
1
-2
/
+0
*
io_uring: remove unnecessary barrier before reading SQ tail
Stefan Bühler
2019-04-30
1
-2
/
+0
*
io_uring: remove unnecessary barrier after updating SQ head
Stefan Bühler
2019-04-30
1
-6
/
+0
*
io_uring: remove unnecessary barrier before reading cq head
Stefan Bühler
2019-04-30
1
-2
/
+5
*
io_uring: remove unnecessary barrier before wq_has_sleeper
Stefan Bühler
2019-04-30
1
-7
/
+4
*
io_uring: fix notes on barriers
Stefan Bühler
2019-04-30
1
-9
/
+110
*
io_uring: fix handling SQEs requesting NOWAIT
Stefan Bühler
2019-04-30
1
-7
/
+10
*
io_uring: remove 'state' argument from io_{read,write} path
Jens Axboe
2019-04-23
1
-13
/
+12
*
io_uring: fix poll full SQ detection
Stefan Bühler
2019-04-22
1
-1
/
+2
*
io_uring: fix race condition when sq threads goes sleeping
Stefan Bühler
2019-04-22
1
-1
/
+2
*
io_uring: fix race condition reading SQ entries
Stefan Bühler
2019-04-22
1
-1
/
+2
*
io_uring: fail io_uring_register(2) on a dying io_uring instance
Jens Axboe
2019-04-22
1
-0
/
+8
*
io_uring: fix CQ overflow condition
Jens Axboe
2019-04-17
1
-1
/
+1
[next]