public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-11-29 13:34:10 to 2024-12-09 17:14:20 UTC [more...]

[PATCHv11 00/10] block write streams with nvme fdp
 2024-12-09 17:14 UTC  (22+ messages)
` [PATCHv11 01/10] fs: add a write stream field to the kiocb
` [PATCHv11 02/10] io_uring: protection information enhancements
` [PATCHv11 03/10] io_uring: add write stream attribute
` [PATCHv11 04/10] block: add a bi_write_stream field
` [PATCHv11 05/10] block: introduce max_write_streams queue limit
` [PATCHv11 06/10] block: introduce a write_stream_granularity "
` [PATCHv11 07/10] block: expose write streams for block device nodes
` [PATCHv11 08/10] nvme: add a nvme_get_log_lsi helper
` [PATCHv11 09/10] nvme: register fdp queue limits
` [PATCHv11 10/10] nvme: use fdp streams if write stream is provided
  ` [EXT] Re: [PATCHv11 00/10] block write streams with nvme fdp

[PATCH net-next v8 00/17] io_uring zero copy rx
 2024-12-09 17:08 UTC  (25+ messages)
` [PATCH net-next v8 01/17] net: prefix devmem specific helpers
` [PATCH net-next v8 02/17] net: generalise net_iov chunk owners
` [PATCH net-next v8 03/17] net: page_pool: create hooks for custom page providers
` [PATCH net-next v8 04/17] net: prepare for non devmem TCP memory providers
` [PATCH net-next v8 05/17] net: page_pool: add ->scrub mem provider callback
` [PATCH net-next v8 06/17] net: page pool: add helper creating area from pages
` [PATCH net-next v8 07/17] net: page_pool: introduce page_pool_mp_return_in_cache
` [PATCH net-next v8 08/17] net: add helper executing custom callback from napi
` [PATCH net-next v8 09/17] io_uring/zcrx: add interface queue and refill queue
` [PATCH net-next v8 10/17] io_uring/zcrx: add io_zcrx_area
` [PATCH net-next v8 11/17] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v8 12/17] io_uring/zcrx: add io_recvzc request
` [PATCH net-next v8 13/17] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH net-next v8 14/17] io_uring/zcrx: add copy fallback
` [PATCH net-next v8 15/17] io_uring/zcrx: throttle receive requests
` [PATCH net-next v8 16/17] net: add documentation for io_uring zcrx
` [PATCH net-next v8 17/17] io_uring/zcrx: add selftest

[PATCH v8 00/16] fuse: fuse-over-io-uring
 2024-12-09 14:56 UTC  (17+ messages)
` [PATCH v8 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH v8 02/16] fuse: Move fuse_get_dev to header file
` [PATCH v8 03/16] fuse: Move request bits
` [PATCH v8 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH v8 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH v8 06/16] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v8 07/16] fuse: Make fuse_copy non static
` [PATCH v8 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v8 09/16] fuse: {io-uring} Make hash-list req unique finding functions non-static
` [PATCH v8 10/16] fuse: Add io-uring sqe commit and fetch support
` [PATCH v8 11/16] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v8 12/16] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
` [PATCH v8 13/16] fuse: Allow to queue fg requests through io-uring
` [PATCH v8 14/16] fuse: Allow to queue bg "
` [PATCH v8 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v8 16/16] fuse: enable fuse-over-io-uring

[PATCHv12 00/12] block write streams with nvme fdp
 2024-12-09 16:29 UTC  (33+ messages)
` [PATCHv12 01/12] fs: add write stream information to statx
` [PATCHv12 02/12] fs: add a write stream field to the kiocb
` [PATCHv12 03/12] block: add a bi_write_stream field
` [PATCHv12 04/12] block: introduce max_write_streams queue limit
` [PATCHv12 05/12] block: introduce a write_stream_granularity "
` [PATCHv12 06/12] block: expose write streams for block device nodes
` [PATCHv12 07/12] io_uring: enable per-io write streams
` [PATCHv12 08/12] nvme: add a nvme_get_log_lsi helper
` [PATCHv12 09/12] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCHv12 10/12] nvme.h: add FDP definitions
` [PATCHv12 11/12] nvme: register fdp parameters with the block layer
` [PATCHv12 12/12] nvme: use fdp streams if write stream is provided

[PATCH v2 1/1] io_uring: prevent reg-wait speculations
 2024-12-09 15:17 UTC  (2+ messages)

[PATCH 1/1] io_uring: don't vmap single page regions
 2024-12-09 15:17 UTC  (2+ messages)

possible deadlock in __wake_up_common_lock
 2024-12-09 14:59 UTC  (2+ messages)

[PATCH RFC v7 00/16] fuse: fuse-over-io-uring
 2024-12-09  8:02 UTC  (24+ messages)
` [PATCH RFC v7 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v7 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v7 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v7 11/16] fuse: {uring} Allow to queue fg requests through io-uring
` [PATCH RFC v7 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v7 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD

[GIT PULL] io_uring fix for 6.13-rc2
 2024-12-07 18:54 UTC  (2+ messages)

[PATCH for-next] io_uring: clean up io_prep_rw_setup()
 2024-12-07 15:16 UTC  (4+ messages)

[PATCH v11 00/10] Read/Write with meta/integrity
 2024-12-06 12:07 UTC  (10+ messages)
    ` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-12-05 20:37 UTC  (12+ messages)

[PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk
 2024-12-05  9:51 UTC  (7+ messages)
` [PATCH 1/3] virtio-blk: add virtio-blk chardev support
` [PATCH 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev
` [PATCH 3/3] virtio-blk: add uring_cmd iopoll support
  ` [Resend]Re: [PATCH 0/3][RFC] virtio-blk: add io_uring passthrough support for virtio-blk

[PATCH] io_uring: expose read/write attribute capability
 2024-12-05  6:54 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 4/4] io_uring/tctx: work around xa_store() allocation error issue
 2024-12-04 22:24 UTC 

[PATCH AUTOSEL 6.6 6/6] io_uring/tctx: work around xa_store() allocation error issue
 2024-12-04 22:24 UTC 

[PATCH AUTOSEL 6.11 7/7] io_uring/tctx: work around xa_store() allocation error issue
 2024-12-04 22:23 UTC 

[PATCH AUTOSEL 6.12 8/8] io_uring/tctx: work around xa_store() allocation error issue
 2024-12-04 22:23 UTC 

[syzbot] [io-uring?] KASAN: null-ptr-deref Write in sys_io_uring_register
 2024-12-04 20:18 UTC  (13+ messages)
` [syzbot] [mm] "

[PATCH v7 00/15] io_uring zero copy rx
 2024-12-04 19:04 UTC  (10+ messages)
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider

[syzbot] [io-uring?] general protection fault in io_sqe_buffer_register
 2024-12-04 17:38 UTC  (7+ messages)

[syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo (2)
 2024-12-04 17:08 UTC  (3+ messages)

[PATCH][next] io_uring/kbuf: fix unintentional sign extension on shift of reg.bgid
 2024-12-04 16:40 UTC  (2+ messages)

[PATCH -next] io_uring: add support for fchmod
 2024-12-04  1:54 UTC  (3+ messages)

[PATCH v2] io_uring: Change res2 parameter type in io_uring_cmd_done
 2024-12-03 13:42 UTC  (3+ messages)

CONFIG_IO_URING can be enabled although it is not visible
 2024-12-03 13:37 UTC  (2+ messages)

[PATCH] io_uring: Change res2 parameter type in io_uring_cmd_done
 2024-12-03  9:27 UTC  (3+ messages)

[PATCH] exec: Make sure task->comm is always NUL-terminated
 2024-12-01 21:49 UTC  (7+ messages)

[PATCH liburing v1] configure: Increase the length of print result format
 2024-12-01 21:46 UTC  (2+ messages)

[GIT PULL] Final io_uring changes for 6.13-rc1
 2024-11-30 23:53 UTC  (2+ messages)

[PATCH v3 00/18] kernel allocated regions and convert memmap to regions
 2024-11-29 16:06 UTC  (6+ messages)
` [PATCH v3 16/18] io_uring/kbuf: remove pbuf ring refcounting
` [PATCH v3 17/18] io_uring/kbuf: use region api for pbuf rings
` [PATCH v3 18/18] io_uring/memmap: unify io_uring mmap'ing code

[PATCH] io_uring/tctx: work around xa_store() allocation error issue
 2024-11-29 14:24 UTC 

[syzbot] [io-uring?] WARNING in __io_uring_free
 2024-11-29 14:17 UTC  (4+ messages)

[PATCH 1/1] io_uring: prevent reg-wait speculations
 2024-11-29 13:52 UTC  (7+ messages)


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