summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29io_uring: Use original task for req identity in io_identity_cow()Lee Jones1-1/+1
2022-07-07io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprioJens Axboe1-0/+4
2022-06-27io_uring: use separate list entry for iopoll requestsJens Axboe1-11/+13
2022-06-25io_uring: add missing item types for various requestsJens Axboe1-9/+14
2022-06-06io_uring: fix using under-expanded itersPavel Begunkov1-2/+6
2022-06-06io_uring: don't re-import iovecs from callbacksPavel Begunkov1-39/+0
2022-05-25io_uring: always grab file table for deferred statxJens Axboe1-5/+1
2022-05-18io_uring: always use original task when preparing req identityJens Axboe1-1/+1
2022-04-13io_uring: fix race between timeout flush and removalJens Axboe1-8/+7
2022-04-13io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov1-2/+6
2022-04-08io_uring: fix memory leak of uid in files registrationPavel Begunkov1-0/+1
2022-04-08io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe1-2/+4
2022-03-19io_uring: return back safer resurrectPavel Begunkov1-4/+14
2022-03-02io_uring: add a schedule point in io_add_buffers()Eric Dumazet1-0/+1
2021-11-06Revert "io_uring: reinforce cancel on flush during exit"Lee Jones1-1/+2
2021-11-02io_uring: don't take uring_lock during iowq cancelPavel Begunkov1-0/+2
2021-10-27io_uring: fix splice_fd_in checks backport typoKamal Mostafa1-1/+1
2021-09-30io_uring: put provided buffer meta data under memcg accountingJens Axboe1-1/+1
2021-09-22io_uring: ensure symmetry in handling iter types in loop_rw_iter()Jens Axboe1-3/+6
2021-09-18io_uring: remove duplicated io_size from rwPavel Begunkov1-10/+6
2021-09-18fs/io_uring Don't use the return value from import_iovec().David Laight1-4/+4
2021-09-18io_uring: fail links of cancelled timeoutsPavel Begunkov1-0/+2
2021-09-18io_uring: add ->splice_fd_in checksPavel Begunkov1-16/+24
2021-09-18io_uring: place fixed tables under memcg limitsPavel Begunkov1-3/+3
2021-09-18io_uring: limit fixed table size by RLIMIT_NOFILEPavel Begunkov1-0/+2
2021-09-15io_uring: IORING_OP_WRITE needs hash_reg_file setJens Axboe1-0/+1
2021-08-26io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe1-2/+3
2021-08-26io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-5/+6
2021-08-04io_uring: fix null-ptr-deref in io_sq_offload_start()Yang Yingliang1-1/+1
2021-07-31io_uring: fix link timeout refsPavel Begunkov1-1/+0
2021-07-28io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-28io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-19io_uring: fix clear IORING_SETUP_R_DISABLED in wrong functionYang Yingliang1-1/+1
2021-07-19io_uring: convert io_buffer_idr to XArrayJens Axboe1-28/+15
2021-07-19io_uring: Convert personality_idr to XArrayMatthew Wilcox (Oracle)1-29/+30
2021-07-19io_uring: simplify io_remove_personalities()Yejune Deng1-17/+11
2021-07-14io_uring: fix blocking inline submissionPavel Begunkov1-1/+1
2021-06-10io_uring: use better types for cflagsPavel Begunkov1-2/+3
2021-06-10io_uring: fix link timeout refsPavel Begunkov1-0/+1
2021-05-14io_uring: fix overflows checks in provide buffersPavel Begunkov1-2/+8
2021-05-14io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffersThadeu Lima de Souza Cascardo1-2/+2
2021-04-16io_uring: don't mark S_ISBLK async work as unboundedJens Axboe1-1/+1
2021-04-10io_uring: fix timeout cancel return codePavel Begunkov1-4/+4
2021-04-07io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher1-4/+20
2021-04-07io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() callsStefan Metzmacher1-4/+4
2021-04-07io_uring: fix ->flags races by linked timeoutsPavel Begunkov1-1/+0
2021-03-30io_uring: fix provide_buffers sign extensionPavel Begunkov1-1/+3
2021-03-25io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe1-0/+1
2021-03-25io_uring: don't attempt IO reissue from the ring exit pathJens Axboe1-0/+7
2021-03-25io_uring: fix inconsistent lock statePavel Begunkov1-2/+3