public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-04-24 07:24:27 to 2023-05-10 12:08:44 UTC [more...]

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000048
 2023-05-10 12:08 UTC  (10+ messages)

[PATCH v2 0/6] io_uring: add getdents support, take 2
 2023-05-10 10:52 UTC  (7+ messages)
` [PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v2 2/6] vfs_getdents/struct dir_context: add flags field
` [PATCH v2 3/6] io_uring: add support for getdents
` [PATCH v2 4/6] kernfs: implement readdir FMODE_NOWAIT
` [PATCH v2 5/6] libfs: set FMODE_NOWAIT on dir open
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE

[GIT PULL] Final io_uring updates for 6.4-rc1
 2023-05-09 16:55 UTC  (10+ messages)

[PATCHSET 0/3] Improve FMODE_NOWAIT coverage
 2023-05-09 16:48 UTC  (5+ messages)
` [PATCH 1/3] net: set FMODE_NOWAIT for sockets
` [PATCH 2/3] block: mark bdev files as FMODE_NOWAIT if underlying device supports it
` [PATCH 3/3] io_uring: rely solely on FMODE_NOWAIT

[PATCH] io_uring: add dummy io_uring_sqe_cmd() helper
 2023-05-08 18:10 UTC  (3+ messages)

[RFC 0/7] Rethinking splice
 2023-05-08  2:30 UTC  (13+ messages)
` [RFC 1/7] io_uring: add io_mapped_ubuf caches
` [RFC 2/7] io_uring: add reg-buffer data directions
` [RFC 3/7] io_uring: fail loop_rw_iter with pure bvec bufs
` [RFC 4/7] io_uring/rsrc: introduce struct iou_buf_desc
` [RFC 5/7] io_uring/rsrc: add buffer release callbacks
` [RFC 6/7] io_uring/rsrc: introduce helper installing one buffer
` [RFC 7/7] io_uring,fs: introduce IORING_OP_GET_BUF

[LSF/MM/BPF TOPIC] ublk & io_uring: ublk zero copy support
 2023-05-08  2:16 UTC  (4+ messages)

[PATCH] io_uring: undeprecate epoll_ctl support
 2023-05-06  9:55 UTC  (9+ messages)

io_uring is a regression over 16 year old aio/io_submit, 2+ decades of Microsoft NT, and *BSD circa 1997-2001
 2023-05-04 19:37 UTC  (3+ messages)

[PATCH liburing v1] .gitignore: Add `examples/rsrc-update-bench`
 2023-05-04 17:54 UTC  (3+ messages)

[PATCH v4 0/3] io_uring: Pass the whole sqe to commands
 2023-05-04 17:51 UTC  (11+ messages)
` [PATCH v4 1/3] io_uring: Create a helper to return the SQE size
` [PATCH v4 2/3] io_uring: Pass whole sqe to commands
` [PATCH v4 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

[PATCH] io_uring: set plug tags for same file
 2023-05-04 16:24 UTC 

[PATCH v12 0/5] io_uring: add napi busy polling support
 2023-05-04 16:06 UTC  (8+ messages)
` [PATCH v12 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v12 2/5] io-uring: add napi busy poll support
` [PATCH v12 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v12 4/5] io_uring: add register/unregister napi function
` [PATCH v12 5/5] io_uring: add prefer busy poll to register and unregister napi api

[PATCH] Subject: io_uring: Remove the check of data->free_work and data->do_work in io_wq_create
 2023-05-04  6:59 UTC 

[PATCH v3 0/4] io_uring: Pass the whole sqe to commands
 2023-05-03 19:11 UTC  (9+ messages)
` [PATCH v3 1/4] io_uring: Create a helper to return the SQE size
` [PATCH v3 2/4] io_uring: Pass whole sqe to commands
` [PATCH v3 3/4] io_uring: Remove unnecessary BUILD_BUG_ON
` [PATCH v3 4/4] block: ublk_drv: Add a helper instead of casting

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-05-03 13:27 UTC  (4+ messages)

[RFC PATCH 00/12] io_uring attached nvme queue
 2023-05-01 11:36 UTC  (15+ messages)
    ` [RFC PATCH 01/12] nvme: refactor nvme_alloc_io_tag_set
    ` [RFC PATCH 02/12] pci: enable "raw_queues = N" module parameter
    ` [RFC PATCH 03/12] fs, block: interface to register/unregister the raw-queue
    ` [RFC PATCH 04/12] io_uring, fs: plumb support to register/unregister raw-queue
    ` [RFC PATCH 05/12] nvme: wire-up register/unregister queue f_op callback
    ` [RFC PATCH 06/12] pci: implement register/unregister functionality
    ` [RFC PATCH 07/12] io_uring: support for using registered queue in uring-cmd
    ` [RFC PATCH 08/12] block: add mq_ops to submit and complete commands from raw-queue
    ` [RFC PATCH 09/12] nvme: carve out a helper to prepare nvme_command from ioucmd->cmd
    ` [RFC PATCH 10/12] nvme: submisssion/completion of uring_cmd to/from the registered queue
    ` [RFC PATCH 11/12] pci: modify nvme_setup_prp_simple parameters
    ` [RFC PATCH 12/12] pci: implement submission/completion for rawq commands

[PATCH RFC 0/2] io_uring: add getdents support, take 2
 2023-05-01  7:16 UTC  (16+ messages)
` [PATCH RFC 2/2] io_uring: add support for getdents

[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
 2023-04-30 14:39 UTC  (8+ messages)
` [PATCH v2 2/3] io_uring: Pass "
` [PATCH v2 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

[PATCH 0/2] io_uring: Pass whole sqe to commands
 2023-04-30 14:37 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCHSET v2 0/4] Enable NO_OFFLOAD support
 2023-04-30 13:34 UTC  (22+ messages)
` [PATCH 4/4] io_uring: mark opcodes that always need io-wq punt

[PATCH v11 0/5] io_uring: add napi busy polling support
 2023-04-28 18:32 UTC  (7+ messages)
` [PATCH v11 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v11 2/5] io-uring: add napi busy poll support
` [PATCH v11 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v11 4/5] io_uring: add register/unregister napi function
` [PATCH v11 5/5] io_uring: add prefer busy poll to register and unregister napi api

[RFC PATCH] io_uring: Add io_uring_setup flag to pre-register ring fd and never install it
 2023-04-28 16:40 UTC 

[PATCH] io_uring/kbuf: Fix size for shared buffer ring
 2023-04-28 10:29 UTC  (4+ messages)

another nvme pssthrough design based on nvme hardware queue file abstraction
 2023-04-28  2:42 UTC  (7+ messages)

[PATCH v10 0/5] io_uring: add napi busy polling support
 2023-04-28  1:09 UTC  (17+ messages)
` [PATCH v10 1/5] io-uring: move io_wait_queue definition to header file
` [PATCH v10 2/5] io-uring: add napi busy poll support
` [PATCH v10 3/5] io-uring: add sqpoll support for napi busy poll
` [PATCH v10 4/5] io_uring: add register/unregister napi function
` [PATCH v10 5/5] io_uring: add prefer busy poll to register and unregister napi api

[syzbot] Monthly io-uring report (Apr 2023)
 2023-04-27 17:19 UTC 

[GIT PULL] io_uring updates for 6.4-rc1
 2023-04-26 20:09 UTC  (2+ messages)

[PATCH v9 0/4] liburing: add api for napi busy poll
 2023-04-25 18:20 UTC  (5+ messages)
` [PATCH v9 1/4] liburing: add api to set napi busy poll settings
` [PATCH v9 2/4] liburing: add documentation for new napi busy polling
` [PATCH v9 3/4] liburing: add example programs for napi busy poll
` [PATCH v9 4/4] liburing: update changelog with new feature

[syzbot] [io-uring?] KCSAN: data-race in __io_fill_cqe_req / io_timeout
 2023-04-24 13:01 UTC  (3+ messages)

SQPOLL / uring_cmd_iopoll
 2023-04-24 12:55 UTC  (4+ messages)


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