public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-09-02 00:23:57 to 2022-09-08 00:26:48 UTC [more...]

[PATCH v2 00/12] io-uring/btrfs: support async buffered writes
 2022-09-08  0:26 UTC  (7+ messages)
` [PATCH v2 01/12] mm: export balance_dirty_pages_ratelimited_flags()
` [PATCH v2 02/12] btrfs: implement a nowait option for tree searches
` [PATCH v2 03/12] btrfs: make can_nocow_extent nowait compatible
` [PATCH v2 04/12] btrfs: add the ability to use NO_FLUSH for data reservations
` [PATCH v2 05/12] btrfs: add btrfs_try_lock_ordered_range
` [PATCH v2 06/12] btrfs: make btrfs_check_nocow_lock nowait compatible

[PATCH for-next v2] io_uring: allow buffer recycling in READV
 2022-09-07 16:57 UTC  (2+ messages)

[PATCH 0/2] ring buffer fixes
 2022-09-07 16:39 UTC  (5+ messages)
` [PATCH 1/2] io_uring/kbuf: fix not advancing READV kbuf ring
` [PATCH 2/2] io_uring: recycle kbuf recycle on tw requeue

[PATCH for-next v5 0/4] fixed-buffer for uring-cmd/passthru
 2022-09-07 15:32 UTC  (7+ messages)
    ` [PATCH for-next v5 1/4] io_uring: introduce io_uring_cmd_import_fixed
    ` [PATCH for-next v5 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v5 3/4] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v5 4/4] nvme: wire up fixed buffer support for nvme passthrough

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-07 13:45 UTC  (58+ messages)
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 27/30] Code tagging based latency tracking

[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
 2022-09-07  8:17 UTC  (5+ messages)
  ` [PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook

[PATCH for-next] io_uring: allow buffer recycling in READV
 2022-09-06 14:44 UTC 

[syzbot] KMSAN: uninit-value in io_req_cqe_overflow
 2022-09-06 13:22 UTC 

[PATCH for-next v4 0/4] fixed-buffer for uring-cmd/passthru
 2022-09-06 13:06 UTC  (13+ messages)
    ` [PATCH for-next v4 1/4] io_uring: introduce io_uring_cmd_import_fixed
    ` [PATCH for-next v4 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v4 3/4] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v4 4/4] nvme: wire up fixed buffer support for nvme passthrough

[PATCH liburing v2] man/io_uring_enter.2: document IORING_OP_SEND_ZC
 2022-09-06 12:52 UTC  (2+ messages)

[PATCH liburing] man/io_uring_enter.2: document IORING_OP_SEND_ZC
 2022-09-06 10:19 UTC  (3+ messages)

[PATCH liburing v2 0/5] zc tests improvements
 2022-09-05 22:51 UTC  (7+ messages)
` [PATCH liburing v2 1/5] tests/zc: move send size calc into do_test_inet_send
` [PATCH liburing v2 2/5] tests/zc: use io_uring for rx
` [PATCH liburing v2 3/5] tests/zc: fix udp testing
` [PATCH liburing v2 4/5] tests/zc: name buffer flavours
` [PATCH liburing v2 5/5] tests/zc: skip tcp w/ addr

[PATCH for-next v3 0/4] fixed-buffer for uring-cmd/passthrough
 2022-09-05 17:48 UTC  (18+ messages)
    ` [PATCH for-next v3 1/4] io_uring: introduce io_uring_cmd_import_fixed
    ` [PATCH for-next v3 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v3 3/4] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v3 4/4] nvme: wire up fixed buffer support for nvme passthrough

[PATCH] io_uring/notif: Remove the unused function io_notif_complete()
 2022-09-05 17:42 UTC  (3+ messages)

[PATCH liburing v2] test/ringbuf-read: Delete `.ringbuf-read.%d` before exit
 2022-09-05 17:42 UTC  (3+ messages)

[PATCH liburing v3 00/11] Defer taskrun changes
 2022-09-05 17:42 UTC  (14+ messages)
` [PATCH liburing v3 01/11] Copy defer task run definition from kernel
` [PATCH liburing v3 02/11] Add documentation for IORING_SETUP_DEFER_TASKRUN flag
` [PATCH liburing v3 03/11] add io_uring_submit_and_get_events and io_uring_get_events
` [PATCH liburing v3 04/11] add a t_probe_defer_taskrun helper function for tests
` [PATCH liburing v3 05/11] update existing tests for defer taskrun
` [PATCH liburing v3 06/11] add a defer-taskrun test
` [PATCH liburing v3 07/11] update io_uring_enter.2 docs for IORING_FEAT_NODROP
` [PATCH liburing v3 08/11] add docs for overflow lost errors
` [PATCH liburing v3 09/11] expose CQ ring overflow state
` [PATCH liburing v3 10/11] overflow: add tests
` [PATCH liburing v3 11/11] file-verify test: log if short read

[PATCH liburing 0/4] zc tests improvements
 2022-09-05 15:17 UTC  (7+ messages)
` [PATCH liburing 1/4] tests/zc: move send size calc into do_test_inet_send
` [PATCH liburing 2/4] tests/zc: use io_uring for rx
` [PATCH liburing 3/4] tests/zc: fix udp testing
` [PATCH liburing 4/4] tests/zc: name buffer flavours

[PATCH liburing v1] test/ringbuf-read: Delete `.ringbuf-read.%d` before exit
 2022-09-05  8:45 UTC  (3+ messages)

[PATCH liburing v2 00/12] Defer taskrun changes
 2022-09-05  8:31 UTC  (4+ messages)
` [PATCH liburing v2 03/12] add io_uring_submit_and_get_events and io_uring_get_events

[PATCHSET v2 0/4] Fixups/improvements for iopoll passthrough
 2022-09-04 15:50 UTC  (7+ messages)
` [PATCH 1/4] io_uring: cleanly separate request types for iopoll
` [PATCH 2/4] io_uring: add local task_work run helper that is entered locked
` [PATCH 3/4] io_uring: ensure iopoll runs local task work as well
` [PATCH 4/4] fs: add batch and poll flags to the uring_cmd_iopoll() handler

[PATCH liburing v2] liburing: Export `__NR_io_uring_{setup,enter,register}` to user
 2022-09-04 12:34 UTC  (2+ messages)

[PATCH liburing v1] liburing: Export `__NR_io_uring_{setup,enter,register}` to user
 2022-09-04  7:35 UTC 

[PATCHSET 0/3] Fixups/improvements for iopoll passthrough
 2022-09-03 15:23 UTC  (6+ messages)
` [PATCH 1/3] io_uring: cleanly separate request types for iopoll
` [PATCH 2/3] nvme: use separate end IO handler for IOPOLL
` [PATCH 3/3] fs: add batch and poll flags to the uring_cmd_iopoll() handler

[GIT PULL] io_uring fixes for 6.0-rc4
 2022-09-02 23:48 UTC  (2+ messages)

[PATCH v1 00/10] io-uring/btrfs: support async buffered writes
 2022-09-02 15:04 UTC  (5+ messages)
` [PATCH v1 01/10] btrfs: implement a nowait option for tree searches

[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
 2022-09-02 15:35 UTC  (2+ messages)

[PATCH v1 09/10] btrfs: make balance_dirty_pages nowait compatible
 2022-09-02 14:43 UTC  (3+ messages)

[PATCH liburing 0/4] zerocopy send API changes
 2022-09-02 12:11 UTC  (11+ messages)
` [PATCH liburing 1/4] tests: verify that send addr is copied when async
` [PATCH liburing 2/4] zc: adjust sendzc to the simpler uapi
` [PATCH liburing 3/4] test: test iowq zc sends
` [PATCH liburing 4/4] examples: adjust zc bench to the new uapi

[PATCH liburing v2 00/12] Introducing t_bind_ephemeral_port() function
 2022-09-02 11:57 UTC  (14+ messages)
` [PATCH liburing v2 01/12] test/helpers: Add `t_bind_ephemeral_port()` function
` [PATCH liburing v2 02/12] t/poll-link: Don't brute force the port number
` [PATCH liburing v2 03/12] t/socket-rw: "
` [PATCH liburing v2 04/12] t/socket-rw-eagain: "
` [PATCH liburing v2 05/12] t/socket-rw-offset: "
` [PATCH liburing v2 06/12] t/files-exit-hang-poll: "
` [PATCH liburing v2 07/12] t/socket: Don't use a static "
` [PATCH liburing v2 08/12] t/connect: "
` [PATCH liburing v2 09/12] t/shutdown: "
` [PATCH liburing v2 10/12] t/recv-msgall: "
` [PATCH liburing v2 11/12] t/232c93d07b74: "
` [PATCH liburing v2 12/12] t/recv-msgall-stream: "

[RESEND PATCH liburing v1 00/12] Introducing t_bind_ephemeral_port() function
 2022-09-02  6:35 UTC  (21+ messages)
` [RESEND PATCH liburing v1 01/12] test/helpers: Add `t_bind_ephemeral_port()` function
` [RESEND PATCH liburing v1 02/12] t/poll-link: Don't brute force the port number
` [RESEND PATCH liburing v1 03/12] t/socket-rw: "
` [RESEND PATCH liburing v1 04/12] t/socket-rw-eagain: "
` [RESEND PATCH liburing v1 05/12] t/socket-rw-offset: "
` [RESEND PATCH liburing v1 06/12] t/files-exit-hang-poll: "
` [RESEND PATCH liburing v1 07/12] t/socket: Don't use a static "
` [RESEND PATCH liburing v1 08/12] t/connect: "
` [RESEND PATCH liburing v1 09/12] t/shutdown: "
` [RESEND PATCH liburing v1 10/12] t/recv-msgall: "
` [RESEND PATCH liburing v1 11/12] t/232c93d07b74: "
` [RESEND PATCH liburing v1 12/12] t/recv-msgall-stream: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox