aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov1-8/+3
2019-07-14Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-1/+2
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds1-57/+281
2019-07-09io_uring: fix io_sq_thread_stop running in front of io_sq_threadJackie Liu1-0/+5
2019-07-09io_uring: add support for recvmsg()Jens Axboe1-4/+27
2019-07-09io_uring: add support for sendmsg()Jens Axboe1-0/+40
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-3/+0
2019-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+4
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov1-3/+4
2019-06-24io_uring: add support for sqe linksJens Axboe1-48/+193
2019-06-21io_uring: ensure req->file is cleared on allocationJens Axboe1-3/+2
2019-06-13io_uring: fix memory leak of UNIX domain socket inodeEric Biggers1-1/+3
2019-05-31io_uring: punt short reads to async contextJens Axboe1-2/+13
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe1-8/+8
2019-05-26io_uring: Fix __io_uring_register() false successPavel Begunkov1-1/+1
2019-05-16Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds1-57/+31
2019-05-16io_uring: use wait_event_interruptible for cq_wait conditional waitJackie Liu1-15/+2
2019-05-16io_uring: adjust smp_rmb inside io_cqring_eventsJackie Liu1-4/+2
2019-05-16io_uring: fix infinite wait in khread_park() on io_finish_async()Roman Penyaev1-7/+8
2019-05-15io_uring: remove 'ev_flags' argumentJens Axboe1-14/+14
2019-05-14io_uring: fix failure to verify SQ_AFF cpuJens Axboe1-2/+3
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+3
2019-05-13io_uring: fix race condition reading SQE dataStefan Bühler1-15/+2
2019-05-09io_uring: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin1-1/+2
2019-05-07io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang1-1/+1
2019-05-06io_uring: fix shadowed variable ret return code being not checkedColin Ian King1-1/+0
2019-05-02req->error only used for iopollStefan Bühler1-2/+1
2019-05-02io_uring: add support for eventfd notificationsJens Axboe1-0/+48
2019-05-02io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe1-0/+51
2019-05-02io_uring: add support for marking commands as drainingJens Axboe1-3/+88
2019-05-01io_uring: avoid page allocation warningsMark Rutland1-8/+9
2019-05-01io_uring: drop req submit reference always in async puntJens Axboe1-3/+4
2019-05-01io_uring: free allocated io_memory onceMark Rutland1-8/+7
2019-05-01io_uring: fix SQPOLL cpu validationMark Rutland1-7/+3
2019-05-01io_uring: have submission side sqe errors post a cqeJens Axboe1-28/+6
2019-04-30io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after updating SQ headStefan Bühler1-6/+0
2019-04-30io_uring: remove unnecessary barrier before reading cq headStefan Bühler1-2/+5
2019-04-30io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler1-7/+4
2019-04-30io_uring: fix notes on barriersStefan Bühler1-9/+110
2019-04-30io_uring: fix handling SQEs requesting NOWAITStefan Bühler1-7/+10
2019-04-23io_uring: remove 'state' argument from io_{read,write} pathJens Axboe1-13/+12
2019-04-22io_uring: fix poll full SQ detectionStefan Bühler1-1/+2
2019-04-22io_uring: fix race condition when sq threads goes sleepingStefan Bühler1-1/+2
2019-04-22io_uring: fix race condition reading SQ entriesStefan Bühler1-1/+2
2019-04-22io_uring: fail io_uring_register(2) on a dying io_uring instanceJens Axboe1-0/+8
2019-04-17io_uring: fix CQ overflow conditionJens Axboe1-1/+1