summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2023-10-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-10-27io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...Al Viro
2023-10-25io_uring/rw: disable IOCB_DIO_CALLER_COMPJens Axboe
2023-10-25io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe
2023-10-18io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring addressJens Axboe
2023-10-05io-wq: fully initialize wqe before calling cpuhp_state_add_instance_nocalls()Jeff Moyer
2023-10-03io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pagesJens Axboe
2023-10-03io_uring: ensure io_lockdep_assert_cq_locked() handles disabled ringsJens Axboe
2023-10-03io_uring/kbuf: don't allow registered buffer rings on highmem pagesJens Axboe
2023-09-29io_uring/fs: remove sqe->rw_flags checking from LINKATJens Axboe
2023-09-14io_uring/net: fix iter retargeting for selected bufPavel Begunkov
2023-09-07Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()"Jens Axboe
2023-09-07io_uring: fix unprotected iopoll overflowPavel Begunkov
2023-09-07io_uring: break out of iowq iopoll on teardownPavel Begunkov
2023-09-05io_uring: add a sysctl to disable io_uring system-wideMatteo Rizzo
2023-09-01io_uring/fdinfo: only print ->sq_array[] if it's thereJens Axboe
2023-09-01io_uring: fix IO hang in io_wq_put_and_exit from do_exit()Ming Lei
2023-08-30io_uring: Don't set affinity on a dying sqpoll threadGabriel Krisman Bertazi
2023-08-29Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-24io_uring: move multishot cqe cache in ctxPavel Begunkov
2023-08-24io_uring: add option to remove SQ indirectionPavel Begunkov
2023-08-24io_uring: force inline io_fill_cqe_reqPavel Begunkov
2023-08-24io_uring: merge iopoll and normal completion pathsPavel Begunkov
2023-08-24io_uring: reorder cqring_flush and wakeupsPavel Begunkov
2023-08-24io_uring: optimise extra io_get_cqe null checkPavel Begunkov
2023-08-24io_uring: refactor __io_get_cqe()Pavel Begunkov
2023-08-24io_uring: simplify big_cqe handlingPavel Begunkov
2023-08-24io_uring: cqe init hardeningPavel Begunkov
2023-08-24io_uring: improve cqe !tracing hot pathPavel Begunkov
2023-08-21io_uring: stop calling free_compound_page()Matthew Wilcox (Oracle)
2023-08-21io_uring: use kiocb_{start,end}_write() helpersAmir Goldstein
2023-08-21io_uring: rename kiocb_end_write() local helperAmir Goldstein
2023-08-17io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_byKees Cook
2023-08-16io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe
2023-08-11io_uring: simplify io_run_task_work_sig returnPavel Begunkov
2023-08-11io_uring/rsrc: keep one global dummy_ubufPavel Begunkov
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov
2023-08-11io_uring: remove return from io_req_cqe_overflow()Pavel Begunkov
2023-08-11io_uring: open code io_fill_cqe_req()Pavel Begunkov
2023-08-11io_uring/net: don't overflow multishot recvPavel Begunkov
2023-08-11io_uring/net: don't overflow multishot acceptPavel Begunkov
2023-08-11io_uring/io-wq: don't gate worker wake up success on wake_up_process()Jens Axboe
2023-08-11io_uring/io-wq: reduce frequency of acct->lock acquisitionsJens Axboe
2023-08-11io_uring/io-wq: don't grab wq->lock for worker activationJens Axboe
2023-08-10io_uring: remove unnecessary forward declarationJens Axboe
2023-08-10io_uring: have io_file_put() take an io_kiocb rather than the fileJens Axboe
2023-08-10io_uring/splice: use fput() directlyJens Axboe