summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b...Linus Torvalds1-26/+296
2022-05-23Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1015/+1640
2022-05-19io_uring: disallow mixed provided buffer group registrationsJens Axboe1-3/+5
2022-05-19io_uring: initialize io_buffer_list head when shared ring is unregisteredJens Axboe1-0/+3
2022-05-18io_uring: add fully sparse buffer registrationPavel Begunkov1-7/+15
2022-05-18io_uring: use rcu_dereference in io_closeChristoph Hellwig1-1/+2
2022-05-18io_uring: consistently use the EPOLL* definesChristoph Hellwig1-4/+4
2022-05-18io_uring: make apoll_events a __poll_tChristoph Hellwig1-3/+4
2022-05-18io_uring: drop a spurious inline on a forward declarationChristoph Hellwig1-1/+1
2022-05-18io_uring: don't use ERR_PTR for user pointersChristoph Hellwig1-46/+37
2022-05-18io_uring: use a rwf_t for io_rw.flagsChristoph Hellwig1-1/+1
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe1-12/+222
2022-05-18io_uring: add io_pin_pages() helperJens Axboe1-27/+50
2022-05-18io_uring: add buffer selection support to IORING_OP_NOPJens Axboe1-1/+12
2022-05-18io_uring: fix locking state for empty buffer groupJens Axboe1-11/+14
2022-05-17io_uring: don't attempt to IOPOLL for MSG_RING requestsJens Axboe1-0/+3
2022-05-14io_uring: implement multishot mode for acceptHao Xu1-6/+48
2022-05-14io_uring: let fast poll support multishotHao Xu1-15/+32
2022-05-14io_uring: add REQ_F_APOLL_MULTISHOT for requestsHao Xu1-0/+5
2022-05-13io_uring: only wake when the correct events are setDylan Yudaken1-2/+3
2022-05-13io_uring: avoid io-wq -EAGAIN looping for !IOPOLLPavel Begunkov1-0/+2
2022-05-13io_uring: add flag for allocating a fully sparse direct descriptor spaceJens Axboe1-3/+12
2022-05-13io_uring: bump max direct descriptor count to 1MJens Axboe1-1/+1
2022-05-13io_uring: allow allocated fixed files for acceptJens Axboe1-2/+2
2022-05-13io_uring: allow allocated fixed files for openat/openat2Jens Axboe1-3/+33
2022-05-13io_uring: add basic fixed file allocatorJens Axboe1-0/+29
2022-05-13io_uring: track fixed files with a bitmapJens Axboe1-1/+32
2022-05-09io_uring: don't clear req->kbuf when buffer selection is doneJens Axboe1-2/+0
2022-05-09io_uring: eliminate the need to track provided buffer ID separatelyJens Axboe1-6/+10
2022-05-09io_uring: move provided buffer state closer to submit stateJens Axboe1-3/+5
2022-05-09io_uring: move provided and fixed buffers into the same io_kiocb areaJens Axboe1-4/+8
2022-05-09io_uring: abstract out provided buffer list selectionJens Axboe1-11/+23
2022-05-09io_uring: never call io_buffer_select() for a buffer re-selectJens Axboe1-12/+17
2022-05-09io_uring: get rid of hashed provided buffer groupsJens Axboe1-39/+58
2022-05-09io_uring: always use req->buf_index for the provided buffer groupJens Axboe1-13/+13
2022-05-09io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't setJens Axboe1-4/+0
2022-05-09io_uring: kill io_rw_buffer_select() wrapperJens Axboe1-10/+5
2022-05-09io_uring: make io_buffer_select() return the user address directlyJens Axboe1-26/+20
2022-05-06io_uring: kill io_recv_buffer_select() wrapperJens Axboe1-10/+2
2022-05-06io_uring: use 'sr' vs 'req->sr_msg' consistentlyJens Axboe1-9/+8
2022-05-06io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe1-2/+25
2022-05-06io_uring: check IOPOLL/ioprio support upfrontJens Axboe1-95/+58
2022-05-02io_uring: assign non-fixed early for async workJens Axboe1-1/+6
2022-04-30io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()Almog Khaikin1-1/+1
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe1-3/+11
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe1-4/+13
2022-04-30io_uring: set task_work notify method at init timeJens Axboe1-12/+11
2022-04-30io_uring: serialize ctx->rings->sq_flags with atomic_or/andJens Axboe1-26/+10
2022-04-29io_uring: check that data field is 0 in ringfd unregisterEugene Syromiatnikov1-1/+1
2022-04-28io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran1-0/+1