messages from 2024-11-05 11:04:40 to 2024-11-07 20:36:38 UTC [more...]
[PATCHv10 0/9] write hints with nvme fdp, scsi streams
2024-11-07 20:36 UTC (6+ messages)
` [PATCHv10 6/9] io_uring: enable per-io hinting capability
[PATCH v3 0/6] bio_split() error handling rework
2024-11-07 19:54 UTC (8+ messages)
` [PATCH v3 1/6] block: Rework bio_split() return value
[PATCH V10 0/12] io_uring: support group buffer & ublk zc
2024-11-07 19:30 UTC (15+ messages)
` [PATCH V10 01/12] io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers
` [PATCH V10 02/12] io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
` [PATCH V10 03/12] io_uring/rsrc: add & apply io_req_assign_buf_node()
` [PATCH V10 04/12] io_uring/rsrc: prepare for supporting external 'io_rsrc_node'
` [PATCH V10 05/12] io_uring: rename io_mapped_ubuf as io_mapped_buf
` [PATCH V10 06/12] io_uring: rename io_mapped_buf->ubuf as io_mapped_buf->addr
` [PATCH V10 07/12] io_uring: shrink io_mapped_buf
` [PATCH V10 08/12] io_uring: reuse io_mapped_buf for kernel buffer
` [PATCH V10 09/12] io_uring: add callback to 'io_mapped_buffer' for giving back "
` [PATCH V10 10/12] io_uring: support leased group buffer with REQ_F_GROUP_BUF
` [PATCH V10 11/12] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V10 12/12] ublk: support leasing io "
DMMP request-queue vs. BiO
2024-11-07 18:35 UTC
[PATCH] block: Switch to using refcount_t for zone write plugs
2024-11-07 18:28 UTC (5+ messages)
[PATCH v4] block: get wp_offset by bdev_offset_from_zone_start
2024-11-07 17:44 UTC (2+ messages)
[PATCH v5 00/10] Read/Write with meta/integrity
2024-11-07 17:30 UTC (4+ messages)
` [PATCH v5 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-07 17:23 UTC (6+ messages)
` [PATCH v6 06/10] io_uring/rw: add support to send metadata along with read/write
[PATCH 0/2] Add Error Recovery support for Virtio PCI devices
2024-11-07 15:17 UTC (3+ messages)
` [PATCH 1/2] virtio_pci: Add support for PCIe Function Level Reset
` [PATCH 2/2] virtio_blk: Add support for transport error recovery
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-11-07 14:50 UTC (14+ messages)
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
[ANNOUNCE v2] work tree for untorn filesystem writes
2024-11-07 13:49 UTC (4+ messages)
[PATCH v2] block: Replace sprintf() with sysfs_emit()
2024-11-07 13:45 UTC (2+ messages)
[ANNOUNCE] work tree for untorn filesystem writes
2024-11-07 13:38 UTC (10+ messages)
pre-calculate max_zone_append_sectors
2024-11-07 12:48 UTC (6+ messages)
` [PATCH 2/2] block: "
fix a few zoned append issues v2 (now with Ccs)
2024-11-07 12:05 UTC (5+ messages)
` [PATCH 1/5] block: take chunk_sectors into account in bio_split_write_zeroes
` [PATCH 2/5] block: fix bio_split_rw_at to take zone_write_granularity into account
[PATCH RFC 2/2] zram: support compression at the granularity of multi-pages
2024-11-07 11:49 UTC (6+ messages)
[PATCH v8 00/10] Read/Write with meta/integrity
2024-11-07 11:44 UTC (16+ messages)
` [PATCH v8 01/10] block: define set of integrity flags to be inherited by cloned bip
` [PATCH v8 02/10] block: copy back bounce buffer to user-space correctly in case of split
` [PATCH v8 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
` [PATCH v8 04/10] fs, iov_iter: define meta io descriptor
` [PATCH v8 05/10] fs: introduce IOCB_HAS_METADATA for metadata
` [PATCH v8 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v8 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
` [PATCH v8 08/10] nvme: add support for passing on the application tag
` [PATCH v8 09/10] scsi: add support for user-meta interface
` [PATCH v8 10/10] block: add support to pass user meta buffer
[PATCH RFC v2 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
2024-11-07 10:10 UTC (3+ messages)
` [PATCH RFC v2 1/2] mm: zsmalloc: support objects compressed based on multiple pages
` [PATCH RFC v2 2/2] zram: support compression at the granularity of multi-pages
[PATCH v2 0/2] Introduce bdev_zone_is_seq()
2024-11-07 8:48 UTC (6+ messages)
` [PATCH v2 1/2] block: RCU protect disk->conv_zones_bitmap
` [PATCH v2 2/2] block: Add a public bdev_zone_is_seq() helper
bio_add_* cleanups
2024-11-07 7:20 UTC (6+ messages)
` [PATCH 1/2] block: remove bio_add_hw_folio
` [PATCH 2/2] block: share more code for bio addition helpers
[PATCH] block: Replace sprintf() with sysfs_emit()
2024-11-07 5:44 UTC (2+ messages)
[PATCH 0/2] Introduce bdev_zone_is_seq()
2024-11-07 5:44 UTC (9+ messages)
` [PATCH 1/2] block: RCU protect disk->conv_zones_bitmap
` [PATCH 2/2] block: Add a public bdev_zone_is_seq() helper
[syzbot] [block?] [usb?] WARNING: bad unlock balance in elevator_init_mq
2024-11-07 2:47 UTC
[PATCH V9 0/7] io_uring: support group buffer & ublk zc
2024-11-07 2:16 UTC (16+ messages)
` [PATCH V9 1/7] io_uring: rename io_mapped_ubuf as io_mapped_buf
` [PATCH V9 2/7] io_uring: rename ubuf of io_mapped_buf as start
` [PATCH V9 3/7] io_uring: shrink io_mapped_buf
` [PATCH V9 4/7] io_uring: reuse io_mapped_buf for kernel buffer
` [PATCH V9 5/7] io_uring: support leased group buffer with REQ_F_GROUP_BUF
` [PATCH V9 6/7] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V9 7/7] ublk: support leasing io "
[PATCH v3] block: get wp_offset by bdev_offset_from_zone_start
2024-11-07 1:18 UTC (2+ messages)
[PATCH v2] block: fix the initial value of wp_offset for npo2 zone size
2024-11-06 22:52 UTC (3+ messages)
[PATCH] mtip32xx: Replace deprecated PCI functions
2024-11-06 14:58 UTC (2+ messages)
[PATCHv10 9/9] scsi: set permanent stream count in block limits
2024-11-06 14:26 UTC (12+ messages)
[PATCH] nvme: test nvmet-wq sysfs interface
2024-11-06 12:13 UTC (4+ messages)
[PATCH v2 00/17] Provide a new two step DMA mapping API
2024-11-06 13:49 UTC (18+ messages)
` [PATCH v2 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v2 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v2 03/17] iommu: generalize the batched sync after map interface
` [PATCH v2 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v2 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v2 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v2 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v2 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v2 09/17] docs: core-api: document the IOVA-based API
` [PATCH v2 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v2 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v2 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v2 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v2 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v2 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v2 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v2 17/17] vfio/mlx5: Enable the DMA link API
[bug report] possible circular locking dependency detected with blktests block/002
2024-11-06 9:36 UTC (3+ messages)
[PATCH] virtio: only reset device and restore status if needed in device resume
2024-11-06 9:28 UTC (4+ messages)
` [PATCH v2] "
[PATCH v7 00/10] Read/Write with meta/integrity
2024-11-06 6:12 UTC (17+ messages)
` [PATCH v7 06/10] io_uring/rw: add support to send metadata along with read/write
` [PATCH v7 02/10] block: copy back bounce buffer to user-space correctly in case of split
[syzbot] [block?] [usb?] WARNING: bad unlock balance in blk_mq_update_tag_set_shared
2024-11-06 4:39 UTC (3+ messages)
[syzbot] [block?] possible deadlock in blk_mq_alloc_request
2024-11-06 4:18 UTC (3+ messages)
[PATCH -next] block: fix uaf for flush rq while iterating tags
2024-11-06 3:58 UTC (8+ messages)
max_hw_zone_append_sectos fixes
2024-11-06 1:34 UTC (5+ messages)
` [PATCH 1/2] block: initialize max_hw_zone_append_sectors in blk_set_stacking_limits
` [PATCH 2/2] nvme-multipath: don't bother clearing max_hw_zone_append_sectors
[PATCH V2 0/4] block: freeze/unfreeze lockdep fixes
2024-11-06 0:24 UTC (2+ messages)
[PATCH] block: fix the initial value of wp_offset for npo2 zone size
2024-11-05 22:43 UTC (5+ messages)
[bug report] most blktests nvme/ failed on the latest linux-block/for-next
2024-11-05 14:31 UTC
[bug report]WARNING: CPU: 42 PID: 2893 at block/blk-settings.c:75 blk_validate_limits+0x475/0x4a0
2024-11-05 14:15 UTC
[PATCH V3] nbd: fix partial sending
2024-11-05 14:03 UTC (2+ messages)
[PATCH v3 blktests 0/5] add new tests for blk-throttle
2024-11-05 12:35 UTC (4+ messages)
[PATCH] zram: ZRAM_DEF_COMP should depend on ZRAM
2024-11-05 11:50 UTC
[PATCH 0/3 v2] nvme: add rotational support
2024-11-05 11:04 UTC (5+ messages)
` [PATCH 1/3 v2] nvme: make independent ns identify default
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;
as well as URLs for NNTP newsgroup(s).