Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 06:30:35 to 2024-04-03 17:18:51 UTC [more...]

[PATCH AUTOSEL 6.6 17/20] drivers/nvme: Add quirks for device 126f:2262
 2024-04-03 17:17 UTC 

[PATCH AUTOSEL 6.8 24/28] drivers/nvme: Add quirks for device 126f:2262
 2024-04-03 17:16 UTC 

[PATCH] fabrics : allow host to create duplicate connections to target
 2024-04-03 16:43 UTC  (3+ messages)

[PATCH v5 00/28] Zone write plugging
 2024-04-03 15:28 UTC  (33+ 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-03 14:17 UTC  (3+ messages)
` [PATCH 1/2] block: track per-node I/O latency
` [PATCH 2/2] nvme: add 'latency' iopolicy

[PATCH] nvme: don't create a multipath node for zero capacity devices
 2024-04-03 13:40 UTC  (2+ messages)

nvme-cli ‘nvme connect’ --duplicate-connect flag (-D) is not supported anymore
 2024-04-03 13:27 UTC  (4+ messages)

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

[PATCH] nvmetcli: Support unique discovery NQN
 2024-04-03 11:51 UTC 

[PATCHv5] nvmet: implement unique discovery NQN
 2024-04-03 11:31 UTC 

[PATCH] fabrics: Fix fast_io_fail_tmo option
 2024-04-03 10:16 UTC  (4+ messages)

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

[PATCH] tree: Add NVM subsystem controller identifier
 2024-04-03  9:57 UTC  (5+ messages)

[PATCH] nvme-pci: Add sleep quirk for Samsung 990 Evo
 2024-04-03  9:24 UTC  (5+ messages)

[PATCH blktests v1 0/3] add blkdev type environment variable
 2024-04-03  9:00 UTC  (7+ 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

[PATCH v4 00/28] Zone write plugging
 2024-04-03  8:15 UTC  (46+ 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

[linux-nvme:nvme-6.9] BUILD SUCCESS c85c9ab926a592e2f59f7d9a6ca7d6562843d8fa
 2024-04-03  5:26 UTC 

[PATCH v2] nvme: split nvme_update_zone_info
 2024-04-03  3:40 UTC  (7+ messages)

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

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

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

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  (70+ messages)
` [PATCH v3 01/30] block: Do not force full zone append completion in req_bio_endio()
` [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 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 15/30] scsi: sd: Use the block layer zone append emulation
` [PATCH v3 17/30] null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator feature
` [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 22/30] block: Simplify blk_revalidate_disk_zones() interface
` [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 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)


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