summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-31Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-5/+7
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-5/+7
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-76/+60
2025-01-13io_uring: simplify the SQPOLL thread check when cancelling requestsBui Quang Minh1-6/+11
2025-01-11Merge tag 'io_uring-6.13-20250111' of git://git.kernel.dk/linuxLinus Torvalds1-4/+1
2025-01-10io_uring: expose read/write attribute capabilityAnuj Gupta1-1/+2
2025-01-10io_uring: don't touch sqd->thread off tw addPavel Begunkov1-4/+1
2025-01-10Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+4
2025-01-10io_uring/rw: handle -EAGAIN retry at IO completion timeJens Axboe1-2/+13
2025-01-10Merge branch 'vfs-6.14.poll' into vfs.fixesChristian Brauner1-5/+4
2025-01-10io_uring_poll: kill the no longer necessary barrier after poll_wait()Oleg Nesterov1-5/+4
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe1-1/+1
2024-12-30io_uring: ensure io_queue_deferred() is out-of-lineJens Axboe1-5/+4
2024-12-27io_uring/msg_ring: Drop custom destructorGabriel Krisman Bertazi1-2/+2
2024-12-27io_uring: Move old async data allocation helper to headerGabriel Krisman Bertazi1-13/+0
2024-12-23io_uring: prevent reg-wait speculationsPavel Begunkov1-0/+1
2024-12-23io_uring: introduce attributes for read/write and PI supportAnuj Gupta1-0/+2
2024-12-23io_uring: use region api for CQPavel Begunkov1-25/+11
2024-12-23io_uring: use region api for SQPavel Begunkov1-22/+14
2024-12-23io_uring: rename ->resize_lockPavel Begunkov1-1/+1
2024-12-19io_uring: check if iowq is killed before queuingPavel Begunkov1-1/+5
2024-12-18io_uring: Fix registered ring file refcount leakJann Horn1-0/+1
2024-12-17io_uring: make ctx->timeout_lock a raw spinlockJens Axboe1-5/+5
2024-11-30Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-25/+50
2024-11-26io_uring: fix task_work cap overshootingJens Axboe1-15/+19
2024-11-21io_uring: limit local tw doneDavid Wei1-11/+32
2024-11-21io_uring: add io_local_work_pending()David Wei1-7/+7
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2024-11-18Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-197/+236
2024-11-15io_uring: restore back registered wait argumentsPavel Begunkov1-1/+13
2024-11-15io_uring: add memory region registrationPavel Begunkov1-0/+1
2024-11-15io_uring: temporarily disable registered waitsPavel Begunkov1-10/+0
2024-11-15io_uring: disable ENTER_EXT_ARG_REG for IOPOLLPavel Begunkov1-6/+2
2024-11-13io_uring: fix invalid hybrid polling ctx leaksPavel Begunkov1-5/+5
2024-11-07io_uring: Switch to use hrtimer_setup_on_stack()Nam Cao1-3/+4
2024-11-06io_uring: avoid normal tw intermediate fallbackPavel Begunkov1-11/+10
2024-11-06io_uring: prevent speculating sq_array indexingPavel Begunkov1-0/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-19/+15
2024-11-06io_uring: remove task ref helpersJens Axboe1-21/+10
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe1-21/+21
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe1-3/+3
2024-11-02io_uring: add support for hybrid IOPOLLhexue1-1/+7
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe1-2/+2
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-5/+1
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-4/+3
2024-11-02io_uring: only initialize io_kiocb rsrc_nodes when neededJens Axboe1-2/+2
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe1-2/+2
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe1-5/+1