summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2023-09-13io_uring: break out of iowq iopoll on teardownPavel Begunkov
2023-09-13io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe
2023-09-13io_uring: break iopolling on signalPavel Begunkov
2023-09-13io_uring: fix false positive KASAN warningsPavel Begunkov
2023-09-13io_uring: fix drain stalls by invalid SQEPavel Begunkov
2023-08-16io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller
2023-08-03io_uring: gate iowait schedule on having pending requestsJens Axboe
2023-08-03io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek
2023-07-27io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller
2023-07-27io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe
2023-07-19io_uring: Use io_schedule* in cqring waitAndres Freund
2023-07-19io_uring: wait interruptibly for request completions on exitJens Axboe
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov
2023-04-14io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov
2023-04-12io_uring/rsrc: consolidate node cachingPavel Begunkov
2023-04-12io_uring: shut io_prep_async_work warningPavel Begunkov
2023-04-06io_uring: optimise io_req_local_work_addPavel Begunkov
2023-04-06io_uring: refactor __io_cq_unlock_post_flush()Pavel Begunkov
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov
2023-04-06io_uring: inline llist_add()Pavel Begunkov
2023-04-06io_uring: add tw add flagsPavel Begunkov
2023-04-06io_uring: refactor io_cqring_wake()Pavel Begunkov
2023-04-06io_uring: optimize local tw add ctx pinningPavel Begunkov
2023-04-06io_uring: move pinning out of io_req_local_work_addPavel Begunkov
2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov
2023-04-04io_uring/rsrc: add lockdep sanity checksPavel Begunkov
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov
2023-04-04io_uring/rsrc: don't offload node freePavel Begunkov
2023-04-04io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov
2023-04-04io_uring/rsrc: protect node refs with uring_lockPavel Begunkov
2023-04-04io_uring: io_free_req() via twPavel Begunkov
2023-04-04io_uring: don't put nodes under spinlocksPavel Begunkov
2023-04-03io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe
2023-04-03io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2023-04-03io_uring: remove extra tw trylocksPavel Begunkov
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe
2023-04-03io_uring: Adjust mapping wrt architecture aliasing requirementsHelge Deller
2023-04-03io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need itJens Axboe
2023-04-01io_uring: fix memory leak when removing provided buffersWojciech Lukowicz
2023-03-09io_uring: silence variable ‘prev’ set but not used warningJens Axboe
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe
2023-02-22io_uring: consolidate the put_ref-and-return section of adding workJens Axboe