messages from 2023-02-14 16:47:04 to 2023-03-03 18:45:38 UTC [more...]
[GIT PULL] Followup io_uring fixes for 6.3-rc1
2023-03-03 18:44 UTC (2+ messages)
[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
2023-03-03 17:29 UTC (4+ messages)
` [RESEND PATCH v9 04/14] iomap: Add flags parameter to iomap_page_create()
[RFC PATCH 00/12] io_uring: add IORING_OP_FUSED_CMD
2023-03-03 3:01 UTC (17+ messages)
` [RFC PATCH 01/12] io_uring: increase io_kiocb->flags into 64bit
` [RFC PATCH 02/12] io_uring: define io_mapped_ubuf->acct_pages as unsigned integer
` [RFC PATCH 03/12] io_uring: extend io_mapped_ubuf to cover external bvec table
` [RFC PATCH 04/12] io_uring: rename io_mapped_ubuf as io_mapped_buf
` [RFC PATCH 05/12] io_uring: export 'struct io_mapped_buf' for fused cmd buffer
` [RFC PATCH 06/12] io_uring: add IO_URING_F_FUSED and prepare for supporting OP_FUSED_CMD
` [RFC PATCH 07/12] io_uring: add IORING_OP_FUSED_CMD
` [RFC PATCH 08/12] io_uring: support OP_READ/OP_WRITE for fused slave request
` [RFC PATCH 09/12] io_uring: support OP_SEND_ZC/OP_RECV "
` [RFC PATCH 10/12] block: ublk_drv: mark device as LIVE before adding disk
` [RFC PATCH 11/12] block: ublk_drv: add common exit handling
` [RFC PATCH 12/12] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy
ublk-nbd: ublk-nbd is avaialbe
2023-03-02 3:11 UTC (3+ messages)
[PATCH liburing 0/3] sendzc test improvements
2023-03-01 20:31 UTC (6+ messages)
` [PATCH liburing 1/3] examples/send-zc: add affinity / CPU pinning
` [PATCH liburing 2/3] examples/send-zc: add multithreading
` [PATCH liburing 3/3] examples/send-zc: add the receive part
[syzbot] [io-uring?] INFO: task hung in sys_io_uring_register (2)
2023-03-01 18:21 UTC
[syzbot] [io-uring?] INFO: task hung in io_uring_register (3)
2023-03-01 17:49 UTC
[RFC v2 1/3] io_uring: remove req->apoll check in io_clean_op()
2023-03-01 17:35 UTC (3+ messages)
` [RFC v2 2/3] io_uring: add fixed poll support
[PATCH] io_uring/poll: don't pass in wake func to io_init_poll_iocb()
2023-03-01 17:05 UTC
INFO: task hung in io_ring_exit_work
2023-03-01 14:53 UTC (2+ messages)
[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
2023-02-28 16:05 UTC (2+ messages)
[PATCH] io_uring: fix fget leak when fs don't support nowait buffered read
2023-02-28 12:59 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 8232539f864ca60474e38eb42d451f5c26415856
2023-02-25 21:02 UTC (2+ messages)
[PATCH] io_uring/poll: allow some retries for poll triggering spuriously
2023-02-25 20:53 UTC
[PATCH v3 0/2] io_uring: Add KASAN support for alloc caches
2023-02-24 19:41 UTC (9+ messages)
` [PATCH v3 1/2] io_uring: Move from hlist to io_wq_work_node
` [PATCH v3 2/2] io_uring: Add KASAN support for alloc_caches
[linux-next:master] BUILD REGRESSION 4d6d7ce9baaf9e67a85a53afc69a36af716f7670
2023-02-24 17:58 UTC
[PATCH] io_uring: remove MSG_NOSIGNAL from recvmsg
2023-02-24 16:57 UTC (4+ messages)
[PATCH tools/io_uring] tools/io_uring: correctly set "ret" for sq_poll case
2023-02-24 2:29 UTC (4+ messages)
[RFC v2 0/4] Add io_uring & ebpf based methods to implement zero-copy for ublk
2023-02-23 14:01 UTC (8+ messages)
` [RFC v2 1/4] bpf: add UBLK program type
` [RFC v2 2/4] io_uring: enable io_uring to submit sqes located in kernel
` [RFC v2 3/4] io_uring: introduce IORING_URING_CMD_UNLOCK flag
` [RFC v2 4/4] ublk_drv: add ebpf support
` [PATCH] Add "
[PATCH v2 0/2] io_uring: Add KASAN support for alloc caches
2023-02-22 18:30 UTC (4+ messages)
` [PATCH v2 1/2] io_uring: Move from hlist to io_wq_work_node
` [PATCH v2 2/2] io_uring: Add KASAN support for alloc_caches
[PATCH for-next 0/4] io_uring: registered huge buffer optimisations
2023-02-22 17:48 UTC (6+ messages)
` [PATCH for-next 1/4] io_uring/rsrc: disallow multi-source reg buffers
` [PATCH for-next 2/4] io_uring/rsrc: fix a comment in io_import_fixed()
` [PATCH for-next 3/4] io_uring/rsrc: optimise single entry advance
` [PATCH for-next 4/4] io_uring/rsrc: optimise registered huge pages
` (subset) [PATCH for-next 0/4] io_uring: registered huge buffer optimisations
[PATCH for-next] io_uring: remove unused wq_list_merge
2023-02-22 17:48 UTC (2+ messages)
[PATCH liburing 0/7] test sends with huge pages
2023-02-22 16:54 UTC (9+ messages)
` [PATCH liburing 1/7] tests/send: don't use a constant for page size
` [PATCH liburing 2/7] send: improve buffer iteration
` [PATCH liburing 3/7] send: test send with hugetlb
` [PATCH liburing 4/7] examples/zc: add a hugetlb option
` [PATCH liburing 5/7] test/send: don't use SO_ZEROCOPY if not available
` [PATCH liburing 6/7] tests/send: improve error reporting
` [PATCH liburing 7/7] tests/send: sends with offsets
[PATCH] io_uring: fix size calculation when registering buf ring
2023-02-22 16:54 UTC (3+ messages)
[PATCH liburing] test/buf-ring: add test for buf ring occupying exactly one page
2023-02-22 16:54 UTC (3+ messages)
[PATCH for-next 1/1] io_uring/rsrc: fix a comment in io_import_fixed()
2023-02-22 16:53 UTC (3+ messages)
[RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
2023-02-22 14:13 UTC (13+ messages)
` [RFC 1/3] bpf: add UBLK program type
` [RFC 2/3] io_uring: enable io_uring to submit sqes located in kernel
` [RFC 3/3] ublk_drv: add ebpf support
` [UBLKSRV] Add "
[PATCH 1/2] io_uring: Move from hlist to io_wq_work_node
2023-02-21 23:53 UTC (7+ messages)
` [PATCH 2/2] io_uring: Add KASAN support for alloc_caches
liburing test results on hppa
2023-02-21 19:55 UTC (7+ messages)
[PATCH for-next v2 1/1] io_uring/rsrc: disallow multi-source reg buffers
2023-02-21 18:40 UTC (4+ messages)
[GIT PULL for-6.3] io_uring updates for 6.3
2023-02-20 23:00 UTC (2+ messages)
[GIT PULL for-6.3] Switch io_uring to ITER_UBUF
2023-02-20 23:00 UTC (2+ messages)
[PATCH 0/4] Cache tctx cancelation state in the ctx
2023-02-20 14:43 UTC (6+ messages)
` [PATCH 1/4] io_uring: consolidate the put_ref-and-return section of adding work
` [PATCH 2/4] io_uring: rename 'in_idle' to 'in_cancel'
` [PATCH 3/4] io_uring: cache task cancelation state in the ctx
` [PATCH 4/4] io_uring: use local ctx cancelation state for io_req_local_work_add()
[PATCH for-next 1/1] io_uring/rsrc: don't mix different mappings in reg
2023-02-20 14:16 UTC (2+ messages)
copy on write for splice() from file to pipe?
2023-02-20 4:54 UTC (6+ messages)
io_uring failure on parisc (32-bit userspace and 64-bit kernel)
2023-02-16 20:35 UTC (32+ messages)
` io_uring failure on parisc with VIPT caches
[PATCH v2] io_uring: Adjust mapping wrt architecture aliasing requirements
2023-02-16 18:00 UTC (6+ messages)
[PATCHv2] io_uring: Support calling io_uring_register with a registered ring fd
2023-02-16 13:10 UTC (8+ messages)
[PATCH v9 0/5] io_uring: add napi busy polling support
2023-02-15 17:44 UTC (6+ messages)
` [PATCH v9 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v9 2/5] io-uring: add napi busy poll support
` [PATCH v9 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v9 4/5] io_uring: add register/unregister napi function
` [PATCH v9 5/5] io_uring: add prefer busy poll to register and unregister napi api
[PATCH v8 0/7] io_uring: add napi busy polling support
2023-02-15 17:22 UTC (4+ messages)
` [PATCH v8 4/7] io-uring: add napi busy poll support
[PATCH 0/4] io_uring: add IORING_OP_READ[WRITE]_SPLICE_BUF
2023-02-15 10:36 UTC (11+ messages)
` [PATCH 1/4] fs/splice: enhance direct pipe & splice for moving pages in kernel
Phoronix pts fio io_uring test regression report on upstream v6.1 and v5.15
2023-02-14 18:58 UTC (6+ messages)
[PATCH] test/fsnotify: Skip fsnotify test if sys/fanotify.h not available
2023-02-14 16:49 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox