summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2022-05-18io_uring: assign non-fixed early for async workJens Axboe
2022-05-09io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran
2022-05-09io_uring: check reserved fields for recv/recvmsgJens Axboe
2022-05-09io_uring: check reserved fields for send/sendmsgJens Axboe
2022-04-27io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov
2022-04-27io_uring: free iovec if file assignment failsJens Axboe
2022-04-20io_uring: fix poll error reportingPavel Begunkov
2022-04-20io_uring: fix poll file assign deadlockPavel Begunkov
2022-04-20io_uring: use right issue_flags for splice/teePavel Begunkov
2022-04-20io_uring: use nospec annotation for more indexesPavel Begunkov
2022-04-20io_uring: zero tag on rsrc removalPavel Begunkov
2022-04-20io_uring: abort file assignment prior to assigning credsJens Axboe
2022-04-20io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken
2022-04-20io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken
2022-04-20io_uring: move io_uring_rsrc_update2 validationDylan Yudaken
2022-04-20io_uring: fix assign file locking issuePavel Begunkov
2022-04-20io_uring: stop using io_wq_work as an fd placeholderJens Axboe
2022-04-20io_uring: flag the fact that linked file assignment is saneJens Axboe
2022-04-13io_uring: drop the old style inflight file trackingJens Axboe
2022-04-13io_uring: defer file assignmentJens Axboe
2022-04-13io_uring: propagate issue_flags state down to file assignmentJens Axboe
2022-04-13io_uring: move read/write file prep state into actual opcode handlerJens Axboe
2022-04-13io_uring: fix race between timeout flush and removalJens Axboe
2022-04-13io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov
2022-04-13io_uring: defer splice/tee file validity check until command issueJens Axboe
2022-04-13io_uring: don't check req->file in io_fsync_prep()Jens Axboe
2022-04-13io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov
2022-04-13io_uring: nospec index for tags on files updatePavel Begunkov
2022-04-08io_uring: fix memory leak of uid in files registrationPavel Begunkov
2022-04-08io_uring: bump poll refs to full 31-bitsJens Axboe
2022-04-08io_uring: remove poll entry from list when canceling allJens Axboe
2022-04-08io_uring: terminate manual loop iterator loop correctly for non-vecsJens Axboe
2022-04-08io_uring: don't check unrelated req->open.how in accept requestJens Axboe
2022-04-08io_uring: ensure that fsnotify is always calledJens Axboe
2022-02-22io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe
2022-02-15io_uring: add a schedule point in io_add_buffers()Eric Dumazet
2022-02-07mm: io_uring: allow oom-killer from io_uring_setupShakeel Butt
2022-02-07io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan
2022-01-27io_uring: remove unused argument from io_rsrc_node_allocUsama Arif
2022-01-23io_uring: fix bug in slow unregistering of nodesDylan Yudaken
2022-01-18io_uring: perform poll removal even if async work removal is successfulJens Axboe
2022-01-14io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov
2022-01-13io_uring: Remove unused function req_ref_putJiapeng Chong
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-12Merge tag 'for-5.17/io_uring-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-09io_uring: fix not released cached task refsPavel Begunkov
2022-01-05io_uring: remove redundant tab spaceGuoYong Zheng
2022-01-05io_uring: remove unused function parameterGuoYong Zheng
2022-01-05block: move rq_list macros to blk-mq.hKeith Busch