Linux-NVME Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 14:48:03 to 2024-04-05 10:56:56 UTC [more...]

[PATCH v6 00/10] block atomic writes
 2024-04-05 10:55 UTC  (9+ messages)

[PATCH v6 00/28] Zone write plugging
 2024-04-05 10:40 UTC  (30+ 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
` [PATCH v6 21/28] block: mq-deadline: Remove support for zone write locking
` [PATCH v6 22/28] block: Remove elevator required features
` [PATCH v6 23/28] block: Do not check zone type in blk_check_zone_append()
` [PATCH v6 24/28] block: Move zone related debugfs attribute to blk-zoned.c
` [PATCH v6 25/28] block: Replace zone_wlock debugfs entry with zone_wplugs entry
` [PATCH v6 26/28] block: Remove zone write locking
` [PATCH v6 27/28] block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED
` [PATCH v6 28/28] block: Do not special-case plugging of zone write operations

[PATCH v4 0/5] nvme-fabrics: short-circuit connect retries
 2024-04-05 10:02 UTC  (13+ messages)
` [PATCH v4 1/5] nvme: authentication error are always non-retryable
` [PATCH v4 2/5] nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
` [PATCH v4 3/5] nvmet: return DHCHAP status codes from nvmet_setup_auth()
` [PATCH v4 4/5] nvme-tcp: short-circuit reconnect retries
` [PATCH v4 5/5] nvme-rdma: "

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

[PATCH v2 0/2] nvme(t)-fc: couple of fixes/cleanups
 2024-04-05  6:15 UTC  (7+ messages)
` [PATCH v2 1/2] nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists
` [PATCH v2 2/2] nvme-fc: rename free_ctrl callback to match name pattern

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

[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

[GIT PULL] nvme fixes for Linux 6.9
 2024-04-04 19:23 UTC  (2+ messages)

[PATCHv5] nvmet: implement unique discovery NQN
 2024-04-04 15:58 UTC  (3+ messages)

[PATCH] nvme: don't create a multipath node for zero capacity devices
 2024-04-04 15:58 UTC  (4+ messages)

[PATCH v24 00/20] nvme-tcp receive offloads
 2024-04-04 12:37 UTC  (21+ messages)
` [PATCH v24 01/20] net: Introduce direct data placement tcp offload
` [PATCH v24 02/20] netlink: add new family to manage ULP_DDP enablement and stats
` [PATCH v24 03/20] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v24 04/20] net/tls,core: export get_netdev_for_sock
` [PATCH v24 05/20] nvme-tcp: Add DDP offload control path
` [PATCH v24 06/20] nvme-tcp: Add DDP data-path
` [PATCH v24 07/20] nvme-tcp: RX DDGST offload
` [PATCH v24 08/20] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v24 09/20] Documentation: add ULP DDP offload documentation
` [PATCH v24 10/20] net/mlx5e: Rename from tls to transport static params
` [PATCH v24 11/20] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v24 12/20] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v24 13/20] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v24 14/20] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v24 15/20] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v24 16/20] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v24 17/20] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v24 18/20] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v24 19/20] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v24 20/20] net/mlx5e: NVMEoTCP, statistics

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

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

[PATCH AUTOSEL 5.15 7/8] drivers/nvme: Add quirks for device 126f:2262
 2024-04-03 17:19 UTC 

[PATCH AUTOSEL 6.1 14/15] drivers/nvme: Add quirks for device 126f:2262
 2024-04-03 17:18 UTC 

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

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

[PATCH] nvmetcli: Support unique discovery NQN
 2024-04-03 11:51 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  (7+ messages)

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

[PATCH] nvme-pci: Add sleep quirk for Samsung 990 Evo
 2024-04-03  9:24 UTC  (5+ 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

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


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