messages from 2024-11-11 09:37:26 to 2024-11-19 01:22:53 UTC [more...]
[PATCH 0/9] Clean up alloc_cache allocations
2024-11-19 1:22 UTC (7+ messages)
` [PATCH 1/9] io_uring: Fold allocation into alloc_cache helper
` [PATCH 2/9] io_uring: Add generic helper to allocate async data
` [PATCH 3/9] io_uring/futex: Allocate ifd with generic alloc_cache helper
` [PATCH 4/9] io_uring/poll: Allocate apoll "
` [PATCH 5/9] io_uring/uring_cmd: Allocate async data through generic helper
` [PATCH 6/9] io_uring/net: Allocate msghdr async data through helper
[GIT PULL] io_uring changes for 6.13-rc1
2024-11-19 1:10 UTC (6+ messages)
[PATCH RFC v5 00/16] fuse: fuse-over-io-uring
2024-11-18 23:47 UTC (13+ messages)
` [PATCH RFC v5 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v5 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
[PATCHv11 0/9] write hints with nvme fdp and scsi streams
2024-11-18 23:37 UTC (17+ messages)
` [EXT] "
[PATCH v9 00/11] Read/Write with meta/integrity
2024-11-18 17:45 UTC (30+ messages)
` [PATCH v9 01/11] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v9 02/11] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v9 03/11] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v9 04/11] fs, iov_iter: define meta io descriptor
` [PATCH v9 05/11] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
` [PATCH v9 07/11] io_uring: inline read/write attributes and PI
` [PATCH v9 08/11] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v9 09/11] nvme: add support for passing on the application tag
` [PATCH v9 10/11] scsi: add support for user-meta interface
` [PATCH v9 11/11] block: add support to pass user meta buffer
[PATCH 1/1] io_uring: remove io_uring_cqwait_reg_arg
2024-11-18 16:11 UTC (2+ messages)
[PATCH 1/1] io_uring: protect register tracing
2024-11-18 16:11 UTC (2+ messages)
don't reorder requests passed to ->queue_rqs
2024-11-18 15:23 UTC (26+ messages)
` [PATCH 1/6] nvme-pci: reverse request order in nvme_queue_rqs
` [PATCH 2/6] virtio_blk: reverse request order in virtio_queue_rqs
` [PATCH 3/6] block: remove rq_list_move
` [PATCH 4/6] block: add a rq_list type
` [PATCH 5/6] block: don't reorder requests in blk_add_rq_to_plug
` [PATCH 6/6] block: don't reorder requests in blk_mq_add_to_batch
[PATCH liburing 0/8] region test fixes + improvements
2024-11-17 16:03 UTC (10+ messages)
` [PATCH liburing 1/8] test/reg-wait: fix test_regions
` [PATCH liburing 2/8] test/reg-wait: pass right timeout indexes
` [PATCH liburing 3/8] test/reg-wait: use queried page_size
` [PATCH liburing 4/8] test/reg-wait: skip when R_DISABLED is not supported
` [PATCH liburing 5/8] test/reg-wait: dedup regwait init
` [PATCH liburing 6/8] test/reg-wait: parameterise test_offsets
` [PATCH liburing 7/8] test/reg-wait: add registration helper
` [PATCH liburing 8/8] test/reg-wait: test various sized regions
[PATCH 1/1] io_uring/region: fix error codes after failed vmap
2024-11-17 16:01 UTC (2+ messages)
[PATCH liburing 0/8] update reg-wait to use region API
2024-11-16 17:07 UTC (10+ messages)
` [PATCH liburing 1/8] queue: break reg wait setup
` [PATCH liburing 2/8] Update io_uring.h
` [PATCH liburing 3/8] queue: add region helpers and fix up wait reg kernel api
` [PATCH liburing 4/8] examples: convert reg-wait to new api
` [PATCH liburing 5/8] tests: convert reg-wait to regions
` [PATCH liburing 6/8] tests: add region testing
` [PATCH liburing 7/8] tests: test arbitrary offset reg waits
` [PATCH liburing 8/8] Remove leftovers of old reg-wait registration api
[PATCH liburing v3] test: add test cases for hybrid iopoll
2024-11-16 16:39 UTC (2+ messages)
[PATCH v7 00/15] io_uring zero copy rx
2024-11-15 23:14 UTC (19+ messages)
` [PATCH v7 04/15] net: prepare for non devmem TCP memory providers
` [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 v3 0/6] regions, param pre-mapping and reg waits extension
2024-11-15 17:31 UTC (9+ messages)
` [PATCH v3 1/6] io_uring: fortify io_pin_pages with a warning
` [PATCH v3 2/6] io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
` [PATCH v3 3/6] io_uring: temporarily disable registered waits
` [PATCH v3 4/6] io_uring: introduce concept of memory regions
` [PATCH v3 5/6] io_uring: add memory region registration
` [PATCH v3 6/6] io_uring: restore back registered wait arguments
[PATCH] btrfs: add io_uring interface for encoded writes
2024-11-15 17:29 UTC (5+ messages)
[PATCH 0/6] regions, param pre-mapping and reg waits extension
2024-11-15 15:54 UTC (9+ messages)
` [PATCH 1/6] io_uring: fortify io_pin_pages with a warning
` [PATCH 2/6] io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
` [PATCH 3/6] io_uring: temporarily disable registered waits
` [PATCH 4/6] io_uring: introduce memory regions
` [PATCH 5/6] io_uring: add parameter region registration
` [PATCH 6/6] io_uring: enable IORING_ENTER_EXT_ARG_REG back
[PATCH] switch io_msg_ring() to CLASS(fd)
2024-11-15 15:43 UTC (2+ messages)
[PATCH liburing v2] test: add test cases for hybrid iopoll
2024-11-15 15:40 UTC (4+ messages)
` Re: [PATCH liburing] "
` "
[PATCH v2 0/6] regions, param pre-mapping and reg waits extension
2024-11-14 17:38 UTC (7+ messages)
` [PATCH v2 1/6] io_uring: fortify io_pin_pages with a warning
` [PATCH v2 2/6] io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
` [PATCH v2 3/6] io_uring: temporarily disable registered waits
` [PATCH v2 4/6] io_uring: introduce concept of memory regions
` [PATCH v2 5/6] io_uring: add memory region registration
` [PATCH v2 6/6] io_uring: restore back registered wait arguments
[PATCH V10 0/12] io_uring: support group buffer & ublk zc
2024-11-13 14:56 UTC (6+ messages)
` (subset) "
[PATCH 1/1] io_uring: fix invalid hybrid polling ctx leaks
2024-11-13 14:39 UTC (3+ messages)
[RFC 0/3] Add BPF for io_uring
2024-11-13 13:09 UTC (6+ messages)
` [RFC 2/3] io_uring/bpf: allow to register and run BPF programs
[syzbot] [io-uring?] KCSAN: data-race in __se_sys_io_uring_register / io_sqe_files_register (3)
2024-11-13 11:42 UTC (2+ messages)
[PATCH liburing] test: add test cases for hybrid iopoll
2024-11-13 6:27 UTC (7+ messages)
` "
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-12 13:52 UTC (18+ messages)
[PATCH v8 00/10] Read/Write with meta/integrity
2024-11-12 6:51 UTC (6+ messages)
` [PATCH v8 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH v6 00/10] Read/Write with metadata/integrity
2024-11-12 1:32 UTC (10+ messages)
` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH] io_uring/uring_cmd: fix buffer index retrieval
2024-11-11 15:13 UTC (5+ messages)
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