summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-17io_uring: kill fasyncPavel Begunkov1-15/+2
2021-10-09io_uring: allow conditional reschedule for intensive iteratorsJens Axboe1-2/+6
2021-09-30io_uring: don't punt files update to io-wq unconditionallyJens Axboe1-5/+2
2021-09-30io_uring: put provided buffer meta data under memcg accountingJens Axboe1-1/+1
2021-09-30io_uring: fix missing set of EPOLLONESHOT for CQ ring overflowHao Xu1-1/+3
2021-09-30io_uring: fix race between poll completion and cancel_hash insertionHao Xu1-3/+3
2021-09-26io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BITHao Xu1-1/+1
2021-09-22io_uring: retry in case of short read on block deviceMing Lei1-1/+7
2021-09-22io_uring: allow retry for O_NONBLOCK if async is supportedJens Axboe1-5/+11
2021-09-22io_uring: ensure symmetry in handling iter types in loop_rw_iter()Jens Axboe1-3/+6
2021-09-18io_uring: fix io_try_cancel_userdata race for iowqPavel Begunkov1-1/+2
2021-09-18io_uring: add ->splice_fd_in checksPavel Begunkov1-22/+30
2021-09-18io_uring: place fixed tables under memcg limitsPavel Begunkov1-2/+2
2021-09-15io_uring: fail links of cancelled timeoutsPavel Begunkov1-0/+2
2021-09-15io_uring: IORING_OP_WRITE needs hash_reg_file setJens Axboe1-0/+1
2021-09-15io_uring: limit fixed table size by RLIMIT_NOFILEPavel Begunkov1-0/+2
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-4/+5
2021-08-18io_uring: pin ctx on fallback executionPavel Begunkov1-0/+2
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe1-2/+3
2021-08-10io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov1-7/+8
2021-08-10io_uring: drop ctx->uring_lock before flushing work itemJens Axboe1-2/+4
2021-08-10io_uring: rsrc ref lock needs to be IRQ safeJens Axboe1-14/+5
2021-08-09io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit1-4/+9
2021-08-09io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit1-2/+3
2021-07-28io_uring: fix poll requests leaking second poll entriesHao Xu1-3/+2
2021-07-28io_uring: don't block level reissue off completion pathJens Axboe1-0/+6
2021-07-27io_uring: always reissue from task_work contextJens Axboe1-2/+8
2021-07-26io_uring: fix race in unified task_work runningJens Axboe1-1/+5
2021-07-26io_uring: fix io_prep_async_link lockingPavel Begunkov1-2/+11
2021-07-24io_uring: explicitly catch any illegal async queue attemptJens Axboe1-0/+11
2021-07-24io_uring: never attempt iopoll reissue from release pathJens Axboe1-7/+7
2021-07-23io_uring: fix early fdput() of fileJens Axboe1-2/+4
2021-07-20io_uring: fix memleak in io_init_wq_offload()Yang Yingliang1-1/+5
2021-07-20io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-20io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-12io_uring: fix io_drain_req()Pavel Begunkov1-2/+4
2021-07-12io_uring: use right task for exiting checksPavel Begunkov1-1/+1
2021-07-09io_uring: remove dead non-zero 'poll' checkJens Axboe1-1/+1
2021-07-08io_uring: mitigate unlikely iopoll lagPavel Begunkov1-1/+5
2021-07-07io_uring: fix drain alloc fail return codePavel Begunkov1-1/+1
2021-07-01io_uring: fix exiting io_req_task_work_add leaksPavel Begunkov1-46/+24
2021-07-01io_uring: simplify task_work funcPavel Begunkov1-44/+28
2021-07-01io_uring: fix stuck fallback reqsPavel Begunkov1-41/+20
2021-06-30io_uring: code clean for kiocb_done()Hao Xu1-1/+1
2021-06-30io_uring: spin in iopoll() only when reqs are in a single queueHao Xu1-6/+14
2021-06-30io_uring: pre-initialise some of req fieldsPavel Begunkov1-6/+18
2021-06-30io_uring: refactor io_submit_flush_completionsPavel Begunkov1-5/+5
2021-06-30io_uring: optimise hot path restricted checksPavel Begunkov1-2/+2
2021-06-30io_uring: remove not needed PF_EXITING checkPavel Begunkov1-7/+2
2021-06-30io_uring: mainstream sqpoll task_work runningPavel Begunkov1-4/+3