linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-28 16:38:29 to 2024-10-30 17:14:54 UTC [more...]

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-10-30 17:14 UTC  (33+ messages)
` [PATCHv10 1/9] block: use generic u16 for write hints
` [PATCHv10 2/9] block: introduce max_write_hints queue limit
` [PATCHv10 3/9] statx: add write hint information
` [PATCHv10 4/9] block: allow ability to limit partition write hints
` [PATCHv10 5/9] block, fs: add write hint to kiocb
` [PATCHv10 6/9] io_uring: enable per-io hinting capability
` [PATCHv10 7/9] block: export placement hint feature
` [PATCHv10 9/9] scsi: set permanent stream count in block limits
  ` [PATCHv10 8/9] nvme: enable FDP support

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-10-30 15:13 UTC  (18+ messages)
` [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v1 03/17] iommu: generalize the batched sync after map interface
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
` [PATCH v1 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v1 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v1 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v1 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v1 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v1 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v1 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v1 17/17] vfio/mlx5: Convert vfio to use DMA link API

[PATCH 0/5] block: freeze/unfreeze lockdep fixes
 2024-10-30 15:02 UTC  (13+ messages)
` [PATCH 1/5] block: remove blk_freeze_queue()
` [PATCH 2/5] blk-mq: add non_owner variant of blk_mq_freeze_queue API
` [PATCH 3/5] rbd: convert to blk_mq_freeze_queue_non_owner
` [PATCH 4/5] block: always verify unfreeze lock on the owner task
` [PATCH 5/5] block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()

[PATCH v2 0/7] bio_split() error handling rework
 2024-10-30 14:29 UTC  (30+ messages)
` [PATCH v2 1/7] block: Use BLK_STS_OK in bio_init()
` [PATCH v2 2/7] block: Rework bio_split() return value
` [PATCH v2 3/7] block: Error an attempt to split an atomic write in bio_split()
` [PATCH v2 4/7] block: Handle bio_split() errors in bio_submit_split()
` [PATCH v2 5/7] md/raid0: Handle bio_split() errors
` [PATCH v2 6/7] md/raid1: "
` [PATCH v2 7/7] md/raid10: "
` [PATCH] btrfs: handle bio_split() error

[PATCH] loop: Use bdev limit helpers for configuring discard
 2024-10-30 14:13 UTC  (4+ messages)

[PATCH v2 0/5] RAID 0/1/10 atomic write support
 2024-10-30 14:03 UTC  (9+ messages)
` [PATCH v2 1/5] block: Add extra checks in blk_validate_atomic_write_limits()
` [PATCH v2 2/5] block: Support atomic writes limits for stacked devices
` [PATCH v2 3/5] md/raid0: Atomic write support
` [PATCH v2 4/5] md/raid1: "
` [PATCH v2 5/5] md/raid10: "

[PATCH] blk-integrity: remove seed for user mapped buffers
 2024-10-30 14:01 UTC  (8+ messages)

drop some broken zone append support code
 2024-10-30 13:47 UTC  (5+ messages)
` [PATCH 1/2] block: remove zone append special casing from the direct I/O path
` [PATCH 2/2] block: remove bio_add_zone_append_page

[PATCH v2] brd: defer automatic disk creation until module initialization succeeds
 2024-10-30 13:31 UTC  (3+ messages)

[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
 2024-10-30 13:20 UTC  (21+ 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 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

[PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep
 2024-10-30 11:08 UTC  (11+ messages)
  ` [PATCH V2 3/3] block: model freeze & enter queue as lock for supporting lockdep

[PATCH blktests] common/rc: Uniform the style of skip reasons
 2024-10-30  8:09 UTC  (2+ messages)

[RFC PATCH v3 0/3] genirq/cpuhotplug: Adjust managed interrupts according to change of housekeeping cpumask
 2024-10-29 18:54 UTC  (5+ messages)
` [RFC PATCH v3 1/3] sched/isolation: Add infrastructure for dynamic CPU isolation
` [RFC PATCH v3 2/3] DO NOT MERGE: test for managed irqs adjustment
` [RFC PATCH v3 3/3] genirq/cpuhotplug: Adjust managed irqs according to change of housekeeping CPU

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-29 16:48 UTC  (19+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 09/18] docs: core-api: document the IOVA-based API

[PATCH] block: add a bdev_limits helper
 2024-10-29 15:26 UTC  (4+ messages)

[PATCH] iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
 2024-10-29 15:26 UTC  (2+ messages)

[PATCHv9 0/7] write hints with nvme fdp, scsi streams
 2024-10-29 12:46 UTC  (11+ messages)
` [PATCHv9 1/7] block: use generic u16 for write hints
` [PATCHv9 3/7] block: allow ability to limit partition "
` [PATCHv9 5/7] io_uring: enable per-io hinting capability
` [PATCHv9 7/7] scsi: set permanent stream count in block limits

[PATCH v2 1/3] dm-inlinecrypt: Add inline encryption support
 2024-10-29 11:08 UTC  (12+ messages)

[PATCH v2 1/2] block: introduce init_wait_func()
 2024-10-29  9:35 UTC  (3+ messages)
` [PATCH v2 2/2] block: refactor rq_qos_wait()

[PATCH] block: refactor rq_qos_wait()
 2024-10-29  7:30 UTC  (3+ messages)

[PATCH] brd: defer automatic disk creation until module initialization succeeds
 2024-10-29  3:12 UTC  (5+ messages)

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-29  2:24 UTC  (5+ messages)
  ` [PATCH v4 11/11] scsi: add support for user-meta interface

[PATCH V3] nbd: fix partial sending
 2024-10-29  1:19 UTC 

[PATCH] iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
 2024-10-28 18:50 UTC  (3+ messages)

[PATCH v2] block: fix queue limits checks in blk_rq_map_user_bvec for real
 2024-10-28 18:35 UTC  (2+ messages)

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-28 18:27 UTC  (3+ messages)
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio


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).