IO Uring
[Prev Page][Next Page]
- Re: [PATCH 1/2] io_uring: fix no lock protection for ctx->cq_extra
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: better to use REQ_F_IO_DRAIN for req->flags
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v5 0/6] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/2] io_uring: better to use REQ_F_IO_DRAIN for req->flags
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH for-5.17 0/2] small fix and code clean
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/2] io_uring: fix no lock protection for ctx->cq_extra
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/4] io_uring: don't spinlock when not posting CQEs
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] io_uring: add getdents64 support
- From: Clay Harris <bugs@xxxxxxxxxxx>
- Re: [PATCH v2 3/4] io_uring: don't spinlock when not posting CQEs
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 2/3] fs: split off vfs_getdents function of getdents64 syscall
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v2 0/3] io_uring: add getdents64 support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v2 1/3] fs: add parameter use_fpos to iterate_dir function
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v2 3/3] io_uring: add support for getdents64
- From: Stefan Roesch <shr@xxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH v5 0/6] task work optimization
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH liburing v2 0/2] cqe skip tests
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH liburing v2 2/2] tests: add tests for IOSQE_CQE_SKIP_SUCCESS
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing v2 1/2] io_uring.h: update to reflect cqe-skip feature
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing v2 0/2] cqe skip tests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v1 1/3] fs: add parameter use_fpos to iterate_dir function
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v5 0/6] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/6] io-wq: add helper to merge two wq_lists
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/6] io_uring: add a priority tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/6] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/6] io_uring: split io_req_complete_post() and add a helper
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 6/6] io_uring: batch completion in prior_task_list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/6] io_uring: add helper for task work execution code
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/6] io_uring: add a priority tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 9/9] io-wq: small optimization for __io_worker_busy()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 7/9] io-wq: implement fixed worker logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 8/9] io-wq: batch the handling of fixed worker private works
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 6/9] io-wq: add infra data structure for fixed workers
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/9] io-wq: move hash wait entry to io_wqe_acct
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/9] io-wq: use IO_WQ_ACCT_NR rather than hardcoded number
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/9] io-wq: update check condition for lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/9] io-wq: reduce acct->lock crossing functions lock/unlock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/9] io-wq: decouple work_list protection from the big wqe->lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [RFC 0/9] fixed worker: a new way to handle io works
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH for-next 0/4] for-next cleanups
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v1 1/3] fs: add parameter use_fpos to iterate_dir function
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 3/3] io_uring: add support for getdents64
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 0/3] io_uring: add getdents64 support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 2/3] fs: split off vfs_getdents function of getdents64 syscall
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 0/4] liburing: add getdents64 support
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 4/4] liburing: Add man page for io_uring_prep_getdents call
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 3/4] liburing: Add test program for getdents call
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 2/4] liburing: add prepare function for getdents64
- From: Stefan Roesch <shr@xxxxxx>
- [PATCH v1 1/4] liburing: update io_uring.h header file
- From: Stefan Roesch <shr@xxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 3/4] io_uring: clean __io_import_iovec()
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 01/10] io_uring: Implement eBPF iterator for registered buffers
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: correct link-list traversal locking
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/1] io_uring: correct link-list traversal locking
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/4] io_uring: clean __io_import_iovec()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 4/4] io_uring: improve argument types of kiocb_done()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/4] io_uring: improve send/recv error handling
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH for-next 0/4] for-next cleanups
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/4] io_uring: simplify reissue in kiocb_done
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH RFC bpf-next v2 10/10] samples/bpf: Add example to checkpoint/restore io_uring
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 07/10] selftests/bpf: Add test for epoll BPF iterator
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 06/10] selftests/bpf: Add test for io_uring BPF iterators
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 05/10] bpftool: Output io_uring iterator info
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 04/10] epoll: Implement eBPF iterator for registered items
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 03/10] io_uring: Implement eBPF iterator for registered files
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 02/10] bpf: Add bpf_page_to_pfn helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 01/10] io_uring: Implement eBPF iterator for registered buffers
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 00/10] Introduce BPF iterators for io_uring and epoll
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Andrew Dona-Couch" <andrew@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH -next] io_uring: fix soft lockup when call __io_remove_buffers
- From: Ye Bin <yebin10@xxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Yonghong Song <yhs@xxxxxx>
- [PATCHv2 8/7] debian/rules: fix version comparison for Ubuntu
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH bpf-next v1 4/8] epoll: Implement eBPF iterator for registered items
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH bpf-next v1 3/8] io_uring: Implement eBPF iterator for registered files
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH v2 3/7] debian/rules: fix for newer debhelper
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: batch completion in prior_task_list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/7] debian/rules: fix for newer debhelper
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH v2 3/7] debian/rules: fix for newer debhelper
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH v2 3/7] debian/rules: fix for newer debhelper
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH 2/4] debian: avoid prompting package builder for signature
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 7/7] make-debs: remove dependency on git
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 6/7] make-debs: use version from RPM .spec
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 5/7] debian: rename package to liburing2 to match .so version
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 4/7] debian/rules: support parallel build
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 3/7] debian/rules: fix for newer debhelper
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 2/7] debian: avoid prompting package builder for signature
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 1/7] make-debs: fix version detection
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 0/7] liburing debian packaging fixes
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH -next] io_uring: Fix undefined-behaviour in io_issue_sqe
- From: Ye Bin <yebin10@xxxxxxxxxx>
- Re: [PATCH 1/4] make-debs: fix version detection
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH 3/4] debian/rules: fix for newer debhelper
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/6] io_uring: add a priority tw list for irq completion work
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 6/6] io_uring: batch completion in prior_task_list
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/6] io-wq: add helper to merge two wq_lists
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- [syzbot] INFO: task hung in io_uring_cancel_generic (2)
- From: syzbot <syzbot+21e6887c0be14181206d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 1/4] make-debs: fix version detection
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH 3/4] debian/rules: fix for newer debhelper
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH 2/4] debian: avoid prompting package builder for signature
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH] io_uring: fix missed comment from *task_file rename
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/4] debian: avoid prompting package builder for signature
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH 3/4] debian/rules: fix for newer debhelper
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH 1/4] make-debs: fix version detection
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH 0/4] liburing debian packaging fixes.
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH 4/4] debian/rules: support parallel build
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Vito Caputo <vcaputo@xxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Vito Caputo <vcaputo@xxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] io_uring: fix missed comment from *task_file rename
- From: Kamal Mostafa <kamal@xxxxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Drew DeVault" <sir@xxxxxxxxx>
- [PATCH bpf-next v1 8/8] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 7/8] selftests/bpf: Test partial reads for io_uring, epoll iterators
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 6/8] selftests/bpf: Add test for epoll BPF iterator
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 4/8] epoll: Implement eBPF iterator for registered items
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 3/8] io_uring: Implement eBPF iterator for registered files
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: prevent io_put_identity() from freeing a static identity
- From: Tadeusz Struk <tadeusz.struk@xxxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Salvatore Bonaccorso <carnil@xxxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: [GIT PULL] io_uring fix for 5.16-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] io_uring fix for 5.16-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Salvatore Bonaccorso <carnil@xxxxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2 0/4] allow to skip CQE posting
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 4/4] io_uring: disable drain with cqe skip
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 3/4] io_uring: don't spinlock when not posting CQEs
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 2/4] io_uring: add option to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 1/4] io_uring: clean cqe filling functions
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 0/4] allow to skip CQE posting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: [GIT PULL] io_uring fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] io_uring fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v6 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 liburing] test: Add kworker-hang test
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH v6 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] WARNING in io_poll_task_func (2)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] WARNING in io_poll_task_func (2)
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [bug report] io_uring: return iovec from __io_import_iovec
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 1/1] io_uring: honour zeroes as io-wq worker limits
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [bug report] io_uring: return iovec from __io_import_iovec
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/1] io_uring: honour zeroes as io-wq worker limits
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [bug report] io_uring: return iovec from __io_import_iovec
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v6 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v5 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v4 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
- [PATCH v3 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 liburing] test: Add kworker-hang test
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Cyril Hrubis <chrubis@xxxxxxx>
- Re: [syzbot] WARNING in io_poll_task_func (2)
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH] io_uring: prevent io_put_identity() from freeing a static identity
- From: Tadeusz Struk <tadeusz.struk@xxxxxxxxxx>
- Re: [syzbot] WARNING in io_poll_task_func (2)
- From: Jens Axboe <axboe@xxxxxxxxx>
- [syzbot] WARNING in io_poll_task_func (2)
- From: syzbot <syzbot+804709f40ea66018e544@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io_uring: remove redundant assignment to ret in io_register_iowq_max_workers()
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] io_uring: remove redundant assignment to ret in io_register_iowq_max_workers()
- From: Nghia Le <nghialm78@xxxxxxxxx>
- Re: fix max-workers not correctly set on multi-node system
- From: Jens Axboe <axboe@xxxxxxxxx>
- fix max-workers not correctly set on multi-node system
- From: beld zhang <beldzhang@xxxxxxxxx>
- Re: [PATCH v3 2/7] add support for the uring filter list
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH 1/1] io_uring: clean up io_queue_sqe_arm_apoll
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/1] io_uring: clean up io_queue_sqe_arm_apoll
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] WARNING in io_poll_task_func
- From: Jens Axboe <axboe@xxxxxxxxx>
- [syzbot] WARNING in io_poll_task_func
- From: syzbot <syzbot+50a186b2a3a0139929ab@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] io_uring updates for 5.16-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] io_uring updates for 5.16-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [GIT PULL] io_uring updates for 5.16-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/7] add support for the uring filter list
- From: Steve Grubb <sgrubb@xxxxxxxxxx>
- Re: [PATCH v3 2/7] add support for the uring filter list
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: syzbot <syzbot+78b76ebc91042904f34e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH liburing 0/2] Fixes for Makefile
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] io_uring updates for 5.16-rc1
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] WARNING: ODEBUG bug in __put_task_struct
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] INFO: rcu detected stall in tctx_task_work
- From: Jens Axboe <axboe@xxxxxxxxx>
- [syzbot] WARNING: ODEBUG bug in __put_task_struct
- From: syzbot <syzbot+30a60157d4ef222fd5e2@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [syzbot] INFO: rcu detected stall in tctx_task_work
- From: syzbot <syzbot+e4f5deeeccdd5a4873fe@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [RFC] io-wq: decouple work_list protection from the big wqe->lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH liburing 2/2] test/Makefile: Refactor the Makefile
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH liburing 1/2] examples/Makefile: Fix missing clean up
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH liburing 0/2] Fixes for Makefile
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Salvatore Bonaccorso <carnil@xxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: syzbot <syzbot+78b76ebc91042904f34e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: syzbot <syzbot+78b76ebc91042904f34e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: syzbot <syzbot+78b76ebc91042904f34e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: syzbot <syzbot+78b76ebc91042904f34e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/7] add support for the uring filter list
- From: Steve Grubb <sgrubb@xxxxxxxxxx>
- Re: [PATCH v3 0/3] improvements for multi-shot poll requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH liburing] io-cancel: add check for -ECANCELED
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] KASAN: use-after-free Write in __io_free_req
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [syzbot] KASAN: use-after-free Write in __io_free_req
- From: syzbot <syzbot+78b76ebc91042904f34e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH liburing] io-cancel: add check for -ECANCELED
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] io-wq: remove worker to owner tw dependency
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing] io-cancel: add check for -ECANCELED
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/6] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/6] io_uring: split io_req_complete_post() and add a helper
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 6/6] io_uring: batch completion in prior_task_list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/6] io_uring: add helper for task work execution code
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/6] io_uring: add a priority tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/6] io-wq: add helper to merge two wq_lists
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH for-5.16 v4 0/6] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH] io-wq: remove worker to owner tw dependency
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH for-5.16 v3 0/8] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 3/3] io_uring: don't get completion_lock in io_poll_rewait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wqe_worker
- From: syzbot <syzbot+27d62ee6f256b186883e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/7] add basic support for the AUDIT_URINGOP record type
- From: Steve Grubb <sgrubb@xxxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wqe_worker
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v3 7/7] add iouring support to the normalizer
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH v3 6/7] add aureport --uringop option
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH v3 5/7] add ausearch --uringop option
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH v3 3/7] add support for uringop names
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH v3 4/7] add field support for the AUDIT_URINGOP record type
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH v3 2/7] add support for the uring filter list
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH v3 1/7] add basic support for the AUDIT_URINGOP record type
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- [PATCH v3 0/7] Add uringop support
- From: Richard Guy Briggs <rgb@xxxxxxxxxx>
- Re: [PATCH v3 3/3] io_uring: don't get completion_lock in io_poll_rewait()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH for-5.16 v3 0/8] task work optimization
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 0/3] improvements for multi-shot poll requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 0/3] improvements for multi-shot poll requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 0/3] improvements for multi-shot poll requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3 0/3] improvements for multi-shot poll requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- [RFC v2 2/3] io_uring: add fixed poll support
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC v2 3/3] io_uring: introduce event generation for fixed poll
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC v2 1/3] io_uring: remove req->apoll check in io_clean_op()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH for-5.16 v3 0/8] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH] Increase default MLOCK_LIMIT to 8 MiB
- From: Drew DeVault <sir@xxxxxxxxx>
- Re: [PATCH 6/8] io_uring: add nr_ctx to record the number of ctx in a task
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH for-5.16 v3 0/8] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH for-5.16 v3 0/8] task work optimization
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH for-5.16 v3 0/8] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v5.10.y 1/1] io_uring: don't take uring_lock during iowq cancel
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v5.10.y 1/1] io_uring: don't take uring_lock during iowq cancel
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH] io_uring: fix a GCC warning in wq_list_for_each()
- From: Qian Cai <quic_qiancai@xxxxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Greg KH <greg@xxxxxxxxx>
- [PATCH 7/8] io_uring: batch completion in prior_task_list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 8/8] io_uring: add limited number of TWs to priority task list
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 3/8] io_uring: add helper for task work execution code
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 5/8] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 4/8] io_uring: split io_req_complete_post() and add a helper
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 6/8] io_uring: add nr_ctx to record the number of ctx in a task
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/8] io-wq: add helper to merge two wq_lists
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH for-5.16 v3 0/8] task work optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/8] io_uring: add a priority tw list for irq completion work
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Greg KH <greg@xxxxxxxxx>
- [PATCH] io_uring: fix warning in io_try_cancel_userdata()
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: INFO: task hung in io_wq_put_and_exit
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: fix a GCC warning in wq_list_for_each()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Greg KH <greg@xxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Greg KH <greg@xxxxxxxxx>
- [PATCH 5.10 1/1] io_uring: fix double free in the deferred/cancelled path
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH] io-wq: Remove unnecessary rcu_read_lock/unlock() in raw spinlock critical section
- From: Zqiang <qiang.zhang1211@xxxxxxxxx>
- WARNING in io_ring_exit_work
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- INFO: task hung in io_wq_put_and_exit
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [PATCH] io_uring: don't assign write hint in the read path
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io-wq: Remove unnecessary rcu_read_lock/unlock() in raw spinlock critical section
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH] io-wq: Remove unnecessary rcu_read_lock/unlock() in raw spinlock critical section
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- Re: Is IORING_REGISTER_BUFFERS useful given the current default RLIMIT_MLOCK?
- From: "Drew DeVault" <sir@xxxxxxxxx>
- [PATCH] io-wq: Remove unnecessary rcu_read_lock/unlock() in raw spinlock critical section
- From: Zqiang <qiang.zhang1211@xxxxxxxxx>
- Re: Is IORING_REGISTER_BUFFERS useful given the current default RLIMIT_MLOCK?
- From: Vito Caputo <vcaputo@xxxxxxxxxxx>
- [PATCH] io_uring: fix a GCC warning in wq_list_for_each()
- From: Qian Cai <quic_qiancai@xxxxxxxxxxx>
- Is IORING_REGISTER_BUFFERS useful given the current default RLIMIT_MLOCK?
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Daniel Black <daniel@xxxxxxxxxxx>
- Re: uring regression - lost write request
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC 1/1] io_uring: improve register file feature's usability
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3 1/3] io_uring: refactor event check out of __io_async_wake()
- From: Praveen Kumar <kpraveen.lkml@xxxxxxxxx>
- Re: io-uring
- From: Praveen Kumar <kpraveen.lkml@xxxxxxxxx>
- Re: [PATCH 5/8] io_uring: don't try io-wq polling if not supported
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/8] io_uring: check if opcode needs poll first on arming
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/8] io_uring: clean iowq submit work cancellation
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/8] io_uring: clean io_wq_submit_work()'s main loop
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v3 3/3] io_uring: don't get completion_lock in io_poll_rewait()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v3 2/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v3 1/3] io_uring: refactor event check out of __io_async_wake()
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH v3 0/3] improvements for multi-shot poll requests
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: io-uring
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: io-uring
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 0/8] for-next cleanups
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 4/8] io_uring: check if opcode needs poll first on arming
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 8/8] io_uring: clusterise ki_flags access in rw_prep
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 5/8] io_uring: don't try io-wq polling if not supported
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 6/8] io_uring: clean up timeout async_data allocation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 7/8] io_uring: kill unused param from io_file_supports_nowait
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/8] io_uring: clean io_wq_submit_work()'s main loop
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/8] io-wq: use helper for worker refcounting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/8] io_uring: clean iowq submit work cancellation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/8] for-next cleanups
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- io-uring
- From: Praveen Kumar <kpraveen.lkml@xxxxxxxxx>
- Re: [GIT PULL] io_uring fixes for 5.15-rc7
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] io_uring fixes for 5.15-rc7
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3] io_uring: implement async hybrid mode for pollable requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v3] io_uring: implement async hybrid mode for pollable requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wqe_worker
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wqe_worker
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v3] io_uring: implement async hybrid mode for pollable requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: uring regression - lost write request
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wqe_worker
- From: syzbot <syzbot+27d62ee6f256b186883e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] io_uring: implement async hybrid mode for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] INFO: task hung in io_wqe_worker
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [syzbot] INFO: task hung in io_wqe_worker
- From: syzbot <syzbot+27d62ee6f256b186883e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5.15] io_uring: apply worker limits to previous users
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [RFC] io_uring: add fixed poll support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 0/2] improvements for poll requests
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: apply worker limits to previous users
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5.15] io_uring: apply worker limits to previous users
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC 1/1] io_uring: improve register file feature's usability
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [RFC] io_uring: add fixed poll support
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] improvements for poll requests
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] io_uring: fix ltimeout unprep
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 1/1] io_uring: fix ltimeout unprep
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 1/1] io_uring: fix ltimeout unprep
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: apply max_workers limit to all future users
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: Polling on an io_uring file descriptor
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Polling on an io_uring file descriptor
- From: "Drew DeVault" <sir@xxxxxxxxx>
- Re: [PATCH] io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2 1/1] io_uring: fix ltimeout unprep
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: apply max_workers limit to all future users
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH] io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
- Re: [PATCH 5.15] io_uring: fix ltimeout unprep
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: fix ltimeout unprep
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: fix ltimeout unprep
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5.15] io_uring: fix ltimeout unprep
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH v2] io_uring: split logic of force_nonblock
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: apply max_workers limit to all future users
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2] io_uring: split logic of force_nonblock
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5.15] io_uring: apply max_workers limit to all future users
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5.15] io-wq: max_worker fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 5.15] io-wq: max_worker fixes
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 5.15] io_uring: apply max_workers limit to all future users
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 5.15] io-wq: max_worker fixes
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 5.15] io-wq: max_worker fixes
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH liburing] test: Add kworker-hang test
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] [v2] io_uring: warning about unused-but-set parameter
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] [v2] io_uring: warning about unused-but-set parameter
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [PATCH liburing] io_uring: add tests for async hybrid optimization
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH liburing] io-cancel: add check for -ECANCELED
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo
- From: Kamal Mostafa <kamal@xxxxxxxxxxxxx>
- [PATCH v2] fs/io_uring: Hoist ret2 == -EAGAIN check in tail of io_write
- From: Noah Goldstein <goldstein.w.n@xxxxxxxxx>
- [PATCH v3] io_uring: implement async hybrid mode for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v2] io_uring: split logic of force_nonblock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] async hybrid for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] io_uring: split logic of force_nonblock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCHSET liburing 0/2] Small fixes for tests
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH liburing 2/2] test/timeout-overflow: Fix `-Werror=maybe-uninitialized`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH liburing 1/2] test/timeout: Fix `-Werror=maybe-uninitialized`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET liburing 0/2] Small fixes for tests
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] async hybrid for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] async hybrid for pollable requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/2] io_uring: split logic of force_nonblock
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: implement async hybrid mode for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v1] fs/io_uring: Hoist ret2 == -EAGAIN check in tail of io_write
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] io_uring: split logic of force_nonblock
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: implement async hybrid mode for pollable requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: implement async hybrid mode for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/2] io_uring: split logic of force_nonblock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v2 0/2] async hybrid for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 2/2] io_uring: implement async hybrid mode for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH v1] fs/io_uring: Hoist ret2 == -EAGAIN check in tail of io_write
- From: Noah Goldstein <goldstein.w.n@xxxxxxxxx>
- [PATCH v1] fs/io_uring: Remove unnecessary condition in io_write
- From: Noah Goldstein <goldstein.w.n@xxxxxxxxx>
- Re: [PATCH 4/8] io_uring: encapsulate rw state
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] io_uring fix for 5.15-rc6
- From: pr-tracker-bot@xxxxxxxxxx
- [PATCH 2/4] io_uring: kill unused param from io_file_supports_nowait
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/4] for-next cleanups
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 4/4] io_uring: typed ->async_data
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/4] io_uring: clusterise ki_flags access in rw_prep
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/4] io_uring: clean up timeout async_data allocation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/2] io_uring: fix async_data checks for msg setup
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/2] io_uring: fail iopoll links if can't retry
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/2] two small fixes
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 0/3] rw optimisation partial resend
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v1] fs/io_uring: Prioritise checking faster conditions first in io_write
- From: Jens Axboe <axboe@xxxxxxxxx>
- [GIT PULL] io_uring fix for 5.15-rc6
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 8/8] io_uring: rearrange io_read()/write()
- From: Noah Goldstein <goldstein.w.n@xxxxxxxxx>
- [PATCH v1] fs/io_uring: Prioritise checking faster conditions first in io_write
- From: Noah Goldstein <goldstein.w.n@xxxxxxxxx>
- Re: [PATCH 8/8] io_uring: rearrange io_read()/write()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 0/3] rw optimisation partial resend
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 7/8] io_uring: arm poll for non-nowait files
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 0/3] rw optimisation partial resend
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/3] io_uring: arm poll for non-nowait files
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/3] io_uring: simplify io_file_supports_nowait()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/3] io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/3] rw optimisation partial resend
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 7/8] io_uring: arm poll for non-nowait files
- From: Noah Goldstein <goldstein.w.n@xxxxxxxxx>
- Re: [PATCH 8/8] io_uring: rearrange io_read()/write()
- From: Noah Goldstein <goldstein.w.n@xxxxxxxxx>
- Re: [PATCH for-next 0/8] further rw cleanups+optimisisation
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 8/8] io_uring: simplify io_file_supports_nowait()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 7/8] io_uring: arm poll for non-nowait files
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 6/8] io_uring: clean io_prep_rw()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 5/8] io_uring: optimise fixed rw rsrc node setting
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/8] io_uring: optimise io_import_iovec fixed path
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 4/8] io_uring: return iovec from __io_import_iovec
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/8] io_uring: optimise req->ctx reloads
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/8] io_uring: kill io_wq_current_is_worker() in iopoll
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH for-next 0/8] further rw cleanups+optimisisation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH for-next 0/8] read/write cleanup
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 7/8] io_uring: clean up io_import_iovec
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 8/8] io_uring: rearrange io_read()/write()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 5/8] io_uring: optimise read/write iov state storing
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 6/8] io_uring: optimise io_import_iovec nonblock passing
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 4/8] io_uring: encapsulate rw state
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/8] io_uring: prioritise read success path over fails
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/8] io_uring: optimise rw comletion handlers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/8] io_uring: consistent typing for issue_flags
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH for-next 0/8] read/write cleanup
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: fix wrong condition to grab uring lock
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: fix wrong condition to grab uring lock
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH] io_uring: fix wrong condition to grab uring lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH] io_uring: fix wrong condition to grab uring lock
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: (subset) [PATCH 0/2] yet another optimisation for-next
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: (subset) [PATCH 0/2] yet another optimisation for-next
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: INFO: task hung in io_ring_exit_work
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC 1/1] io_uring: improve register file feature's usability
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- possible deadlock in io_poll_double_wake
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- INFO: task hung in io_wqe_worker
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- INFO: task hung in io_ring_exit_work
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [RFC 1/1] io_uring: improve register file feature's usability
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH for-next] io_uring: fix io_free_batch_list races
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC 1/1] io_uring: improve register file feature's usability
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH for-next] io_uring: fix io_free_batch_list races
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC 1/1] io_uring: improve register file feature's usability
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC 1/1] io_uring: improve register file feature's usability
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [syzbot] WARNING in io_wq_submit_work (2)
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 1/3] block: bump max plugged deferred size from 16 to 32
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [RFC 0/1] Is register file feature hard to use ?
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 1/1] io_uring: improve register file feature's usability
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [syzbot] WARNING in io_wq_submit_work (2)
- From: syzbot <syzbot+bc2d90f602545761f287@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH liburing] src/nolibc: Fix `malloc()` alignment
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing] src/nolibc: Fix `malloc()` alignment
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH liburing] src/nolibc: Fix `malloc()` alignment
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: implementation of IOSQE_ASYNC_HYBRID logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] io_uring: implementation of IOSQE_ASYNC_HYBRID logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH liburing] src/nolibc: Fix `malloc()` alignment
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- Re: [PATCHSET v3 liburing 0/3] Add nolibc support for x86-64 arch
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v3 liburing 3/3] configure: Add `CONFIG_NOLIBC` variable and macro
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 liburing 2/3] Add nolibc build support
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 liburing 1/3] Add arch dependent directory and files
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v3 liburing 0/3] Add nolibc support for x86-64 arch
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 liburing 1/4] test/thread-exit: Fix use after free bug
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 liburing 4/4] Add CONFIG_NOLIBC variable and macro
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 liburing 3/4] Add no libc build support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 liburing 2/4] Add arch dependent directory and files
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 liburing 4/4] Add CONFIG_NOLIBC variable and macro
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 liburing 3/4] Add no libc build support
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 liburing 2/4] Add arch dependent directory and files
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 liburing 1/4] test/thread-exit: Fix use after free bug
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v2 liburing 0/4] Add nolibc support for x86-64 arch
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH 2/2] io_uring: optimise ctx referencing
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/2] yet another optimisation for-next
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/2] io_uring: optimise io_req_set_rsrc_node()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH 2/2] io_uring: implementation of IOSQE_ASYNC_HYBRID logic
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [RFC] io_uring: add fixed poll support
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH 2/2] io_uring: implementation of IOSQE_ASYNC_HYBRID logic
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH 1/2] io_uring: add IOSQE_ASYNC_HYBRID flag for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH for-5.16 0/2] async hybrid, a new way for pollable requests
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH liburing 4/4] Add LIBURING_NOLIBC variable and edit src/Makefile
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH liburing 3/4] Add no libc build support
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH liburing 2/4] Add arch dependent directory and files
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH liburing 1/4] test/thread-exit: Fix use after free bug
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET liburing 0/4] Add no libc support for x86-64 arch
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 RFC liburing 4/5] Add no libc build support
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 RFC liburing 4/5] Add no libc build support
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 RFC liburing 2/5] test/cq-size: Don't use `errno` to check liburing's functions
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v2 RFC liburing 1/5] test/{iopoll,read-write}: Use `io_uring_free_probe()` instead of `free()`
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH v2 RFC liburing 5/5] Add LIBURING_NOLIBC variable and edit src/Makefile
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 4/5] Add no libc build support
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 3/5] Add arch dependent directory and files
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 1/5] test/{iopoll,read-write}: Use `io_uring_free_probe()` instead of `free()`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 RFC liburing 2/5] test/cq-size: Don't use `errno` to check liburing's functions
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v2 RFC liburing 0/5] Add no libc support for x86-64 arch
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH 3/3] io_uring: inform block layer of how many requests we are submitting
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 2/3] block: pre-allocate requests if plug is started and is a batch
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCHSET v2 0/3] Add plug based request allocation batching
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 1/3] block: bump max plugged deferred size from 16 to 32
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH v1 RFC liburing 6/6] src/{queue,register,setup}: Clean up unused includes
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET v1 RFC liburing 0/6] Add no libc support for x86-64 arch
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCHSET v1 RFC liburing 0/6] Add no libc support for x86-64 arch
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHSET v1 RFC liburing 0/6] Add no libc support for x86-64 arch
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in __io_file_supports_nowait
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [syzbot] general protection fault in __io_file_supports_nowait
- From: syzbot <syzbot+e51249708aaa9b0e4d2c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/5] io_uring: optimise out req->opcode reloading
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [RFC] io_uring: print COMM on ctx_exit hang
- From: Jens Axboe <axboe@xxxxxxxxx>
- [RFC] io_uring: print COMM on ctx_exit hang
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 5/5] io_uring: remove extra io_ring_exit_work wake up
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 4/5] io_uring: optimise out req->opcode reloading
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 3/5] io_uring: reshuffle io_submit_state bits
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 2/5] io_uring: safer fallback_work free
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 1/5] io_uring: optimise plugging
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 0/5] bunch of random cleanup for-next
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v1 RFC liburing 6/6] src/{queue,register,setup}: Clean up unused includes
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v1 RFC liburing 5/6] test/{iopoll,read-write}: Use `io_uring_free_probe()` instead of `free()`
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v1 RFC liburing 4/6] test/cq-size: Don't use `errno` to check liburing's functions
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v1 RFC liburing 3/6] Add x86-64 no libc build support
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v1 RFC liburing 2/6] Add no libc support
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v1 RFC liburing 1/6] configure: Add LIBURING_NOLIBC variable
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- [PATCHSET v1 RFC liburing 0/6] Add no libc support for x86-64 arch
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Fix typo "timout" -> "timeout"
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] Fix typo "timout" -> "timeout"
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC 5.13 1/2] io_uring: add support for ns granularity of io_sq_thread_idle
- From: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
- [PATCH AUTOSEL 5.14 39/40] io_uring: kill fasync
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v2] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 00/16] squeeze more performance
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH 00/16] squeeze more performance
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH 16/16] io_uring: mark hot functions
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 15/16] io_uring: correct fill events helpers types
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 14/16] io_uring: inline io_poll_complete
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 13/16] io_uring: inline io_req_needs_clean()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 11/16] io_uring: control ->async_data with a REQ_F flag
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 12/16] io_uring: remove struct io_completion
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 10/16] io_uring: optimise io_free_batch_list()
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 09/16] io_uring: mark cold functions
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 08/16] io_uring: optimise ctx referencing by requests
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 07/16] io_uring: merge CQ and poll waitqueues
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 04/16] io_uring: optimise request allocation
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 06/16] io_uring: don't wake sqpoll in io_cqring_ev_posted
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 05/16] io_uring: optimise INIT_WQ_LIST
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 03/16] io_uring: delay req queueing into compl-batch list
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 02/16] io_uring: add more likely/unlikely() annotations
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 01/16] io_uring: optimise kiocb layout
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH 00/16] squeeze more performance
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH v2] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
- Re: [PATCH] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
- Re: [PATCH] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Jens Axboe <axboe@xxxxxxxxx>
- [PATCH] liburing: Add io_uring_submit_and_wait_timeout function in API
- From: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
- Re: [PATCH liburing] src/syscall: Add `close` syscall wrapper
- From: Jens Axboe <axboe@xxxxxxxxx>
- Re: [PATCH liburing] src/syscall: Add `close` syscall wrapper
- From: Ammar Faizi <ammar.faizi@xxxxxxxxxxxxxxxxxxxxx>
[Index of Archives]
[Linux Samsung SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux Kernel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Forum]