Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-26 15:57:29 to 2024-04-03 02:11:15 UTC [more...]

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

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

WQ_UNBOUND workqueue warnings from multiple drivers
 2024-04-02 23:50 UTC  (4+ messages)

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

[PATCH v2] nvme: split nvme_update_zone_info
 2024-04-02 19:58 UTC  (4+ messages)

[PATCH] nvme-pci: Add sleep quirk for Samsung 990 Evo
 2024-04-02 16:08 UTC  (4+ messages)

[PATCH] fabrics: Fix fast_io_fail_tmo option
 2024-04-02 15:47 UTC  (2+ messages)

[PATCH] nvme-multipath: don't inherit LBA-related fields for the multipath node
 2024-04-02 14:15 UTC  (4+ messages)

[PATCH] tree: Add NVM subsystem controller identifier
 2024-04-02 13:32 UTC  (4+ messages)

[PATCH v2] nvme-fc: FPIN link integrity handling
 2024-04-02 12:55 UTC  (2+ messages)

[PATCH blktests v1 0/3] add blkdev type environment variable
 2024-04-02 10:10 UTC  (5+ messages)
` [PATCH blktests v1 1/3] nvme/rc: "
` [PATCH blktests v1 2/3] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v1 3/3] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type

nvmetcli FC transport problem
 2024-04-02  9:24 UTC  (5+ messages)

[PATCH v3 00/30] Zone write plugging
 2024-04-02  6:45 UTC  (100+ 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
` (subset) [PATCH v3 00/30] Zone write plugging

Fwd: Regression: Kernel 6.4 rc1 and higher causes Steam Deck to fail to wake from suspend (bisected)
 2024-03-30 13:46 UTC  (2+ messages)

[PATCH blktests v3 00/20] refactoring and various cleanups/fixes
 2024-03-29  8:05 UTC  (4+ messages)
` [PATCH blktests v3 16/20] nvme: drop default subsysnqn argument from _nvme_passthru_target_{setup|cleanup}

blktests failures with v6.9-rc1 kernel
 2024-03-29  5:01 UTC 

[PATCH RFC 04/10] mm: page_frag: add '_va' suffix to page_frag API
 2024-03-28 13:38 UTC 

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

[PATCH RFC 0/2] block,nvme: latency-based I/O scheduler
 2024-03-28 11:32 UTC  (3+ messages)

[PATCH] nvme: split nvme_update_zone_info
 2024-03-28 10:23 UTC  (2+ 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

[PATCH 1/2] block: track per-node I/O latency
 2024-03-27 20:59 UTC  (3+ messages)

[PATCH v6 00/10] block atomic writes
 2024-03-27 20:31 UTC  (6+ messages)
` [PATCH v6 05/10] block: Add core atomic write support

[PATCH] nvme: initialize identify ns data to NULL
 2024-03-26 15:54 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).