summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe5-580/+619
2023-12-15io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementationAl Viro1-1/+1
2023-12-13io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe1-3/+17
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein1-2/+2
2023-12-12io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe3-0/+56
2023-12-12io_uring/cmd: inline io_uring_cmd_get_taskPavel Begunkov1-6/+0
2023-12-12io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov2-17/+0
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov3-2/+3
2023-12-12io_uring: optimise ltimeout for inline executionPavel Begunkov1-10/+9
2023-12-12io_uring: don't check iopoll if request completesPavel Begunkov1-1/+5
2023-12-12Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Jens Axboe1-1/+1
2023-12-12file: remove pointless wrapperChristian Brauner1-1/+1
2023-12-07io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-7/+0
2023-12-05io_uring/kbuf: check for buffer list readiness after NULL checkJens Axboe1-2/+2
2023-12-05io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()Dan Carpenter1-2/+2
2023-12-04io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov1-6/+3
2023-12-02io_uring: remove uring_cmd cookieKeith Busch1-1/+0
2023-11-28io_uring: use fget/fput consistentlyJens Axboe2-23/+24
2023-11-28io_uring: free io_buffer_list entries via RCUJens Axboe3-15/+56
2023-11-28io_uring/kbuf: prune deferred locked cache when tearing downJens Axboe1-0/+8
2023-11-28io_uring/kbuf: recycle freed mapped buffer ring entriesJens Axboe1-11/+66
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe3-5/+43
2023-11-28eventfd: simplify eventfd_signal_mask()Christian Brauner1-2/+2
2023-11-28io_uring: enable io_mem_alloc/free to be used in other partsJens Axboe2-2/+5
2023-11-28io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAPJens Axboe1-4/+6
2023-11-27io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAPJens Axboe1-18/+21
2023-11-21io_uring: fix off-by one bvec indexKeith Busch1-1/+1
2023-11-20io_uring/fs: consider link->flags when getting path for LINKATCharles Mirabile1-1/+1
2023-11-15io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe2-9/+12
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-1/+2
2023-11-14fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()Paolo Bonzini1-1/+2
2023-11-06io_uring: do not clamp read length for multishot readDylan Yudaken1-1/+8
2023-11-06io_uring: do not allow multishot read to set addr or lenDylan Yudaken1-0/+4
2023-11-06io_uring: indicate if io_kbuf_recycle did recycle anythingDylan Yudaken2-8/+11
2023-11-06io_uring/rw: add separate prep handler for fixed read/writeJens Axboe3-14/+21
2023-11-06io_uring/rw: add separate prep handler for readv/writevJens Axboe3-9/+18
2023-11-03io_uring/net: ensure socket is marked connected on connect retryJens Axboe1-13/+11
2023-11-03io_uring/rw: don't attempt to allocate async data if opcode doesn't need itJens Axboe1-0/+7
2023-11-02Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds7-0/+473
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-0/+53
2023-11-02Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds14-56/+649
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-8/+1
2023-10-28Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2023-10-28io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...Al Viro1-1/+1
2023-10-25io_uring/rw: disable IOCB_DIO_CALLER_COMPJens Axboe1-9/+0
2023-10-25io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe1-6/+12
2023-10-20io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao1-0/+21
2023-10-20io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao1-0/+28
2023-10-20io_uring/cmd: return -EOPNOTSUPP if net is disabledBreno Leitao1-0/+2
2023-10-20io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao1-0/+2