summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer listJackie Liu2019-08-151-7/+9
* io_uring: fix manual setup of iov_iter for fixed buffersAleix Roca Nonell2019-08-151-3/+1Star
* io_uring: fix KASAN use after free in io_sq_wq_submit_workJackie Liu2019-07-311-1/+2
* Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-17/+64
|\
| * io_uring: ensure ->list is initialized for poll commandsJens Axboe2019-07-251-0/+2
| * io_uring: track io length in async_list based on bytesZhengyuan Liu2019-07-221-13/+11Star
| * io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe2019-07-221-2/+38
| * io_uring: add a memory barrier before atomic_readZhengyuan Liu2019-07-181-0/+4
| * io_uring: fix counter inc/dec mismatch in async_listZhengyuan Liu2019-07-161-1/+8
| * io_uring: fix the sequence comparison in io_sequence_deferZhengyuan Liu2019-07-161-1/+1
* | signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-171-8/+3Star
|/
* Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-07-151-1/+2
|\
| * io_uring: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin2019-05-091-1/+2
* | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-131-57/+281
|\ \
| * | io_uring: fix io_sq_thread_stop running in front of io_sq_threadJackie Liu2019-07-091-0/+5
| * | io_uring: add support for recvmsg()Jens Axboe2019-07-091-4/+27
| * | io_uring: add support for sendmsg()Jens Axboe2019-07-091-0/+40
| * | io_uring: add support for sqe linksJens Axboe2019-06-241-48/+193
| * | io_uring: punt short reads to async contextJens Axboe2019-05-311-2/+13
| * | uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-311-8/+8
* | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-3/+0Star
|\ \ \
| * | | block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-3/+0Star
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-291-3/+4
|\ \ \ \
| * | | | signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-291-3/+4
| |/ / /
* / / / io_uring: ensure req->file is cleared on allocationJens Axboe2019-06-211-3/+2Star
|/ / /
* / / io_uring: fix memory leak of UNIX domain socket inodeEric Biggers2019-06-131-1/+3
|/ /
* | io_uring: Fix __io_uring_register() false successPavel Begunkov2019-05-261-1/+1
* | Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-171-57/+31Star
|\ \
| * | io_uring: use wait_event_interruptible for cq_wait conditional waitJackie Liu2019-05-161-15/+2Star
| * | io_uring: adjust smp_rmb inside io_cqring_eventsJackie Liu2019-05-161-4/+2Star
| * | io_uring: fix infinite wait in khread_park() on io_finish_async()Roman Penyaev2019-05-161-7/+8
| * | io_uring: remove 'ev_flags' argumentJens Axboe2019-05-151-14/+14
| * | io_uring: fix failure to verify SQ_AFF cpuJens Axboe2019-05-151-2/+3
| * | io_uring: fix race condition reading SQE dataStefan Bühler2019-05-131-15/+2Star
* | | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
|/ /
* | io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang2019-05-071-1/+1
* | io_uring: fix shadowed variable ret return code being not checkedColin Ian King2019-05-061-1/+0Star
* | req->error only used for iopollStefan Bühler2019-05-021-2/+1Star
* | io_uring: add support for eventfd notificationsJens Axboe2019-05-021-0/+48
* | io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe2019-05-021-0/+51
* | io_uring: add support for marking commands as drainingJens Axboe2019-05-021-3/+88
|/
* io_uring: avoid page allocation warningsMark Rutland2019-05-011-8/+9
* io_uring: drop req submit reference always in async puntJens Axboe2019-05-011-3/+4
* io_uring: free allocated io_memory onceMark Rutland2019-05-011-8/+7Star
* io_uring: fix SQPOLL cpu validationMark Rutland2019-05-011-7/+3Star
* io_uring: have submission side sqe errors post a cqeJens Axboe2019-05-011-28/+6Star
* io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler2019-04-301-2/+0Star
* io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler2019-04-301-2/+0Star
* io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler2019-04-301-2/+0Star
* io_uring: remove unnecessary barrier after updating SQ headStefan Bühler2019-04-301-6/+0Star