linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-28 14:47:33 to 2022-10-04 03:45:19 UTC [more...]

[GIT PULL] STATX_DIOALIGN for 6.1
 2022-10-04  3:44 UTC  (2+ messages)

ublk-qcow2: ublk-qcow2 is available
 2022-10-03 23:57 UTC  (3+ messages)

[PATCH] block: allow specifying default iosched in config
 2022-10-03 23:02 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update SED-Opal Maintainers
 2022-10-03 20:25 UTC 

[PATCH v7 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-10-03 20:15 UTC  (13+ messages)
` [PATCH v7 1/3] llist: Add a lock-less list variant terminated by a sentinel node
` [PATCH v7 2/3] blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
` [PATCH v7 3/3] blk-cgroup: Optimize blkcg_rstat_flush()

[GIT PULL] Passthrough updates for 6.1-rc1
 2022-10-03 19:40 UTC 

[GIT PULL] Block changes for 6.1-rc1
 2022-10-03 19:18 UTC 

[PATCH bitmap-for-next 0/5] bitmap,cpumask: Add for_each_cpu_andnot()
 2022-10-03 18:52 UTC  (8+ messages)
` [PATCH bitmap-for-next 1/5] blk_mq: Fix cpumask_check() warning in blk_mq_hctx_next_cpu()
` [PATCH bitmap-for-next 2/5] lib/find_bit: Introduce find_next_andnot_bit()
` [PATCH bitmap-for-next 3/5] cpumask: Introduce for_each_cpu_andnot()
` [PATCH bitmap-for-next 4/5] lib/test_cpumask: Add for_each_cpu_and(not) tests
` [PATCH bitmap-for-next 5/5] sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()

[PATCH v2 0/3] block/nvme: Fix DMA-noncoherent platforms support
 2022-10-03 18:24 UTC  (8+ messages)
` [PATCH v2 1/3] nvme-hwmon: Return error on kzalloc failure
` [PATCH v2 2/3] nvme-hwmon: Kmalloc the NVME SMART log buffer
` [PATCH v2 3/3] block: sed-opal: Cache-line-align the cmd/resp buffers

lockdep WARNING at blktests block/011
 2022-10-03 15:28 UTC  (4+ messages)

[PATCH v2] block: avoid sign extend problem with default queue flags mask
 2022-10-03 13:35 UTC 

[PATCH] block: avoid sign extend problem with default queue flags mask
 2022-10-03 12:52 UTC  (5+ messages)

[PATCH v2 1/1] nvme: use macro definitions for setting reservation values
 2022-10-03 10:16 UTC  (3+ messages)

[PATCH v2 0/2] nvme-mpath: Add IO stats support
 2022-10-03  9:43 UTC  (3+ messages)
` [PATCH v2 1/2] nvme: introduce nvme_start_request
` [PATCH v2 2/2] nvme: support io stats on the mpath device

[PATCH rfc 0/1] nvme-mpath: Add IO stats support
 2022-10-03  9:32 UTC  (20+ messages)
` [PATCH rfc] nvme: support io stats on the mpath device

[PATCH AUTOSEL 5.19 19/29] Revert "block: freeze the queue earlier in del_gendisk"
 2022-10-02 22:49 UTC 

block: wrong return value by bio_end_sector?
 2022-10-02 22:33 UTC  (5+ messages)

[PATCH 1/1] virtio-blk: simplify probe function
 2022-10-02 15:50 UTC  (2+ messages)

[PATCH v15 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-10-01  2:14 UTC  (11+ messages)
    ` [PATCH v15 07/13] zonefs: allow non power of 2 zoned devices
    ` [PATCH v15 11/13] dm: call dm_zone_endio after the target endio callback for "

[PATCH v6 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-09-30 18:34 UTC  (4+ messages)
` [PATCH v6 3/3] "

[GIT PULL] Block fixes for 6.0-final
 2022-09-30 16:38 UTC  (2+ messages)

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-09-30 15:48 UTC  (12+ messages)

[PATCH for-next v12 00/12] Fixed-buffer for uring-cmd/passthru
 2022-09-30 14:04 UTC  (16+ messages)
    ` [PATCH for-next v12 01/12] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v12 02/12] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v12 03/12] block: add blk_rq_map_user_io
    ` [PATCH for-next v12 04/12] scsi: Use blk_rq_map_user_io helper
    ` [PATCH for-next v12 05/12] nvme: "
    ` [PATCH for-next v12 06/12] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v12 07/12] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v12 08/12] block: rename bio_map_put to blk_mq_map_bio_put
    ` [PATCH for-next v12 09/12] block: factor out blk_rq_map_bio_alloc helper
    ` [PATCH for-next v12 10/12] block: extend functionality to map bvec iterator
    ` [PATCH for-next v12 11/12] nvme: pass ubuffer as an integer
    ` [PATCH for-next v12 12/12] nvme: wire up fixed buffer support for nvme passthrough

[PATCH -next] block: Remove unused variable 'added'
 2022-09-30 10:34 UTC 

[PATCH v4 0/6] blk-wbt: simple improvment to enable wbt correctly
 2022-09-30  3:19 UTC  (7+ messages)
` [PATCH v4 1/6] elevator: remove redundant code in elv_unregister_queue()
` [PATCH v4 2/6] blk-wbt: remove unnecessary check in wbt_enable_default()
` [PATCH v4 3/6] blk-wbt: make enable_state more accurate
` [PATCH v4 4/6] blk-wbt: don't show valid wbt_lat_usec in sysfs while wbt is disabled
` [PATCH v4 5/6] elevator: add new field flags in struct elevator_queue
` [PATCH v4 6/6] blk-wbt: don't enable throttling if default elevator is bfq

[PATCH for-next v11 00/13] Fixed-buffer for uring-cmd/passthru
 2022-09-30  1:26 UTC  (21+ messages)
    ` [PATCH for-next v11 01/13] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v11 02/13] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v11 03/13] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v11 04/13] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v11 05/13] block: rename bio_map_put to blk_mq_map_bio_put
    ` [PATCH for-next v11 06/13] block: factor out blk_rq_map_bio_alloc helper
    ` [PATCH for-next v11 07/13] block: add blk_rq_map_user_bvec
    ` [PATCH for-next v11 08/13] block: extend functionality to map bvec iterator
    ` [PATCH for-next v11 09/13] nvme: pass ubuffer as an integer
    ` [PATCH for-next v11 10/13] nvme: wire up fixed buffer support for nvme passthrough
    ` [PATCH for-next v11 11/13] block: add blk_rq_map_user_io
    ` [PATCH for-next v11 12/13] scsi: Use blk_rq_map_user_io helper
    ` [PATCH for-next v11 13/13] nvme: "

[PATCH next] sbitmap: fix lockup while swapping
 2022-09-29 23:58 UTC  (14+ messages)
              ` [PATCH next v2] "
                    ` [PATCH next v3] "

[PATCH v2 0/4] brd: implement discard
 2022-09-29 20:48 UTC  (6+ messages)
` [dm-devel] "

[PATCH 1/1] nvme: use macro definitions for setting reservation values
 2022-09-29 18:56 UTC  (3+ messages)

[GIT PULL] nvme fixes for Linux 6.0
 2022-09-29 15:10 UTC  (2+ messages)

[PATCH] block: add rationale for not using blk_mq_plug() when applicable
 2022-09-29 15:03 UTC  (3+ messages)

[PATCH v3 0/2] plugging cleanup v3
 2022-09-29 13:48 UTC  (12+ messages)
    ` [PATCH v3 1/2] block: adapt blk_mq_plug() to not plug for writes that require a zone lock
    ` [PATCH v3 2/2] block: use blk_mq_plug() wrapper consistently in the block layer
  ` (subset) [PATCH v3 0/2] plugging cleanup v3

[PATCH for-next v10 0/7] Fixed-buffer for uring-cmd/passthru
 2022-09-29 11:36 UTC  (21+ messages)
    ` [PATCH for-next v10 3/7] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v10 4/7] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v10 5/7] block: factor out bio_map_get helper
    ` [PATCH for-next v10 6/7] block: extend functionality to map bvec iterator
    ` [PATCH for-next v10 7/7] nvme: wire up fixed buffer support for nvme passthrough

[PATCH 0/3] A few cleanup patches for blk-iolatency.c
 2022-09-29  7:40 UTC  (4+ messages)
` [PATCH 1/3] block: Remove redundant parent blkcg_gp check in check_scale_change
` [PATCH 2/3] block: Correct comment for scale_cookie_change
` [PATCH 3/3] block: Replace struct rq_depth with unsigned int in struct iolatency_grp

[PATCH v2 0/2] plugging cleanup v2
 2022-09-29  7:19 UTC  (7+ messages)
    ` [PATCH v2 1/2] block: adapt blk_mq_plug() to not plug for writes that require a zone lock
    ` [PATCH v2 2/2] block: use blk_mq_plug() wrapper consistently in the block layer

[PATCH 1/1] virtio_pci: use common helper to configure SR-IOV
 2022-09-29  6:35 UTC  (2+ messages)

[PATCH 1/1] blk-mq: added case for cpu offline during send_ipi in rq_complete
 2022-09-29  3:34 UTC  (2+ messages)
  `  "

[PATCH 1/2] block: modify blk_mq_plug() to allow only reads for zoned block devices
 2022-09-28 22:19 UTC  (13+ messages)

[PATCH v10 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
 2022-09-28 21:38 UTC  (12+ messages)

[GIT PULL] second round of nvme updates for Linux 6.1
 2022-09-28 17:14 UTC  (2+ messages)

[PATCHSET v2 0/5] Enable alloc caching and batched freeing for passthrough
 2022-09-28 17:05 UTC  (4+ messages)
` [PATCH 5/5] nvme: enable batched completions of passthrough IO

[PATCH 0/1] s390/dasd: use blk_mq_alloc_disk
 2022-09-28 14: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).