messages from 2024-11-21 14:35:00 to 2024-11-28 15:21:18 UTC [more...]
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-28 15:21 UTC (20+ messages)
[PATCH v11 00/10] Read/Write with meta/integrity
2024-11-28 11:22 UTC (11+ messages)
` [PATCH v11 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v11 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v11 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v11 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v11 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support
` [PATCH v11 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v11 08/10] nvme: add support for passing on the application tag
` [PATCH v11 09/10] scsi: add support for user-meta interface
` [PATCH v11 10/10] block: add support to pass user meta buffer
[PATCH RFC v7 00/16] fuse: fuse-over-io-uring
2024-11-28 2:23 UTC (23+ messages)
` [PATCH RFC v7 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v7 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v7 03/16] fuse: Move request bits
` [PATCH RFC v7 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v7 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v7 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v7 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v7 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH RFC v7 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v7 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v7 11/16] fuse: {uring} Allow to queue fg requests through io-uring
` [PATCH RFC v7 12/16] fuse: {uring} Allow to queue bg "
` [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
` [PATCH RFC v7 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v7 16/16] fuse: enable fuse-over-io-uring
[PATCH 1/1] io_uring: prevent reg-wait speculations
2024-11-27 22:53 UTC (6+ messages)
[PATCH 1/1] io_uring: fix corner case forgetting to vunmap
2024-11-27 22:05 UTC (2+ messages)
bcachefs: suspicious mm pointer in struct dio_write
2024-11-27 21:59 UTC (17+ messages)
[PATCH v10 00/10] Read/Write with meta/integrity
2024-11-27 11:24 UTC (22+ messages)
` [PATCH v10 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v10 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v10 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v10 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v10 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v10 06/10] io_uring: introduce attributes for read/write and PI support
` [PATCH v10 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v10 08/10] nvme: add support for passing on the application tag
` [PATCH v10 09/10] scsi: add support for user-meta interface
` [PATCH v10 10/10] block: add support to pass user meta buffer
[PATCH -next] io_uring: add support for fchmod
2024-11-27 2:10 UTC (2+ messages)
[PATCH v7 00/15] io_uring zero copy rx
2024-11-26 15:26 UTC (9+ messages)
` [PATCH v7 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
[PATCH 1/1] io_uring: check for overflows in io_pin_pages
2024-11-26 15:00 UTC (2+ messages)
[syzbot] [io-uring?] WARNING in io_pin_pages
2024-11-26 8:21 UTC (6+ messages)
[PATCH 1/1] io_uring: sanitise nr_pages for SQ/CQ
2024-11-25 23:44 UTC (2+ messages)
[PATCH RFC v6 00/16] fuse: fuse-over-io-uring
2024-11-25 15:34 UTC (24+ messages)
` [PATCH RFC v6 01/16] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v6 02/16] fuse: Move fuse_get_dev to header file
` [PATCH RFC v6 03/16] fuse: Move request bits
` [PATCH RFC v6 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v6 05/16] fuse: make args->in_args[0] to be always the header
` [PATCH RFC v6 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v6 07/16] fuse: Make fuse_copy non static
` [PATCH RFC v6 08/16] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH RFC v6 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v6 10/16] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v6 11/16] fuse: {uring} Allow to queue fg requests through io-uring
` [PATCH RFC v6 12/16] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v6 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v6 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v6 15/16] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v6 16/16] fuse: enable fuse-over-io-uring
[PATCH v2 00/18] kernel allocated regions and convert memmap to regions
2024-11-24 21:12 UTC (19+ messages)
` [PATCH v2 01/18] io_uring: rename ->resize_lock
` [PATCH v2 02/18] io_uring/rsrc: export io_check_coalesce_buffer
` [PATCH v2 03/18] io_uring/memmap: add internal region flags
` [PATCH v2 04/18] io_uring/memmap: flag regions with user pages
` [PATCH v2 05/18] io_uring/memmap: account memory before pinning
` [PATCH v2 06/18] io_uring/memmap: reuse io_free_region for failure path
` [PATCH v2 07/18] io_uring/memmap: optimise single folio regions
` [PATCH v2 08/18] io_uring/memmap: helper for pinning region pages
` [PATCH v2 09/18] io_uring/memmap: add IO_REGION_F_SINGLE_REF
` [PATCH v2 10/18] io_uring/memmap: implement kernel allocated regions
` [PATCH v2 11/18] io_uring/memmap: implement mmap for regions
` [PATCH v2 12/18] io_uring: pass ctx to io_register_free_rings
` [PATCH v2 13/18] io_uring: use region api for SQ
` [PATCH v2 14/18] io_uring: use region api for CQ
` [PATCH v2 15/18] io_uring/kbuf: use mmap_lock to sync with mmap
` [PATCH v2 16/18] io_uring/kbuf: remove pbuf ring refcounting
` [PATCH v2 17/18] io_uring/kbuf: use region api for pbuf rings
` [PATCH v2 18/18] io_uring/memmap: unify io_uring mmap'ing code
[PATCH -next] io_uring: add support for fchmod
2024-11-24 16:18 UTC (4+ messages)
` 答复: "
[PATCH next v1 0/2] limit local tw done
2024-11-23 0:50 UTC (26+ messages)
` [PATCH next v1 2/2] io_uring: "
[PATCHSET for-next 0/6] task work cleanups
2024-11-23 0:36 UTC (12+ messages)
` [PATCH 1/6] io_uring: make task_work pending check dependent on ring type
` [PATCH 2/6] io_uring: replace defer task_work llist with io_wq_work_list
` [PATCH 3/6] io_uring/slist: add list-to-list list splice helper
` [PATCH 4/6] io_uring: switch non-defer task_work to io_wq_work_list
` [PATCH 5/6] io_uring: add __tctx_task_work_run() helper
` [PATCH 6/6] io_uring: make __tctx_task_work_run() take an io_wq_work_list
[PATCH v2 0/9] Clean up alloc_cache allocations
2024-11-22 21:15 UTC (10+ messages)
` [PATCH v2 1/9] io_uring: Fold allocation into alloc_cache helper
` [PATCH v2 2/9] io_uring: Add generic helper to allocate async data
` [PATCH v2 3/9] io_uring/futex: Allocate ifd with generic alloc_cache helper
` [PATCH v2 4/9] io_uring/poll: Allocate apoll "
` [PATCH v2 5/9] io_uring/uring_cmd: Allocate async data through generic helper
` [PATCH v2 6/9] io_uring/net: Allocate msghdr async data through helper
` [PATCH v2 7/9] io_uring/rw: Allocate "
` [PATCH v2 8/9] io_uring: Move old async data allocation helper to header
` [PATCH v2 9/9] io_uring/msg_ring: Drop custom destructor
[PATCH] slab: Fix too strict alignment check in create_cache()
2024-11-22 18:54 UTC (19+ messages)
[PATCHSET v3 0/14] Rewrite rsrc node handling
2024-11-21 23:04 UTC (8+ messages)
` [PATCH 03/14] io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
[PATCH v9 00/11] Read/Write with meta/integrity
2024-11-21 15:45 UTC (8+ messages)
` [PATCH v9 06/11] io_uring: introduce attributes for read/write and PI support
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