public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-05-05 06:14:20 to 2022-05-11 12:45:56 UTC [more...]

[PATCH] drivers:uio: Fix system crashes during driver switchover
 2022-05-11 12:45 UTC  (5+ messages)

[PATCH v5 0/6] io_uring passthrough for nvme
 2022-05-11 12:42 UTC  (12+ messages)
    ` [PATCH v5 1/6] fs,io_uring: add infrastructure for uring-cmd
    ` [PATCH v5 2/6] block: wire-up support for passthrough plugging
    ` [PATCH v5 3/6] nvme: refactor nvme_submit_user_cmd()
    ` [PATCH v5 4/6] nvme: wire-up uring-cmd support for io-passthru on char-device
    ` [PATCH v5 5/6] nvme: add vectored-io support for uring-cmd
    ` [PATCH v5 6/6] io_uring: finish IOPOLL/ioprio prep handler removal

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-11 10:38 UTC  (18+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes

[PATCH AUTOSEL 5.15 09/19] io_uring: assign non-fixed early for async work
 2022-05-10 15:47 UTC  (2+ messages)

[PATCH AUTOSEL 5.17 10/21] io_uring: assign non-fixed early for async work
 2022-05-10 15:43 UTC 

[PATCH v4 0/5] io_uring passthrough for nvme
 2022-05-10 14:35 UTC  (45+ messages)
    ` [PATCH v4 3/5] nvme: refactor nvme_submit_user_cmd()
    ` [PATCH v4 4/5] nvme: wire-up uring-cmd support for io-passthru on char-device
    ` [PATCH v4 5/5] nvme: add vectored-io support for uring-cmd
    ` [PATCH v4 2/5] block: wire-up support for passthrough plugging
    ` [PATCH v4 1/5] fs,io_uring: add infrastructure for uring-cmd

[PATCHSET v2 0/6] Allow allocated direct descriptors
 2022-05-10 12:27 UTC  (9+ messages)
` [PATCH 1/6] io_uring: track fixed files with a bitmap
` [PATCH 2/6] io_uring: add basic fixed file allocator
` [PATCH 3/6] io_uring: allow allocated fixed files for openat/openat2
` [PATCH 4/6] io_uring: allow allocated fixed files for accept
` [PATCH 5/6] io_uring: bump max direct descriptor count to 1M
` [PATCH 6/6] io_uring: add flag for allocating a fully sparse direct descriptor space

[PATCHSET 0/4] Allow allocated direct descriptors
 2022-05-10 12:26 UTC  (11+ messages)
` [PATCH 1/4] io_uring: track fixed files with a bitmap
` [PATCH 2/4] io_uring: add basic fixed file allocator
` [PATCH 3/4] io_uring: allow allocated fixed files for openat/openat2
` [PATCH 4/4] io_uring: allow allocated fixed files for accept

[RFC PATCH] ubd: add io_uring based userspace block driver
 2022-05-10  7:38 UTC  (12+ messages)

[PATCH v5 0/4] fast poll multishot mode
 2022-05-10  4:18 UTC  (5+ messages)

[PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
 2022-05-10  3:20 UTC  (6+ messages)
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot
` [PATCH 4/4] io_uring: implement multishot mode for accept

[PATCHSET v4 0/16] Add support for ring mapped provided buffers
 2022-05-09 12:46 UTC  (8+ messages)
` [PATCH 03/16] io_uring: make io_buffer_select() return the user address directly

[PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
 2022-05-08 15:37 UTC  (4+ messages)
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot
` [PATCH 4/4] io_uring: implement multishot mode for accept

[PATCH v4 RESEND 0/4] fast poll multishot mode
 2022-05-08 15:31 UTC 

[PATCH v3 0/4] fast poll multishot mode
 2022-05-08 12:49 UTC  (15+ messages)
` [PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot

[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
 2022-05-08 11:43 UTC  (9+ messages)
` linux-stable-5.10-y CVE-2022-1508 of io_uring module

[GIT PULL] io_uring fix for 5.18-rc6
 2022-05-07 18:11 UTC  (2+ messages)

[PATCH 1/4] io_uring: add IORING_ACCEPT_MULTISHOT for accept
 2022-05-07 17:15 UTC  (4+ messages)
` [PATCH 2/4] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/4] io_uring: let fast poll support multishot
` [PATCH 4/4] io_uring: implement multishot mode for accept

[PATCH v2 0/5] fast poll multishot mode
 2022-05-07 16:01 UTC  (36+ messages)
` [PATCH 1/5] io_uring: add IORING_ACCEPT_MULTISHOT for accept
` [PATCH 2/5] io_uring: add REQ_F_APOLL_MULTISHOT for requests
` [PATCH 3/5] io_uring: let fast poll support multishot
` [PATCH 4/5] io_uring: add a helper for poll clean
` [PATCH 5/5] io_uring: implement multishot mode for accept

[PATCH 4/4] io_uring: implement multishot mode for accept
 2022-05-07 15:23 UTC  (2+ messages)

[PATCHSET v5 0/3] Add support for ring mapped provided buffers
 2022-05-07 14:30 UTC  (4+ messages)
` [PATCH 1/3] io_uring: add buffer selection support to IORING_OP_NOP
` [PATCH 2/3] io_uring: add io_pin_pages() helper
` [PATCH 3/3] io_uring: add support for ring mapped supplied buffers

[PATCH v3 0/4] fast poll multishot mode
 2022-05-07 14:06 UTC  (2+ messages)

[BUG] Layerscape CAAM+kTLS+io_uring
 2022-05-06  0:10 UTC  (3+ messages)


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