linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-29 13:28:20 to 2022-10-07 05:57:48 UTC [more...]

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 16:24 UTC  (10+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

[PATCH V2 0/2] nvme: Support user mode processing of ZNS Zone Changed AEN
 2022-10-07  4:59 UTC  (8+ messages)
` [PATCH V2 1/2] nvme: Include AEN CQE.DW1 in NVME_AEN uevents
` [PATCH V2 2/2] nvme: All AENs of type notify generate an NVME_AEN uevent

lockdep WARNING at blktests block/011
 2022-10-07  1:36 UTC  (13+ messages)

[PATCH v2] nvmet: force reconnect when number of queue changes
 2022-10-06 20:54 UTC  (18+ messages)

[linux-next:master] BUILD REGRESSION 7da9fed0474b4cd46055dd92d55c42faf32c19ac
 2022-10-06 20:07 UTC 

[RFC PATCH 00/21] block: add and use init tagset helper
 2022-10-06 18:40 UTC  (28+ messages)
` [RFC PATCH 01/21] "
` [RFC PATCH 02/21] loop: use lib tagset init helper
` [RFC PATCH 03/21] nbd: "
` [RFC PATCH 04/21] rnbd: "
` [RFC PATCH 05/21] bsg-lib: "
` [RFC PATCH 06/21] rnbd-clt: "
` [RFC PATCH 07/21] virtio-blk: "
` [RFC PATCH 08/21] scsi: "
` [RFC PATCH 09/21] block: "
` [RFC PATCH 10/21] amiflop: "
` [RFC PATCH 11/21] floppy: "
` [RFC PATCH 12/21] mtip32xx: "
` [RFC PATCH 13/21] z3ram: "
` [RFC PATCH 14/21] scm_blk: "
` [RFC PATCH 15/21] ubi: "
` [RFC PATCH 16/21] mmc: core: "
` [RFC PATCH 17/21] dasd: "
` [RFC PATCH 18/21] nvme-core: use lib tagset init helper for I/O q
` [RFC PATCH 19/21] nvme-core: use lib tagset init helper for adminq
` [RFC PATCH 20/21] nvme-apple: use lib tagset init helper
` [RFC PATCH 21/21] nvme-pci: "

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06 13:49 UTC  (28+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
    ` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions
` [f2fs-dev] [PATCH v1 0/5] treewide cleanup of random integer usage

[PATCH v1] nvme: do not log errors for user commands
 2022-10-06 13:30 UTC  (3+ messages)

[PATCH] nvme: ignore starting sector while error logging for passthrough requests
 2022-10-06  9:10 UTC 

[PATCH] nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDs
 2022-10-05  3:43 UTC  (2+ messages)

[PATCH v2 0/3] block/nvme: Fix DMA-noncoherent platforms support
 2022-10-04 17:33 UTC  (11+ messages)
` [PATCH v2 1/3] nvme-hwmon: Return error on kzalloc failure
` [PATCH v2 2/3] nvme-hwmon: Kmalloc the NVME SMART log buffer
` [PATCH v2 3/3] block: sed-opal: Cache-line-align the cmd/resp buffers

[PATCH] blk-mq: aggregate ktime_get per request batch
 2022-10-04 15:30 UTC 

[PATCH] nvme-fc: fix sleep-in-atomic-context bug caused by nvme_fc_rcv_ls_req
 2022-10-04 13:51 UTC  (7+ messages)

[PATCH v2 0/2] nvme-mpath: Add IO stats support
 2022-10-04  8:19 UTC  (6+ messages)
` [PATCH v2 1/2] nvme: introduce nvme_start_request
` [PATCH v2 2/2] nvme: support io stats on the mpath device

nvme-pci: disable write zeros support on SSDs
 2022-10-04  7:32 UTC  (14+ messages)

[PATCH] nvme-pci-disable-write-zeros-support-on-kingston-SSD
 2022-10-03 16:19 UTC  (3+ messages)

[RFC 0/2] nvme command whitelisting
 2022-10-03 11:54 UTC  (5+ messages)
  ` [RFC 1/2] nvme: add whitelisting infrastructure

[PATCH v2 1/1] nvme: use macro definitions for setting reservation values
 2022-10-03 10:16 UTC  (3+ messages)

[PATCH rfc 0/1] nvme-mpath: Add IO stats support
 2022-10-03  9:32 UTC  (19+ messages)
` [PATCH rfc] nvme: support io stats on the mpath device

NVMe write protection support
 2022-10-03  6:24 UTC  (11+ messages)

[PATCH] nvme-fc: Improve memory usage in nvme_fc_rcv_ls_req()
 2022-10-02 17:27 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 274d7803837da78dfc911bcda0d593412676fc20
 2022-10-01  4:22 UTC 

[PATCH v15 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-10-01  2:14 UTC  (7+ messages)

NVMe SMART Log critical warning during benchmark - is it really critical?
 2022-10-01  0:43 UTC 

add NVME_QUIRK_BOGUS_NID for Intel P4608
 2022-09-30 16:14 UTC  (4+ messages)

[PATCH 1/1] nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
 2022-09-30 15:59 UTC  (4+ messages)

[PATCH for-next v12 00/12] Fixed-buffer for uring-cmd/passthru
 2022-09-30 14:04 UTC  (16+ messages)
    ` [PATCH for-next v12 01/12] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v12 02/12] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v12 03/12] block: add blk_rq_map_user_io
    ` [PATCH for-next v12 04/12] scsi: Use blk_rq_map_user_io helper
    ` [PATCH for-next v12 05/12] nvme: "
    ` [PATCH for-next v12 06/12] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v12 07/12] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v12 08/12] block: rename bio_map_put to blk_mq_map_bio_put
    ` [PATCH for-next v12 09/12] block: factor out blk_rq_map_bio_alloc helper
    ` [PATCH for-next v12 10/12] block: extend functionality to map bvec iterator
    ` [PATCH for-next v12 11/12] nvme: pass ubuffer as an integer
    ` [PATCH for-next v12 12/12] nvme: wire up fixed buffer support for nvme passthrough

[RFC v0] nvme: do not log errors for user commands
 2022-09-30  8:15 UTC  (3+ messages)

[PATCH] nvme-multipath: fix possible hang in live ns resize with ANA access
 2022-09-30  6:40 UTC  (3+ messages)

[PATCH for-next v11 00/13] Fixed-buffer for uring-cmd/passthru
 2022-09-30  4:15 UTC  (8+ messages)
  ` [PATCH for-next v11 11/13] block: add blk_rq_map_user_io
  ` [PATCH for-next v11 12/13] scsi: Use blk_rq_map_user_io helper
  ` [PATCH for-next v11 02/13] io_uring: introduce fixed buffer support for io_uring_cmd

[PATCH] nvmet: fix workqueue MEM_RECLAIM flushing dependency
 2022-09-30  1:31 UTC  (2+ messages)

[PATCH] nvme: Support user mode processing of ZNS Zone Changed AEN
 2022-09-29 22:20 UTC  (3+ messages)

[PATCH for-next v11 04/13] nvme: refactor nvme_alloc_request
 2022-09-29 19:48 UTC  (2+ messages)

[PATCH 1/1] nvme: use macro definitions for setting reservation values
 2022-09-29 18:56 UTC  (3+ messages)

[PATCH 1/2] nvme-tcp: fix possible hang caused during ctrl deletion
 2022-09-29 18:45 UTC  (3+ messages)

[PATCH v2] nvme-pci: Set min align mask before calculating max_hw_sectors
 2022-09-29 18:22 UTC 

[GIT PULL] nvme fixes for Linux 6.0
 2022-09-29 15:10 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 NNTP newsgroup(s).