messages from 2024-10-29 15:23:18 to 2024-11-01 16:58:42 UTC [more...]
[PATCH RFC] io_uring: extend io_uring_sqe flags bits
2024-11-01 16:58 UTC (11+ messages)
[PATCH v2] io_uring: extend io_uring_sqe flags bits
2024-11-01 16:42 UTC (2+ messages)
[PATCH v9 0/1] io_uring: releasing CPU resources when polling
2024-11-01 15:18 UTC (5+ messages)
` [PATCH v9 1/1] "
[PATCH v7 00/15] io_uring zero copy rx
2024-11-01 14:57 UTC (17+ messages)
` [PATCH v7 01/15] net: prefix devmem specific helpers
` [PATCH v7 02/15] net: generalise net_iov chunk owners
` [PATCH v7 03/15] net: page_pool: create hooks for custom page providers
` [PATCH v7 04/15] net: prepare for non devmem TCP memory providers
` [PATCH v7 05/15] net: page_pool: add ->scrub mem provider callback
` [PATCH v7 06/15] net: page pool: add helper creating area from pages
` [PATCH v7 07/15] net: page_pool: introduce page_pool_mp_return_in_cache
` [PATCH v7 08/15] net: add helper executing custom callback from napi
` [PATCH v7 09/15] io_uring/zcrx: add interface queue and refill queue
` [PATCH v7 10/15] io_uring/zcrx: add io_zcrx_area
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v7 12/15] io_uring/zcrx: add io_recvzc request
` [PATCH v7 13/15] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH v7 14/15] io_uring/zcrx: add copy fallback
` [PATCH v7 15/15] io_uring/zcrx: throttle receive requests
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-01 14:49 UTC (44+ messages)
` [PATCHv10 1/9] block: use generic u16 for write hints
` [PATCHv10 4/9] block: allow ability to limit partition "
` [PATCHv10 8/9] nvme: enable FDP support
` [PATCHv10 9/9] scsi: set permanent stream count in block limits
[PATCH 1/2] io_uring/cmd: let cmds to know about dying task
2024-11-01 3:14 UTC (2+ messages)
[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
2024-11-01 2:57 UTC (37+ messages)
` [PATCH V8 4/7] io_uring: support SQE group
` [PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF
[PATCH v4 0/5] btrfs: io_uring interface for encoded reads
2024-10-31 18:26 UTC (15+ messages)
` [PATCH 1/5] btrfs: remove pointless addition in btrfs_encoded_read
` [PATCH 5/5] btrfs: add io_uring command for encoded reads
[PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
2024-10-31 16:23 UTC
[PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
2024-10-31 16:10 UTC (2+ messages)
[bug report] io_uring: fsfreeze deadlocks when performing O_DIRECT writes
2024-10-31 15:43 UTC (5+ messages)
[PATCH v6 00/10] Read/Write with metadata/integrity
2024-10-31 14:39 UTC (18+ messages)
` [PATCH v6 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v6 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v6 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v6 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v6 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v6 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v6 08/10] nvme: add support for passing on the application tag
` [PATCH v6 09/10] scsi: add support for user-meta interface
` [PATCH v6 10/10] block: add support to pass user meta buffer
[PATCH] io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
2024-10-31 14:14 UTC
[PATCHSET v2 0/2] Add support for cloning partial buffer sets
2024-10-31 1:44 UTC (3+ messages)
` [PATCH 1/2] io_uring/rsrc: allow cloning at an offset
` [PATCH 2/2] io_uring/rsrc: allow cloning with node replacements
[PATCH RFC] io_uring/rsrc: add last-lookup cache hit to io_rsrc_node_lookup()
2024-10-30 21:04 UTC (6+ messages)
[PATCH liburing v1] Remove the redundant include "liburing/compat.h"
2024-10-30 20:50 UTC (2+ messages)
[PATCHSET 0/2] Add support for cloning partial buffer sets
2024-10-30 16:54 UTC (3+ messages)
` [PATCH 1/2] io_uring/rsrc: allow cloning at an offset
` [PATCH 2/2] io_uring/rsrc: allow cloning with node replacements
[PATCH for-next] io_uring/rsrc: get rid of the empty node and dummy_ubuf
2024-10-30 16:06 UTC
[PATCH v6 00/15] io_uring zero copy rx
2024-10-30 14:57 UTC (11+ messages)
` [PATCH v6 02/15] net: generalise net_iov chunk owners
[bug report] io_uring: add support for fixed wait regions
2024-10-30 14:17 UTC (4+ messages)
[PATCH v2 RESEND] io_uring/fdinfo: add timeout_list to fdinfo
2024-10-30 13:26 UTC (7+ messages)
[PATCH next] io_uring/rsrc: Fix an IS_ERR() vs NULL bug in io_install_fixed_file()
2024-10-30 13:09 UTC (2+ messages)
[PATCH next] io_uring/rsrc: fix error code in io_clone_buffers()
2024-10-30 13:09 UTC (2+ messages)
[PATCH v5 00/10] Read/Write with meta/integrity
2024-10-30 11:17 UTC (22+ messages)
` [PATCH v5 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v5 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v5 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v5 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v5 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v5 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v5 08/10] nvme: add support for passing on the application tag
` [PATCH v5 09/10] scsi: add support for user-meta interface
` [PATCH v5 10/10] block: add support to pass user meta buffer
[PATCHSET v3 0/14] Rewrite rsrc node handling
2024-10-29 15:16 UTC (4+ messages)
` [PATCH 12/14] io_uring/filetable: remove io_file_from_index() helper
` [PATCH 13/14] io_uring/filetable: kill io_reset_alloc_hint() helper
` [PATCH 14/14] io_uring/rsrc: add io_reset_rsrc_node() helper
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