aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-11-06io_uring: do not clamp read length for multishot readGravatar Dylan Yudaken 1-1/+8
2023-11-06io_uring: do not allow multishot read to set addr or lenGravatar Dylan Yudaken 1-0/+4
2023-11-06io_uring: indicate if io_kbuf_recycle did recycle anythingGravatar Dylan Yudaken 2-8/+11
2023-11-06io_uring/rw: add separate prep handler for fixed read/writeGravatar Jens Axboe 3-14/+21
2023-11-06io_uring/rw: add separate prep handler for readv/writevGravatar Jens Axboe 3-9/+18
2023-11-03io_uring/net: ensure socket is marked connected on connect retryGravatar Jens Axboe 1-13/+11
2023-11-03io_uring/rw: don't attempt to allocate async data if opcode doesn't need itGravatar Jens Axboe 1-0/+7
2023-11-01Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 7-0/+473
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+53
2023-11-01Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 14-56/+649
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-8/+1
2023-10-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2023-10-27io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...Gravatar Al Viro 1-1/+1
2023-10-25io_uring/rw: disable IOCB_DIO_CALLER_COMPGravatar Jens Axboe 1-9/+0
2023-10-25io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidGravatar Jens Axboe 1-6/+12
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTGravatar Breno Leitao 1-0/+21
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTGravatar Breno Leitao 1-0/+28
2023-10-19io_uring/cmd: return -EOPNOTSUPP if net is disabledGravatar Breno Leitao 1-0/+2
2023-10-19io_uring/cmd: Pass compat mode in issue_flagsGravatar Breno Leitao 1-0/+2
2023-10-19io_uring/poll: use IOU_F_TWQ_LAZY_WAKE for wakeupsGravatar Jens Axboe 1-1/+1
2023-10-19io_uring: use files_lookup_fd_locked()Gravatar Christian Brauner 1-8/+1
2023-10-18io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring addressGravatar Jens Axboe 1-0/+6
2023-10-05io-wq: fully initialize wqe before calling cpuhp_state_add_instance_nocalls()Gravatar Jeff Moyer 1-6/+4
2023-10-05io_uring/kbuf: Use slab for struct io_buffer objectsGravatar Gabriel Krisman Bertazi 3-22/+30
2023-10-05io_uring/kbuf: Allow the full buffer id space for provided buffersGravatar Gabriel Krisman Bertazi 1-4/+7
2023-10-05io_uring/kbuf: Fix check of BID wrapping in provided buffersGravatar Gabriel Krisman Bertazi 1-1/+1
2023-10-03io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pagesGravatar Jens Axboe 1-1/+15
2023-10-03io_uring: ensure io_lockdep_assert_cq_locked() handles disabled ringsGravatar Jens Axboe 1-14/+27
2023-10-03io_uring/kbuf: don't allow registered buffer rings on highmem pagesGravatar Jens Axboe 1-8/+19
2023-10-02io_uring/rsrc: cleanup io_pin_pages()Gravatar Jens Axboe 1-20/+17
2023-09-29io_uring/fs: remove sqe->rw_flags checking from LINKATGravatar Jens Axboe 1-1/+1
2023-09-29io_uring: add support for vectored futex waitsGravatar Jens Axboe 3-9/+173
2023-09-29io_uring: add support for futex wake and waitGravatar Jens Axboe 7-0/+309
2023-09-28io_uring: cancelable uring_cmdGravatar Ming Lei 2-0/+80
2023-09-28io_uring: retain top 8bits of uring_cmd flags for kernel internal useGravatar Ming Lei 2-1/+4
2023-09-21io_uring: add IORING_OP_WAITID supportGravatar Jens Axboe 6-1/+406
2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTGravatar Jens Axboe 3-1/+81
2023-09-21io_uring/rw: mark readv/writev as vectored in the opcode definitionGravatar Jens Axboe 3-4/+10
2023-09-21io_uring/rw: split io_read() into a helperGravatar Jens Axboe 1-2/+13
2023-09-14io_uring/net: fix iter retargeting for selected bufGravatar Pavel Begunkov 1-0/+5
2023-09-07Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()"Gravatar Jens Axboe 1-32/+0
2023-09-07io_uring: fix unprotected iopoll overflowGravatar Pavel Begunkov 1-2/+2
2023-09-07io_uring: break out of iowq iopoll on teardownGravatar Pavel Begunkov 3-0/+13
2023-09-05io_uring: add a sysctl to disable io_uring system-wideGravatar Matteo Rizzo 1-0/+50
2023-09-01io_uring/fdinfo: only print ->sq_array[] if it's thereGravatar Jens Axboe 1-0/+2
2023-09-01io_uring: fix IO hang in io_wq_put_and_exit from do_exit()Gravatar Ming Lei 1-0/+32
2023-08-30io_uring: Don't set affinity on a dying sqpoll threadGravatar Gabriel Krisman Bertazi 1-1/+3
2023-08-29Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 17-261/+339
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-10/+2
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+24