IO Uring
[Prev Page][Next Page]
- [PATCH 5.19 3/3] io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOT, (continued)
- [PATCH liburing v2 0/3] single-issuer and poll benchmark,
Pavel Begunkov
- [PATCH for-next v2 00/25] 5.20 cleanups and poll optimisations,
Pavel Begunkov
- [PATCH for-next v2 01/25] io_uring: make reg buf init consistent, Pavel Begunkov
- [PATCH for-next v2 02/25] io_uring: move defer_list to slow data, Pavel Begunkov
- [PATCH for-next v2 04/25] io_uring: refactor ctx slow data placement, Pavel Begunkov
- [PATCH for-next v2 03/25] io_uring: better caching for ctx timeout fields, Pavel Begunkov
- [PATCH for-next v2 05/25] io_uring: move small helpers to headers, Pavel Begunkov
- [PATCH for-next v2 06/25] io_uring: explain io_wq_work::cancel_seq placement, Pavel Begunkov
- [PATCH for-next v2 08/25] io_uring: don't set REQ_F_COMPLETE_INLINE in tw, Pavel Begunkov
- [PATCH for-next v2 07/25] io_uring: inline ->registered_rings, Pavel Begunkov
- [PATCH for-next v2 11/25] io_uring: refactor io_req_task_complete(), Pavel Begunkov
- [PATCH for-next v2 09/25] io_uring: never defer-complete multi-apoll, Pavel Begunkov
- [PATCH for-next v2 10/25] io_uring: kill REQ_F_COMPLETE_INLINE, Pavel Begunkov
- [PATCH for-next v2 25/25] io_uring: mutex locked poll hashing, Pavel Begunkov
- [PATCH for-next v2 22/25] io_uring: pass hash table into poll_find, Pavel Begunkov
- [PATCH for-next v2 19/25] io_uring: clean up io_ring_ctx_alloc, Pavel Begunkov
- [PATCH for-next v2 16/25] io_uring: pass poll_find lock back, Pavel Begunkov
- [PATCH for-next v2 14/25] io_uring: poll: remove unnecessary req->ref set, Pavel Begunkov
- [PATCH for-next v2 21/25] io_uring: add IORING_SETUP_SINGLE_ISSUER, Pavel Begunkov
- [PATCH for-next v2 17/25] io_uring: clean up io_try_cancel, Pavel Begunkov
- [PATCH for-next v2 20/25] io_uring: use state completion infra for poll reqs, Pavel Begunkov
- [PATCH for-next v2 12/25] io_uring: don't inline io_put_kbuf, Pavel Begunkov
- [PATCH for-next v2 23/25] io_uring: introduce a struct for hash table, Pavel Begunkov
- [PATCH for-next v2 18/25] io_uring: limit number hash buckets, Pavel Begunkov
- [PATCH for-next v2 24/25] io_uring: propagate locking state to poll cancel, Pavel Begunkov
- [PATCH for-next v2 13/25] io_uring: remove check_cq checking from hot paths, Pavel Begunkov
- [PATCH for-next v2 15/25] io_uring: switch cancel_hash to use per entry spinlock, Pavel Begunkov
- [PATCH liburing 0/3] single-issuer and poll benchmark,
Pavel Begunkov
- [PATCH for-next 00/25] 5.20 cleanups and poll optimisations,
Pavel Begunkov
- [PATCH for-next 22/25] io_uring: pass hash table into poll_find, Pavel Begunkov
- [PATCH for-next 17/25] io_uring: clean up io_try_cancel, Pavel Begunkov
- [PATCH for-next 21/25] io_uring: add IORING_SETUP_SINGLE_ISSUER, Pavel Begunkov
- [PATCH for-next 09/25] io_uring: never defer-complete multi-apoll, Pavel Begunkov
- [PATCH for-next 10/25] io_uring: kill REQ_F_COMPLETE_INLINE, Pavel Begunkov
- [PATCH for-next 08/25] io_uring: don't set REQ_F_COMPLETE_INLINE in tw, Pavel Begunkov
- [PATCH for-next 02/25] io_uring: move defer_list to slow data, Pavel Begunkov
- [PATCH for-next 03/25] io_uring: better caching for ctx timeout fields, Pavel Begunkov
- [PATCH for-next 23/25] io_uring: introduce a struct for hash table, Pavel Begunkov
- [PATCH for-next 06/25] io_uring: move small helpers to headers, Pavel Begunkov
- [PATCH for-next 05/25] io_uring: move cancel_seq out of io-wq, Pavel Begunkov
- [PATCH for-next 14/25] io_uring: poll: remove unnecessary req->ref set, Pavel Begunkov
- [PATCH for-next 11/25] io_uring: refactor io_req_task_complete(), Pavel Begunkov
- [PATCH for-next 15/25] io_uring: switch cancel_hash to use per entry spinlock, Pavel Begunkov
- [PATCH for-next 19/25] io_uring: clean up io_ring_ctx_alloc, Pavel Begunkov
- [PATCH for-next 20/25] io_uring: use state completion infra for poll reqs, Pavel Begunkov
- [PATCH for-next 24/25] io_uring: propagate locking state to poll cancel, Pavel Begunkov
- [PATCH for-next 13/25] io_uring: remove check_cq checking from hot paths, Pavel Begunkov
- [PATCH for-next 04/25] io_uring: refactor ctx slow data placement, Pavel Begunkov
- [PATCH for-next 25/25] io_uring: mutex locked poll hashing, Pavel Begunkov
- [PATCH for-next 01/25] io_uring: make reg buf init consistent, Pavel Begunkov
- [PATCH for-next 07/25] io_uring: inline ->registered_rings, Pavel Begunkov
- [PATCH for-next 18/25] io_uring: limit number hash buckets, Pavel Begunkov
- [PATCH for-next 16/25] io_uring: pass poll_find lock back, Pavel Begunkov
- [PATCH for-next 12/25] io_uring: don't inline io_put_kbuf, Pavel Begunkov
- [PATCH 2/2] io_uring: kbuf: add comments for some tricky code,
Hao Xu
- [PATCH] fs: io_uring: remove NULL check before kfree,
Dongliang Mu
- [RFC 0/3] io_uring: add support for IORING_OP_MSGSND/IORING_OP_MSGRCV,
Usama Arif
- [PATCH liburing 0/4] Buffer ring API fixes,
Dylan Yudaken
- [PATCH] io_uring: remove duplicate cqe skip check,
Hao Xu
- [PATCH 0/3] io_uring: fixes for provided buffer ring,
Dylan Yudaken
- [PATCH for-5.20 1/6] io_uring: poll: remove unnecessary req->ref set,
Hao Xu
- [PATCH v4] io_uring: switch cancel_hash to use per entry spinlock,
Hao Xu
- [PATCH 0/5] misc update for openclose and provided buffer,
Hao Xu
- [RFC] support memory recycle for ring-mapped provided buffer,
Hao Xu
- Possible bug for ring-mapped provided buffer,
Hao Xu
- [PATCH v8 00/14] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH v8 02/14] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [PATCH v8 01/14] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [PATCH v8 06/14] iomap: Return -EAGAIN from iomap_write_iter(), Stefan Roesch
- [PATCH v8 09/14] fs: Split off inode_needs_update_time and __file_update_time, Stefan Roesch
- [PATCH v8 05/14] iomap: Add async buffered write support, Stefan Roesch
- [PATCH v8 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [PATCH v8 08/14] fs: add __remove_file_privs() with flags parameter, Stefan Roesch
- [PATCH v8 07/14] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [PATCH v8 04/14] iomap: Add flags parameter to iomap_page_create(), Stefan Roesch
- [PATCH v8 12/14] io_uring: Add tracepoint for short writes, Stefan Roesch
- [PATCH v8 11/14] io_uring: Add support for async buffered writes, Stefan Roesch
- [PATCH v8 10/14] fs: Add async write file modification handling., Stefan Roesch
- [PATCH v8 14/14] xfs: Add async buffered write support, Stefan Roesch
- [PATCH v8 13/14] xfs: Specify lockmode when calling xfs_ilock_for_iomap(), Stefan Roesch
- [PATCH v3] io_uring: switch cancel_hash to use per entry spinlock,
Hao Xu
- [RFC 0/5] support nonblock submission for splice pipe to pipe,
Hao Xu
- [PATCH v2 0/3] cancel_hash per entry lock,
Hao Xu
- [RFC PATCH v1 0/5] Ensure io_uring data structure consistentcy in liburing,
Ammar Faizi
- Re: [syzbot] KASAN: use-after-free Read in filp_close,
syzbot
- [GIT PULL] Followup io_uring changes and fixes,
Jens Axboe
- [PATCH] io_uring: reinstate the inflight tracking, Jens Axboe
- [PATCH] io_uring: Remove redundant NULL check before kfree,
cgel . zte
- [PATCH v7 00/15] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH v7 01/15] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [PATCH v7 06/15] iomap: Return error code from iomap_write_iter(), Stefan Roesch
- [PATCH v7 02/15] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [PATCH v7 04/15] iomap: Add flags parameter to iomap_page_create(), Stefan Roesch
- [PATCH v7 12/15] io_uring: Add support for async buffered writes, Stefan Roesch
- [PATCH v7 05/15] iomap: Add async buffered write support, Stefan Roesch
- [PATCH v7 09/15] fs: Split off inode_needs_update_time and __file_update_time, Stefan Roesch
- [PATCH v7 08/15] fs: add __remove_file_privs() with flags parameter, Stefan Roesch
- [PATCH v7 07/15] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [PATCH v7 13/15] io_uring: Add tracepoint for short writes, Stefan Roesch
- [PATCH v7 10/15] fs: Add async write file modification handling., Stefan Roesch
- [PATCH v7 11/15] fs: Optimization for concurrent file time updates., Stefan Roesch
- [PATCH v7 03/15] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [PATCH v7 14/15] xfs: Specify lockmode when calling xfs_ilock_for_iomap(), Stefan Roesch
- [PATCH v7 15/15] xfs: Add async buffered write support, Stefan Roesch
- Re: [PATCH v7 00/15] io-uring/xfs: support async buffered writes, Jens Axboe
- [RFC net-next v3 1/1] io_uring: fix deadlock on iowq file slot alloc,
Pavel Begunkov
- [PATCH 0/5] io_uring: add opcodes for current working directory,
Usama Arif
- [syzbot] UBSAN: array-index-out-of-bounds in io_submit_sqes,
syzbot
- [LIBURING PATCH v2] Let IORING_OP_FILES_UPDATE support to choose fixed file slots,
Xiaoguang Wang
- [PATCH v2] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots,
Xiaoguang Wang
- [LIBURING PATCH] Let IORING_OP_FILES_UPDATE support to choose fixed file slots,
Xiaoguang Wang
- [PATCH] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slots,
Xiaoguang Wang
- [PATCH 0/2] cancel_hash per entry lock,
Hao Xu
- [PATCH RFC -next] io_uring: add support for level triggered poll, Jens Axboe
- [PATCH 0/2] two bug fixes about direct fd install,
Xiaoguang Wang
- Erroneous socket connect pass?,
Weber, Eugene F Jr CIV (USA)
- Re: [io_uring] 584b0180f0: phoronix-test-suite.fio.SequentialWrite.IO_uring.Yes.Yes.1MB.DefaultTestDirectory.mb_s -10.2% regression,
Jens Axboe
- RWF_NOWAIT does not work on socket, Xiaoguang Wang
- [PATCH] io_uring: ensure fput() called correspondingly when direct install fails,
Xiaoguang Wang
- [PATCH] io_uring: wire up allocated direct descriptors for socket,
Jens Axboe
- [PATCH v6 00/16] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [PATCH v6 02/16] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [PATCH v6 01/16] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create(), Stefan Roesch
- [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter, Stefan Roesch
- [PATCH v6 05/16] iomap: Add async buffered write support, Stefan Roesch
- [PATCH v6 09/16] fs: Add async write file modification handling., Stefan Roesch
- [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time, Stefan Roesch
- [PATCH v6 10/16] fs: Optimization for concurrent file time updates., Stefan Roesch
- [PATCH v6 11/16] io_uring: Add support for async buffered writes, Stefan Roesch
- [PATCH v6 15/16] xfs: Add async buffered write support, Stefan Roesch
- [PATCH v6 12/16] io_uring: Add tracepoint for short writes, Stefan Roesch
- [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap(), Stefan Roesch
- [PATCH v6 16/16] xfs: Enable async buffered write support, Stefan Roesch
- [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb(), Stefan Roesch
- Re: [PATCH v6 00/16] io-uring/xfs: support async buffered writes, Matthew Wilcox
- [PATCH] io_uring: fix a memory leak of buffer group list on exit, Jens Axboe
- [RFC] io_uring: let IORING_OP_FILES_UPDATE support to choose fixed file slot,
Xiaoguang Wang
- [PATCH v5 00/16] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [PATCH v5 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [PATCH v5 02/16] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [PATCH v5 04/16] iomap: Add flags parameter to iomap_page_create(), Stefan Roesch
- [PATCH v5 01/16] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [PATCH v5 08/16] fs: Split off inode_needs_update_time and __file_update_time, Stefan Roesch
- [PATCH v5 14/16] xfs: Change function signature of xfs_ilock_iocb(), Stefan Roesch
- [PATCH v5 16/16] xfs: Enable async buffered write support, Stefan Roesch
- [PATCH v5 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap(), Stefan Roesch
- [PATCH v5 05/16] iomap: Add async buffered write support, Stefan Roesch
- [PATCH v5 10/16] fs: Optimization for concurrent file time updates., Stefan Roesch
- [PATCH v5 09/16] fs: Add async write file modification handling., Stefan Roesch
- [PATCH v5 07/16] fs: add __remove_file_privs() with flags parameter, Stefan Roesch
- [PATCH v5 06/16] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [PATCH v5 12/16] io_uring: Add tracepoint for short writes, Stefan Roesch
- [PATCH v5 11/16] io_uring: Add support for async buffered writes, Stefan Roesch
- [PATCH v5 15/16] xfs: Add async buffered write support, Stefan Roesch
- improve register file feature's usability,
Xiaoguang Wang
- io uring support for character device,
Changman Lee
- [PATCHSET 0/6] Misc cleanups,
Jens Axboe
- [GIT PULL] io_uring passthrough support,
Jens Axboe
- [GIT PULL] io_uring socket(2) support,
Jens Axboe
- [GIT PULL] io_uring 'more data in socket' support,
Jens Axboe
- [GIT PULL] io_uring xattr support,
Jens Axboe
- [GIT PULL] io_uring core updates for 5.19-rc1,
Jens Axboe
- Re: [PATCH v2 00/13] rename & split tests,
Dave Chinner
- [PATCH] io_uring: cleanup handling of the two task_work lists, Jens Axboe
- [PATCH] io_uring: add a schedule condition in io_submit_sqes,
Guo Xuenan
- [RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [RFC PATCH v4 02/17] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [RFC PATCH v4 01/17] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes, Stefan Roesch
- [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create(), Stefan Roesch
- [RFC PATCH v4 06/17] iomap: Add async buffered write support, Stefan Roesch
- [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs(), Stefan Roesch
- [RFC PATCH v4 08/17] fs: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter, Stefan Roesch
- [RFC PATCH v4 13/17] io_uring: Add support for async buffered writes, Stefan Roesch
- [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates., Stefan Roesch
- [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support, Stefan Roesch
- [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time, Stefan Roesch
- [RFC PATCH v4 16/17] xfs: Add async buffered write support, Stefan Roesch
- [RFC PATCH v4 14/17] io_uring: Add tracepoint for short writes, Stefan Roesch
- [RFC PATCH v4 11/17] fs: Add async write file modification handling., Stefan Roesch
- [RFC PATCH v4 17/17] xfs: Enable async buffered write support, Stefan Roesch
- [RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks, Stefan Roesch
- [RFC PATCH v3 04/18] iomap: Add async buffered write support, Stefan Roesch
- [RFC PATCH v3 07/18] fs: Split off file_needs_update_time and __file_update_time, Stefan Roesch
- [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin, Stefan Roesch
- [RFC PATCH v3 05/18] xfs: Add iomap async buffered write support, Stefan Roesch
- [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages, Stefan Roesch
- [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs(), Stefan Roesch
- [RFC PATCH v3 09/18] fs: Optimization for concurrent file time updates., Stefan Roesch
- [RFC PATCH v3 11/18] io_uring: Add support for async buffered writes, Stefan Roesch
- [RFC PATCH v3 10/18] xfs: Add async buffered write support, Stefan Roesch
- [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop, Stefan Roesch
- [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter, Stefan Roesch
- [RFC PATCH v3 13/18] mm: Move updates of dirty_exceeded into one place, Stefan Roesch
- [RFC PATCH v3 17/18] io_uring: Add tracepoint for short writes, Stefan Roesch
- [RFC PATCH v3 08/18] xfs: Enable async write file modification handling., Stefan Roesch
- [RFC PATCH v3 14/18] mm: Prepare balance_dirty_pages() for async buffered writes, Stefan Roesch
- [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function, Stefan Roesch
- [RFC PATCH v3 18/18] xfs: Enable async buffered write support, Stefan Roesch
- [GIT PULL] io_uring fixes for 5.18-final,
Jens Axboe
- [PATCH] io_uring: disallow mixed provided buffer group registrations, Jens Axboe
- [PATCH] io_uring: initialize io_buffer_list head when shared ring is unregistered,
Jens Axboe
- [PATCH for-next] io_uring: add fully sparse buffer registration,
Pavel Begunkov
- sparse fixes for io_uring,
Christoph Hellwig
- [PATCH] io_uring: don't attempt to IOPOLL for MSG_RING requests,
Jens Axboe
- [syzbot] BUG: unable to handle kernel NULL pointer dereference in io_do_iopoll,
syzbot
- [REPORT] Use-after-free Read in __fdget_raw in v5.10.y,
Lee Jones
- [PATCH V2 0/1] ubd: add io_uring based userspace block driver,
Ming Lei
- [RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes,
Stefan Roesch
- [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks, Stefan Roesch
- [RFC PATCH v2 04/16] iomap: add async buffered write support, Stefan Roesch
- [RFC PATCH v2 02/16] iomap: add iomap_page_create_gfp to allocate iomap_pages, Stefan Roesch
- [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin, Stefan Roesch
- [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs(), Stefan Roesch
- [RFC PATCH v2 05/16] xfs: add iomap async buffered write support, Stefan Roesch
- [RFC PATCH v2 08/16] fs: add pending file update time flag., Stefan Roesch
- [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time, Stefan Roesch
- [RFC PATCH v2 14/16] iomap: use balance_dirty_pages_ratelimited_flags in iomap_write_iter, Stefan Roesch
- [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function, Stefan Roesch
- [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages(), Stefan Roesch
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]