linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-11 20:12:56 to 2024-09-17 07:09:49 UTC [more...]

[PATCH] nullb: Adjust device size calculation in null_alloc_dev()
 2024-09-17  7:07 UTC 

[PATCH v2 0/3] Add inline encryption support
 2024-09-17  6:38 UTC  (6+ messages)
` [PATCH v2 1/3] dm-inlinecrypt: "
` [PATCH v2 2/3] mmc: cqhci: Add additional algo mode for inline encryption
` [PATCH v2 3/3] mmc: sdhci-msm: "

[PATCH v5 0/5] data placement hints and FDP
 2024-09-17  6:20 UTC  (20+ messages)
  ` [PATCH v5 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v5 2/5] fcntl: rename rw_hint_* to rw_lifetime_hint_*
  ` [PATCH v5 4/5] sd: limit to use write life hints
  ` [PATCH v5 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX

[PATCH] block: Fix elv_iosched_local_module handling of "none" scheduler
 2024-09-17  5:53 UTC  (2+ messages)

[PATCH] block: remove bogus union
 2024-09-17  5:05 UTC  (2+ messages)

[PATCH 0/7 v2 RFC] Make wake_up_{bit,var} less fragile
 2024-09-17  3:13 UTC  (10+ messages)
` [PATCH 1/7] block: change wait on bd_claiming to use a var_waitqueue, not a bit_waitqueue
  ` (subset) "
` [PATCH 2/7] sched: change wake_up_bit() and related function to expect unsigned long *

[PATCH 0/4] ublk: support device recovery without I/O queueing
 2024-09-17  0:29 UTC  (7+ messages)
` [PATCH 2/4] ublk: refactor recovery configuration flag helpers
` [PATCH 4/4] ublk: support device recovery without I/O queueing

[PATCH v2 0/4] ublk: support device recovery without I/O queueing
 2024-09-17  0:21 UTC  (5+ messages)
` [PATCH v2 1/4] ublk: check recovery flags for validity
` [PATCH v2 2/4] ublk: refactor recovery configuration flag helpers
` [PATCH v2 3/4] ublk: merge stop_work and quiesce_work
` [PATCH v2 4/4] ublk: support device recovery without I/O queueing

[PATCH v2] virtio_blk: implement init_hctx MQ operation
 2024-09-16 22:06 UTC  (4+ messages)

[GIT PULL] io_uring async discard support
 2024-09-16 11:59 UTC  (2+ messages)

[GIT PULL] Block updates for 6.12-rc
 2024-09-16 11:59 UTC  (2+ messages)

[PATCH v2] aoe: fix the potential use-after-free problem in more places
 2024-09-16  9:23 UTC  (4+ messages)

[PATCHv5 0/9] block integrity merging and counting
 2024-09-16  8:40 UTC  (15+ messages)
` [PATCHv5 1/9] blk-mq: unconditional nr_integrity_segments
` [PATCHv5 2/9] blk-mq: set the nr_integrity_segments from bio
` [PATCHv5 3/9] blk-integrity: properly account for segments
` [PATCHv5 4/9] blk-integrity: consider entire bio list for merging
` [PATCHv5 5/9] block: provide a request helper for user integrity segments
` [PATCHv5 6/9] scsi: use request to get "
` [PATCHv5 7/9] nvme-rdma: "
` [PATCHv5 8/9] block: unexport blk_rq_count_integrity_sg
` [PATCHv5 9/9] blk-integrity: improved sg segment mapping

[PATCH 0/6] EDITME: blk: refactor queue affinity helpers
 2024-09-16  6:48 UTC  (11+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_hctx_map_queues
` [PATCH 2/6] scsi: replace blk_mq_pci_map_queues with blk_mq_hctx_map_queues
` [PATCH 3/6] scsi: hisi_sas: "
` [PATCH 4/6] nvme: "
` [PATCH 5/6] virtio: blk/scsi: replace blk_mq_virtio_map_queues "
` [PATCH 6/6] blk-mq: remove unused queue mapping helpers

[PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
 2024-09-16  6:09 UTC  (2+ messages)

[syzbot] [block?] [virt?] kernel panic: corrupted stack end in kernel_init (2)
 2024-09-15  5:50 UTC 

[syzbot] Monthly nbd report (Sep 2024)
 2024-09-14 10:58 UTC 

[PATCH v3 0/3] Fix some starvation problems in block layer
 2024-09-14  7:28 UTC  (4+ messages)
` [PATCH v3 1/3] block: fix missing dispatching request when queue is started or unquiesced
` [PATCH v3 2/3] block: fix ordering between checking QUEUE_FLAG_QUIESCED and adding requests
` [PATCH v3 3/3] block: fix ordering between checking BLK_MQ_S_STOPPED "

[PATCH 3/5] rust: use custom FFI integer types
 2024-09-13 21:29 UTC 

[PATCHv6] blk-integrity: improved sg segment mapping
 2024-09-13 19:26 UTC  (2+ messages)

[PATCH RFC] block: trace: add block alignment information
 2024-09-13 14:08 UTC  (6+ messages)

[PATCHv4 00/10] block integrity merging and counting
 2024-09-13 12:37 UTC  (32+ messages)
` [PATCHv4 01/10] blk-mq: unconditional nr_integrity_segments
` [PATCHv4 02/10] blk-mq: set the nr_integrity_segments from bio
` [PATCHv4 03/10] blk-integrity: properly account for segments
` [PATCHv4 04/10] blk-integrity: consider entire bio list for merging
` [PATCHv4 05/10] block: provide a request helper for user integrity segments
` [PATCHv4 06/10] block: provide helper for nr_integrity_segments
` [PATCHv4 07/10] scsi: use request helper to get integrity segments
` [PATCHv4 08/10] nvme-rdma: "
` [PATCHv4 09/10] block: unexport blk_rq_count_integrity_sg
` [PATCHv4 10/10] blk-integrity: improved sg segment mapping

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-13 12:21 UTC  (13+ messages)
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver

[PATCH RFC 0/4] RAID0 atomic write support
 2024-09-13  8:36 UTC  (18+ messages)
` [PATCH RFC 1/4] block: Make bdev_can_atomic_write() robust against mis-aligned bdev size
` [PATCH RFC 2/4] block: Add BLK_FEAT_ATOMIC_WRITES flag
` [PATCH RFC 3/4] block: Support atomic writes limits for stacked devices
` [PATCH RFC 4/4] md/raid0: Atomic write support

[PATCH] drbd: Fix atomicity violation in drbd_uuid_set_bm()
 2024-09-13  8:35 UTC 

[PATCH v5 0/8] implement async block discards and other ops via io_uring
 2024-09-13  7:45 UTC  (14+ messages)
` [PATCH v5 4/8] block: introduce blk_validate_byte_range()
` [PATCH v5 5/8] block: implement async io_uring discard cmd
` [PATCH v5 6/8] block: implement write zeroes io_uring cmd

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-09-13  2:06 UTC  (12+ messages)
  ` [PATCH v3 09/10] nvme: add handling for app_tag
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags

[GIT PULL] Block fix for 6.11-final
 2024-09-13  0:39 UTC  (4+ messages)

[PATCH v4 0/8] implement async block discards and other ops via io_uring
 2024-09-12 16:38 UTC  (14+ messages)
` [PATCH v4 5/8] block: implement async discard as io_uring cmd
` [PATCH v4 8/8] block: implement async write zero pages command

[PATCH v2] block: fix potential invalid pointer dereference in blk_add_partition
 2024-09-12 14:47 UTC  (3+ messages)

[PATCH] brbd: Fix atomicity violation in drbd_uuid_set_bm()
 2024-09-12 13:19 UTC  (2+ messages)

[RFT RFC PATCH 0/8] cpufreq: cpuidle: Remove iowait behaviour
 2024-09-12 11:22 UTC  (3+ messages)
` [RFC PATCH 6/8] cpufreq: intel_pstate: Remove iowait boost
  ` [RFC PATCH] TEST: cpufreq: intel_pstate: sysfs iowait_boost_cap

[RFC v2 00/21] Provide a new two step DMA API mapping API
 2024-09-12 11:15 UTC  (22+ messages)
` [RFC v2 01/21] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC v2 02/21] iommu/dma: Implement link/unlink ranges callbacks
` [RFC v2 03/21] iommu/dma: Add check if IOVA can be used
` [RFC v2 04/21] dma-mapping: initialize IOVA state struct
` [RFC v2 05/21] dma-mapping: provide an interface to allocate IOVA
` [RFC v2 06/21] dma-mapping: set and query DMA IOVA state
` [RFC v2 07/21] dma-mapping: implement link range API
` [RFC v2 08/21] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC v2 09/21] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC v2 10/21] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC v2 11/21] RDMA/umem: Store ODP access mask information in PFN
` [RFC v2 12/21] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC v2 13/21] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC v2 14/21] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC v2 15/21] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC v2 16/21] vfio/mlx5: Explicitly store page list
` [RFC v2 17/21] vfio/mlx5: Convert vfio to use DMA link API
` [RFC v2 18/21] nvme-pci: remove optimizations for single DMA entry
` [RFC v2 19/21] nvme-pci: precalculate number of DMA entries for each command
` [RFC v2 20/21] nvme-pci: use new dma API
` [RFC v2 21/21] nvme-pci: don't allow mapping of bvecs with offset

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-09-12 10:49 UTC  (9+ messages)
` [PATCH V6 1/8] io_uring: add io_link_req() helper
` [PATCH V6 2/8] io_uring: add io_submit_fail_link() helper
` [PATCH V6 3/8] io_uring: add helper of io_req_commit_cqe()
` [PATCH V6 4/8] io_uring: support SQE group
` [PATCH V6 5/8] io_uring: support sqe group with members depending on leader
` [PATCH V6 6/8] io_uring: support providing sqe group buffer
` [PATCH V6 7/8] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V6 8/8] ublk: support provide io buffer

[PATCHv3 00/10] block integrity merging and counting
 2024-09-12  7:01 UTC  (7+ messages)
` [PATCHv3 06/10] blk-integrity: simplify counting segments

[PATCH v2 0/3] Fix some starvation problems in block layer
 2024-09-12  6:27 UTC  (6+ messages)
` [PATCH v2 2/3] block: fix ordering between checking QUEUE_FLAG_QUIESCED and adding requests

[PATCH][next] blk_iocost: make read-only static array vrate_adj_pct const
 2024-09-11 22:05 UTC  (3+ 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).