Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 15:04:50 to 2024-04-05 04:42:39 UTC [more...]

[PATCH v6 00/28] Zone write plugging
 2024-04-05  4:41 UTC  (21+ messages)
` [PATCH v6 01/28] block: Restore sector of flush requests
` [PATCH v6 02/28] block: Remove req_bio_endio()
` [PATCH v6 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v6 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v6 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v6 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v6 07/28] block: Introduce zone write plugging
` [PATCH v6 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v6 09/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v6 10/28] block: Implement zone append emulation
` [PATCH v6 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v6 12/28] dm: Use the block layer zone append emulation
` [PATCH v6 13/28] scsi: sd: "
` [PATCH v6 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v6 15/28] null_blk: "
` [PATCH v6 16/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v6 17/28] null_blk: Introduce fua attribute
` [PATCH v6 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v6 19/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v6 20/28] block: Simplify blk_revalidate_disk_zones() interface

regression on BLKRRPART ioctl for EIO
 2024-04-05  2:04 UTC  (10+ messages)

[PATCH blktests] block/035: test return EIO from BLKRRPART
 2024-04-05  1:56 UTC 

[PATCH] block: Fix BLKRRPART regression
 2024-04-05  1:42 UTC 

[PATCH v5 00/28] Zone write plugging
 2024-04-05  0:02 UTC  (43+ messages)
` [PATCH v5 01/28] block: Restore sector of flush requests
` [PATCH v5 02/28] block: Remove req_bio_endio()
` [PATCH v5 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v5 04/28] block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()
` [PATCH v5 05/28] block: Allow using bio_attempt_back_merge() internally
` [PATCH v5 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v5 07/28] block: Introduce zone write plugging
` [PATCH v5 08/28] block: Fake max open zones limit when there is no limit
` [PATCH v5 09/28] block: Allow zero value of max_zone_append_sectors queue limit
` [PATCH v5 10/28] block: Implement zone append emulation
` [PATCH v5 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v5 12/28] dm: Use the block layer zone append emulation
` [PATCH v5 13/28] scsi: sd: "
` [PATCH v5 14/28] ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [PATCH v5 15/28] null_blk: "
` [PATCH v5 16/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v5 17/28] null_blk: Introduce fua attribute
` [PATCH v5 18/28] nvmet: zns: Do not reference the gendisk conv_zones_bitmap
` [PATCH v5 19/28] block: Remove BLK_STS_ZONE_RESOURCE
` [PATCH v5 20/28] block: Simplify blk_revalidate_disk_zones() interface
` [PATCH v5 21/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v5 22/28] block: Remove elevator required features
` [PATCH v5 23/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v5 24/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v5 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v5 26/28] block: Remove zone write locking
` [PATCH v5 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v5 28/28] block: Do not special-case plugging of zone write operations

[PATCHv2 0/2] block,nvme: latency-based I/O scheduler
 2024-04-04 21:14 UTC  (7+ messages)
` [PATCH 1/2] block: track per-node I/O latency
` [PATCH 2/2] nvme: add 'latency' iopolicy

convert SCSI to atomic queue limits, part 1 (v2)
 2024-04-04 17:17 UTC  (62+ messages)
` [PATCH 01/23] block: add a helper to cancel atomic queue limit updates
` [PATCH 02/23] bsg: pass queue_limits to bsg_setup_queue
` [PATCH 03/23] mpi3mr: "
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
` [PATCH 05/23] scsi_transport_fc: add a max_bsg_segments field to struct fc_function_template
` [PATCH 06/23] scsi: add a no_highmem flag to struct Scsi_Host
` [PATCH 07/23] scsi: add a dma_alignment field to the host and host template
` [PATCH 08/23] ufs-exynos: move setting the the dma alignment to the init method
` [PATCH 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 10/23] scsi: add a device_configure method to the host template
` [PATCH 11/23] megaraid_sas: switch to using ->device_configure
` [PATCH 12/23] mpt3sas: "
` [PATCH 13/23] sbp2: "
` [PATCH 14/23] hptiop: "
` [PATCH 15/23] ipr: "
` [PATCH 16/23] pmcraid: "
` [PATCH 17/23] usb-storage: "
` [PATCH 18/23] sata_nv: "
` [PATCH 19/23] pata_macio: "
` [PATCH 20/23] libata: "
` [PATCH 21/23] mpi3mr: "
` [PATCH 22/23] uas: switch to using ->device_configure to configure queue limits
` [PATCH 23/23] block: remove now unused queue limits helpers

[PATCH] blk-iocost: avoid out of bounds shift
 2024-04-04 16:51 UTC  (2+ messages)

[PATCH v6 00/10] block atomic writes
 2024-04-04 16:48 UTC  (4+ messages)

[v5.15 Regression] block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
 2024-04-04 15:02 UTC  (8+ messages)

[RFC PATCH 1/5] rust: block: introduce `kernel::block::mq` module
 2024-04-04 13:20 UTC  (9+ messages)

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-04 11:41 UTC  (13+ messages)
` [PATCH v2 06/25] virtio_blk: drop owner assignment
` [PATCH v2 12/25] gpio: virtio: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 23/25] scsi: virtio: "
` [PATCH v2 24/25] fuse: "

[PATCH blktests v1 0/3] add blkdev type environment variable
 2024-04-04 11:07 UTC  (8+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-04-04  9:53 UTC  (11+ messages)
  ` [Lsf-pc] "

[PATCH] mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
 2024-04-04  9:28 UTC  (4+ messages)

[PATCH v4] block: Improve IOPS by removing the fairness code
 2024-04-03 21:25 UTC 

[PATCH 0/2] Fix the mq-deadline async_depth implementation
 2024-04-03 21:23 UTC  (3+ messages)
` [PATCH 1/2] block: Call .limit_depth() after .hctx has been set
` [PATCH 2/2] block/mq-deadline: Fix the tag reservation code

[PATCH v3] block: Improve IOPS by removing the fairness code
 2024-04-03 21:10 UTC 

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-04-03 19:28 UTC  (21+ messages)
` [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
` [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
` [RFC 6/9] dm-linear: "
` [RFC 7/9] selftests: block_seek_hole: add dm-linear test
` [RFC 8/9] dm thin: add llseek(SEEK_HOLE/SEEK_DATA) support

[PATCH] block: handle BLK_OPEN_RESTRICT_WRITES correctly
 2024-04-03 19:22 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH] blk-cgroup: use group allocation/free of per-cpu counters API
 2024-04-03 15:10 UTC  (3+ messages)

[RFC PATCH 0/5] Rust block device driver API and null block driver
 2024-04-03 10:29 UTC  (7+ messages)
` [RFC PATCH 4/5] rust: block: add rnull, Rust null_blk implementation

[Bug Report] nvme-cli commands fails to open head disk node and print error
 2024-04-03 10:10 UTC  (7+ messages)

[PATCH v4 00/28] Zone write plugging
 2024-04-03  8:15 UTC  (25+ messages)
` [PATCH v4 02/28] block: Remove req_bio_endio()
` [PATCH v4 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v4 07/28] block: Introduce zone write plugging
` [PATCH v4 11/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v4 17/28] null_blk: Introduce fua attribute
` [PATCH v4 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v4 26/28] block: Remove zone write locking

[PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
 2024-04-03  5:41 UTC  (7+ messages)

[PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-04-03  5:10 UTC  (5+ messages)
` [PATCH v16 16/20] fsverity: consume fsverity built-in signatures via LSM hook
` [PATCH v16 17/20] ipe: enable support for fs-verity as a trust provider

[PATCH] block: propagate partition scanning errors to the BLKRRPART ioctl
 2024-04-03  2:28 UTC  (2+ messages)

[PATCH] block: fix overflow in blk_ioctl_discard()
 2024-04-03  1:28 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 read-only IMAP folder(s) and NNTP newsgroup(s).