summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe-2/+2
2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe-2/+36
2024-06-24io_uring/msg_ring: improve handling of target CQE postingJens Axboe-43/+47
2024-06-24io_uring: add io_add_aux_cqe() helperJens Axboe-2/+22
2024-06-24io_uring: add remote task_work execution helperJens Axboe-8/+18
2024-06-24io_uring/msg_ring: tighten requirement for remote postingJens Axboe-3/+1
2024-06-20fs: Initial atomic write supportPrasad Singamsetty-5/+4
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li-1/+0
2024-06-19io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi-4/+3
2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi-3/+11
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi-0/+44
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi-0/+52
2024-06-16io_uring/advise: support 64-bit lengthsJens Axboe-6/+10
2024-06-16io_uring/rsrc: remove redundant __set_current_state() post schedule()Jens Axboe-2/+1
2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe-16/+17
2024-06-16io_uring: use 'state' consistentlyJens Axboe-1/+1
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe-145/+173
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe-28/+31
2024-06-16io_uring/rsrc: Drop io_copy_iov in favor of iovec APIGabriel Krisman Bertazi-39/+21
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov-2/+3
2024-06-12io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov-0/+1
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik-4/+3
2024-06-04io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan-0/+4
2024-06-04io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()Su Hui-5/+5
2024-06-04io_uring/napi: fix timeout calculationJens Axboe-11/+13
2024-06-01io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe-1/+1
2024-05-30io_uring/net: assign kmsg inq/flags before buffer selectionJens Axboe-3/+3
2024-05-30io_uring/rw: Free iovec before cleaning async dataBreno Leitao-0/+5
2024-05-29io_uring: don't attempt to mmap larger than what the user asks forJens Axboe-2/+3
2024-05-23Merge tag 'io_uring-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds-6/+6
2024-05-22io_uring: remove checks for NULL 'sq_offset'Jens Axboe-4/+2
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-2/+2
2024-05-21io_uring/sqpoll: ensure that normal task_work is also run timelyJens Axboe-2/+4
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds-6/+20
2024-05-13io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe-4/+16
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentJens Axboe-2/+4
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds-1698/+1898
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-5/+6
2024-05-10io_uring: support to inject result for NOPMing Lei-5/+21
2024-05-10io_uring: fail NOP if non-zero op flags is passed inMing Lei-0/+2
2024-05-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe-1/+8
2024-05-09io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe-6/+9
2024-05-08io_uring/filetable: don't unnecessarily clear/reset bitmapJens Axboe-2/+2
2024-05-07io_uring/io-wq: Use set_bit() and test_bit() at worker->flagsBreno Leitao-23/+24
2024-05-01io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ringJens Axboe-6/+4
2024-05-01io_uring: Require zeroed sqe->len on provided-buffers sendGabriel Krisman Bertazi-1/+3
2024-04-30io_uring/notif: disable LAZY_WAKE for linked notifsPavel Begunkov-1/+4
2024-04-30io_uring/net: fix sendzc lazy wake pollingPavel Begunkov-0/+1
2024-04-26io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of ...linke li-1/+1