linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-22 22:25:09 to 2024-10-28 18:19:40 UTC [more...]

[PATCHv9 0/7] write hints with nvme fdp, scsi streams
 2024-10-28 18:19 UTC  (18+ messages)
` [PATCHv9 1/7] block: use generic u16 for write hints
` [PATCHv9 2/7] block: introduce max_write_hints queue limit
` [PATCHv9 3/7] block: allow ability to limit partition write hints
` [PATCHv9 4/7] block, fs: add write hint to kiocb
` [PATCHv9 5/7] io_uring: enable per-io hinting capability
` [PATCHv9 7/7] scsi: set permanent stream count in block limits

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

[PATCH v2 0/7] bio_split() error handling rework
 2024-10-28 16:32 UTC  (13+ 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] brd: defer automatic disk creation until module initialization succeeds
 2024-10-28 16:13 UTC  (5+ messages)

[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-28 15:05 UTC  (2+ messages)

[PATCH] iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
 2024-10-28 14:04 UTC  (5+ messages)

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

[PATCH] block: fix queue limits checks in blk_rq_map_user_bvec for real
 2024-10-28  9:20 UTC  (5+ messages)

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-28  7:36 UTC  (9+ messages)
  ` [PATCH v4 04/11] block: define meta io descriptor
  ` [PATCH v4 11/11] scsi: add support for user-meta interface

[PATCH 1/2] block: also mark disk-owned queues as dying in __blk_mark_disk_dead
 2024-10-28  5:44 UTC  (11+ messages)

[PATCH] brd: fix null pointer when modprobe brd
 2024-10-28  2:15 UTC  (9+ messages)

[GIT PULL] Block fixes for 6.12-rc5
 2024-10-27 18:56 UTC  (2+ messages)

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-27 14:22 UTC  (8+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map

[PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep
 2024-10-26 13:15 UTC  (5+ messages)
` [PATCH V2 1/3] blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
` [PATCH V2 2/3] nvme: core: switch to non_owner variant of start_freeze/unfreeze queue
` [PATCH V2 3/3] block: model freeze & enter queue as lock for supporting lockdep

[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
 2024-10-25 12:22 UTC  (8+ messages)
` [PATCH V8 1/7] io_uring: add io_link_req() helper
` [PATCH V8 2/7] io_uring: add io_submit_fail_link() helper
` [PATCH V8 3/7] io_uring: add helper of io_req_commit_cqe()
` [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 V8 6/7] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V8 7/7] ublk: support leasing io "

[PATCHv8 0/6] write hints for nvme fdp
 2024-10-25 12:20 UTC  (5+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints

[Syzkaller & bisect] There is INFO: task hung in __rq_qos_throttle
 2024-10-25 10:02 UTC 

[PATCH] block: refactor rq_qos_wait()
 2024-10-25  7:50 UTC  (2+ messages)

[PATCH] block/027: setup scsi_debug with MQ
 2024-10-25  4:48 UTC  (3+ messages)

[PATCH] blk-core: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-25  3:18 UTC  (2+ messages)

[PATCH RFC 0/6] bio_split() error handling rework
 2024-10-25  1:39 UTC  (21+ messages)
` [PATCH RFC 5/6] md/raid1: Handle bio_split() errors

[PATCH v2 0/3] Add inline encryption support
 2024-10-24 20:45 UTC  (21+ messages)
` [PATCH v2 1/3] dm-inlinecrypt: "

[PATCH 0/3] block: model freeze/enter queue as lock for lockdep
 2024-10-24  6:43 UTC  (10+ messages)
` [PATCH 1/3] blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
` [PATCH 2/3] nvme: core: switch to non_owner variant of start_freeze/unfreeze queue
` [PATCH 3/3] block: model freeze & enter queue as lock for supporting lockdep

[PATCH v10 0/8] block atomic writes for xfs
 2024-10-24  6:32 UTC  (6+ messages)
` (subset) "

[PATCH V7 0/8] io_uring: support sqe group and leased group kbuf
 2024-10-24  6:32 UTC  (4+ messages)
` [PATCH V7 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF

[PATCH] block: fix sanity checks in blk_rq_map_user_bvec
 2024-10-24  6:05 UTC  (9+ messages)

[PATCH] iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
 2024-10-24  5:00 UTC 

[PATCH] blk-mq: Unexport blk_mq_flush_busy_ctxs()
 2024-10-23 22:30 UTC  (3+ messages)

[PATCH] block: model freeze & enter queue as rwsem for supporting lockdep
 2024-10-23 18:05 UTC  (7+ messages)

[PATCH AUTOSEL 5.15 03/10] block: Fix elevator_get_default() checking for NULL q->tag_set
 2024-10-23 14:32 UTC 

[PATCH AUTOSEL 6.1 04/17] block: Fix elevator_get_default() checking for NULL q->tag_set
 2024-10-23 14:31 UTC 

[PATCH AUTOSEL 6.6 06/23] block: Fix elevator_get_default() checking for NULL q->tag_set
 2024-10-23 14:30 UTC 

[PATCH AUTOSEL 6.11 09/30] block: Fix elevator_get_default() checking for NULL q->tag_set
 2024-10-23 14:29 UTC 

[PATCHv2 0/2] blk-mq: add CPU latency limit control
 2024-10-23 14:06 UTC  (6+ messages)
` [PATCHv2 2/2] blk-mq: add support for CPU latency limits
` [PATCH v3 "

[Regression] b1a000d3b8ec ("block: relax direct io memory alignment")
 2024-10-23 12:23 UTC  (8+ messages)

[PATCH v1] blk-mq: add one blk_mq_req_flags_t type to support mq ctx fallback
 2024-10-23  9:42 UTC  (11+ messages)

[PATCH 5.10] block, bfq: fix procress reference leakage for bfqq in merge chain
 2024-10-23  3:43 UTC 

[PATCH 5.15] block, bfq: fix procress reference leakage for bfqq in merge chain
 2024-10-23  3:42 UTC 

[PATCH 6.1] block, bfq: fix procress reference leakage for bfqq in merge chain
 2024-10-23  3:39 UTC 

[PATCH] blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long
 2024-10-23  2:15 UTC  (3+ messages)

[PATCH V2] nbd: fix partial sending
 2024-10-23  2:03 UTC  (3+ messages)

[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
 2024-10-23  0:49 UTC  (3+ messages)

[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
 2024-10-22 22:31 UTC  (2+ messages)


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