Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-26 12:50:11 to 2024-03-28 06:30:34 UTC [more...]

[Bug Report] nvme-cli commands fails to open head disk node and print error
 2024-03-28  6:30 UTC 

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

[PATCH] block: propagate partition scanning errors to the BLKRRPART ioctl
 2024-03-28  5:31 UTC 

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-28  5:16 UTC  (29+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 03/22] virtio_blk: "
` [PATCH 04/22] bluetooth: virtio: "
` [PATCH 05/22] hwrng: "
` [PATCH 06/22] virtio_console: "
` [PATCH 07/22] crypto: virtio - "
` [PATCH 08/22] firmware: arm_scmi: virtio: "
` [PATCH 09/22] gpio: "
` [PATCH 10/22] drm/virtio: "
` [PATCH 11/22] iommu: virtio: "
` [PATCH 12/22] misc: nsm: "
` [PATCH 13/22] net: caif: virtio: "
` [PATCH 14/22] net: "
` [PATCH 15/22] net: 9p: "
` [PATCH 16/22] net: vmw_vsock: "
` [PATCH 17/22] wireless: mac80211_hwsim: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "
` [PATCH 20/22] scsi: "
` [PATCH 21/22] fuse: "
` [PATCH 22/22] sound: "

convert SCSI to atomic queue limits, part 1
 2024-03-28  5:02 UTC  (18+ messages)
` [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 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 09/23] scsi: use the atomic queue limits API in scsi_add_lun
` [PATCH 13/23] sbp2: switch to using ->device_configure

[PATCH v2] block: Improve IOPS by removing the fairness code
 2024-03-28  4:58 UTC  (4+ messages)

[PATCH 1/2] block: add a helper to cancel atomic queue limit updates
 2024-03-28  3:03 UTC  (4+ messages)
  ` [PATCH 2/2] nvme: cancel the queue limit update when nvme_update_zone_info fails

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] Meta/Integrity/PI improvements
 2024-03-28  0:30 UTC  (4+ messages)
  ` [Lsf-pc] "

[RFC PATCH 0/4] Read/Write with meta buffer
 2024-03-27 23:38 UTC  (5+ messages)
    ` [RFC PATCH 1/4] io_uring/rw: Get rid of flags field in struct io_rw

[PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-03-27 22:01 UTC  (4+ messages)
` [PATCH RFC 1/2] mm: zsmalloc: support objects compressed based on multiple pages
` [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages

[PATCH RFC 0/2] block,nvme: latency-based I/O scheduler
 2024-03-27 20:59 UTC  (5+ messages)
` [PATCH 1/2] block: track per-node I/O latency
` [PATCH 2/2] nvme: add 'latency' iopolicy

[PATCH v6 00/10] block atomic writes
 2024-03-27 20:31 UTC  (15+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v6 03/10] fs: Initial atomic write support
` [PATCH v6 04/10] fs: Add initial atomic write support info to statx
` [PATCH v6 05/10] block: Add core atomic write support
` [PATCH v6 06/10] block: Add atomic write support for statx
` [PATCH v6 07/10] block: Add fops atomic write support
` [PATCH v6 08/10] scsi: sd: Atomic "
` [PATCH v6 09/10] scsi: scsi_debug: "
` [PATCH v6 10/10] nvme: "

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-27 17:14 UTC  (11+ messages)

[PATCH] blk-throttle: Only use seq_printf() in tg_prfill_limit()
 2024-03-27 16:29 UTC  (3+ messages)

[PATCH V5] blk-mq: don't schedule block kworker on isolated CPUs
 2024-03-27 16:29 UTC  (2+ messages)

FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 6.1-stable tree
 2024-03-27 13:54 UTC  (2+ messages)

[PATCH 0/8] block: implement NVMEM provider
 2024-03-27 12:33 UTC  (6+ messages)

FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 5.10-stable tree
 2024-03-27 12:20 UTC 

FAILED: Patch "block: Fix page refcounts for unaligned buffers in __bio_release_pages()" failed to apply to 5.15-stable tree
 2024-03-27 12:16 UTC 

[PATCH] block: handle BLK_OPEN_RESTRICT_WRITES correctly
 2024-03-27 12:01 UTC  (12+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] [RFC]: block: count BLK_OPEN_RESTRICT_WRITES openers
        ` [PATCH v2] block: handle BLK_OPEN_RESTRICT_WRITES correctly

[PATCH] fs,block: yield devices early
 2024-03-27 12:00 UTC  (6+ messages)

[PATCH v2 00/28] Zone write plugging
 2024-03-27  7:33 UTC  (25+ messages)
` [PATCH v2 03/28] block: Introduce blk_zone_update_request_bio()
` [PATCH v2 06/28] block: Remember zone capacity when revalidating zones
` [PATCH v2 07/28] block: Introduce zone write plugging
` [PATCH v2 08/28] block: Use a mempool to allocate zone write plugs
` [PATCH v2 09/28] block: Fake max open zones limit when there is no limit
` [PATCH v2 11/28] block: Implement zone append emulation
` [PATCH v2 12/28] block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
` [PATCH v2 17/28] null_blk: Introduce zone_append_max_sectors attribute
` [PATCH v2 26/28] block: Remove zone write locking
` [PATCH v2 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED

[PATCH] block: don't reject too large max_user_sectors in blk_validate_limits
 2024-03-26 17:29 UTC  (2+ messages)

[PATCH] block: Make blk_rq_set_mixed_merge() static
 2024-03-26 17:28 UTC  (2+ messages)

pktcdvd ->open_mutex lockdep splat
 2024-03-26 15:11 UTC  (4+ messages)

[PATCH] blk-throttle: Fix W=1 build issue in tg_prfill_limit()
 2024-03-26 14:57 UTC  (5+ messages)

[PATCH blktests v3 00/20] refactoring and various cleanups/fixes
 2024-03-26 13:14 UTC  (21+ messages)
` [PATCH blktests v3 01/20] nvme/rc: silence error on module unload for fc
` [PATCH blktests v3 02/20] nvme/rc: silence fcloop cleanup failures
` [PATCH blktests v3 03/20] nvme/rc: log error if stale configuration is found
` [PATCH blktests v3 04/20] common/xfs: propagate errors from _xfs_run_fio_verify_io
` [PATCH blktests v3 05/20] nvme/{012,013,035}: check return value of _xfs_run_fio_verify_io
` [PATCH blktests v3 06/20] nvme/rc: use long command line option for nvme
` [PATCH blktests v3 07/20] nvme/{014,015,018,019,020,023,024,026,045,046}: "
` [PATCH blktests v3 08/20] nvme/rc: connect subsys only support long options
` [PATCH blktests v3 09/20] nvme/rc: add nqn/uuid args to target setup/cleanup helper
` [PATCH blktests v3 10/20] nvme/rc: remove unused connect options
` [PATCH blktests v3 11/20] nvme/rc: do not cleanup external managed loop device
` [PATCH blktests v3 12/20] nvme/031: do not open code target setup/cleanup
` [PATCH blktests v3 13/20] nvme: drop default trtype argument for _nvmet_connect_subsys
` [PATCH blktests v3 14/20] nvme: drop default trtype argument for _nvmet_passthru_target_connect
` [PATCH blktests v3 15/20] nvme: drop default subsysnqn argument from _nvme_{connect|disconnect}_subsys
` [PATCH blktests v3 16/20] nvme: drop default subsysnqn argument from _nvme_passthru_target_{setup|cleanup}
` [PATCH blktests v3 17/20] nvme: drop default subsysnqn argument from _nvmet_passthru_target_connect
` [PATCH blktests v3 18/20] nvme/{041,042,043,044,045,048}: do not pass default host{nqn|id} to _nvme_connect_subsys
` [PATCH blktests v3 19/20] nvme: don't assume namespace id
` [PATCH blktests v3 20/20] nvme/028: drop unused nvmedev


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