linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-27 14:23:05 to 2024-10-30 13:20:52 UTC [more...]

[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 0/5] block: freeze/unfreeze lockdep fixes
 2024-10-30 12:42 UTC  (6+ 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] loop: Use bdev limit helpers for configuring discard
 2024-10-30 11:19 UTC 

[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 v2 0/5] RAID 0/1/10 atomic write support
 2024-10-30  9:49 UTC  (6+ 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 blktests] common/rc: Uniform the style of skip reasons
 2024-10-30  8:09 UTC  (2+ messages)

drop some broken zone append support code
 2024-10-30  7:30 UTC  (4+ 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

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-10-30  5:42 UTC  (24+ 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 v2] brd: defer automatic disk creation until module initialization succeeds
 2024-10-30  4:47 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  (21+ 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  (23+ 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 v2 0/7] bio_split() error handling rework
 2024-10-29 12:21 UTC  (29+ 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] blk-integrity: remove seed for user mapped buffers
 2024-10-29 11:57 UTC  (2+ messages)

[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  (6+ messages)

[PATCH v4 00/11] Read/Write with meta/integrity
 2024-10-29  2:24 UTC  (8+ messages)
  ` [PATCH v4 04/11] block: define meta io descriptor
  ` [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  (6+ messages)

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

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-28 18:27 UTC  (7+ messages)
` [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 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 v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-28 15:05 UTC  (2+ messages)

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

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


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