Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-24 14:16:00 to 2024-01-30 03:38:07 UTC [more...]

[PATCH 0/3] *** nvme: add some commands tracing ***
 2024-01-30  3:37 UTC  (7+ messages)
` [PATCH 1/3] nvme: add tracing of reservation commands
` [PATCH 2/3] nvme: parse dsm command detailly when tracing
` [PATCH 3/3] nvme: parse format command's lbafu "

[PATCH V4 0/1] *** Implement the NVMe reservation feature ***
 2024-01-30  3:09 UTC  (7+ messages)
` [PATCH V4 1/1] nvmet: support reservation feature

[PATCH V9 0/1] nvme: allow passthru cmd error logging
 2024-01-30  0:19 UTC  (2+ messages)
` [PATCH V9 1/1] "

[PATCH v3 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-29 23:29 UTC  (11+ messages)
` [PATCH v3 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH v3 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
` [PATCH v3 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v3 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH v3 5/5] block: remove gfp_flags from blkdev_zone_mgmt

[PATCHv2 1/3] nvme-tcp: show hostnqn when connecting to tcp target
 2024-01-29 20:06 UTC  (12+ messages)
` [PATCHv2 2/3] nvme-rdma: show hostnqn when connecting to rdma target
` [PATCHv2 3/3] nvme-fc: show hostnqn when connecting to fc target

[PATCHv4 0/3] nvme: enable retries for authentication commands
 2024-01-29 20:01 UTC  (10+ messages)
` [PATCH 1/3] nvme-auth: open-code single-use macros
` [PATCH 2/3] nvme: change __nvme_submit_sync_cmd() calling conventions
` [PATCH 2/3] nvme: simplify "
` [PATCH 3/3] nvme: enable retries for authentication commands

Make NVME shutdown two-pass - Version 5
 2024-01-29 18:19 UTC  (6+ messages)
` [PATCH 1/5] driver core: Support two-pass driver shutdown
` [PATCH 2/5] PCI: Support two-pass shutdown
` [PATCH 3/5] nvme: Change 'bool shutdown' into an enum shutdown_type for nvme_dev_disable()
` [PATCH 4/5] nvme: Add a new exported function nvme_request_shutdown()
` [PATCH 5/5] nvme: Add two-pass shutdown support

[PATCHv3 0/3] nvme: enable retries for authentication commands
 2024-01-29 15:13 UTC  (12+ messages)
` [PATCH 1/3] nvme-auth: open-code single-use macros
` [PATCH 2/3] nvme: simplify __nvme_submit_sync_cmd() calling conventions
` [PATCH 3/3] nvme: enable retries for authentication commands

[PATCH v3 00/15] block atomic writes
 2024-01-29 14:39 UTC  (10+ messages)
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[PATCH v1 0/8] Enforce uniform metadata settings for ns head
 2024-01-29 12:37 UTC  (16+ messages)
` [PATCH 5/8] nvme: sync the namespace scanning during ctrl start

[PATCH blktests V3] nvme: add nvme pci timeout testcase
 2024-01-29 11:57 UTC  (3+ messages)

[PATCH 1/3] nvme-tcp: show hostnqn when connecting to tcp target
 2024-01-29 10:57 UTC  (4+ messages)
` [PATCH 2/3] nvme-rdma: show hostnqn when connecting to rdma target
` [PATCH 3/3] nvme-fc: show hostnqn when connecting to fc target

[PATCHv3] nvme: use ctrl state accessor
 2024-01-29 10:52 UTC  (4+ messages)

[PATCH V8 0/1] nvme: allow passthru cmd error logging
 2024-01-29 10:24 UTC  (12+ messages)
` [PATCH V8 1/1] "

nvme-tcp: question on poll return value
 2024-01-29  7:38 UTC  (5+ messages)
  `  "

atomic queue limits updates v2
 2024-01-29  6:16 UTC  (21+ messages)
` [PATCH 01/14] block: move max_{open,active}_zones to struct queue_limits
` [PATCH 02/14] block: refactor disk_update_readahead
` [PATCH 03/14] block: add an API to atomically update queue limits
` [PATCH 04/14] block: use queue_limits_commit_update in queue_max_sectors_store
` [PATCH 05/14] block: add a max_user_discard_sectors queue limit
` [PATCH 06/14] block: use queue_limits_commit_update in queue_discard_max_store
` [PATCH 07/14] block: pass a queue_limits argument to blk_alloc_queue
` [PATCH 08/14] block: pass a queue_limits argument to blk_mq_init_queue
` [PATCH 09/14] block: pass a queue_limits argument to blk_mq_alloc_disk
` [PATCH 10/14] virtio_blk: split virtblk_probe
` [PATCH 11/14] virtio_blk: pass queue_limits to blk_mq_alloc_disk
` [PATCH 12/14] loop: cleanup loop_config_discard
` [PATCH 13/14] loop: pass queue_limits to blk_mq_alloc_disk
` [PATCH 14/14] loop: use the atomic queue limits update API

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-01-29  4:32 UTC 

[PATCH V5 0/1] *** Implement the NVMe reservation feature ***
 2024-01-29  4:01 UTC  (2+ messages)
` [PATCH V5 1/1] nvmet: support reservation feature

Western Digital SSD freezes on power saving
 2024-01-28 17:25 UTC  (4+ messages)

[linux-nvme:nvme-6.8] BUILD SUCCESS 47c5dd66c1840524572dcdd956f4af2bdb6fbdff
 2024-01-28 12:27 UTC 

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-27 18:43 UTC  (10+ messages)

Question about bool in __nvme_submit_sync_cmd
 2024-01-27 12:25 UTC 

[PATCH 5/5] block: remove gfp_flags from blkdev_zone_mgmt
 2024-01-27  9:57 UTC  (3+ messages)

[PATCHv2 00/13] nvme: implement secure concatenation
 2024-01-27  9:30 UTC  (14+ messages)
` [PATCH 01/13] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 02/13] nvme: add nvme_auth_generate_psk()
` [PATCH 03/13] nvme: add nvme_auth_generate_digest()
` [PATCH 04/13] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 05/13] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 06/13] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH 07/13] nvme-tcp: check for invalidated or revoked key
` [PATCH 08/13] nvme-fabrics: authentication errors are not retryable
` [PATCH 09/13] nvme-tcp: sanitize TLS key handling
` [PATCH 10/13] nvme-tcp: request secure channel concatenation
` [PATCH 11/13] nvme-tcp: combine reset and recovery
` [PATCH 12/13] nvme-tcp: reset after recovery for secure concatenation
` [PATCH 13/13] nvmet-tcp: support secure channel concatenation

[PATCH] nvmet-tcp: fix nvme tcp ida memory leak
 2024-01-26 17:18 UTC  (4+ messages)

[PATCHv2] nvme: use ctrl state accessor
 2024-01-26 16:30 UTC  (4+ messages)

[PATCHv2] nvme: enable retries for authentication commands
 2024-01-26 16:21 UTC  (4+ messages)

[PATCH v3 00/17] enable nvmet-fc for blktests
 2024-01-26 15:32 UTC  (5+ messages)
` [PATCH v3 08/16] nvmet-fc: untangle cross refcounting objects

[Report] requests are submitted to hardware in reverse order from nvme/virtio-blk queue_rqs()
 2024-01-26 14:10 UTC  (6+ messages)

[PATCH v4] nvme-fc: do not wait in vain when unloading module
 2024-01-26 13:44 UTC  (2+ messages)

[PATCH blktests] nvme/046: change nvme io-passthru command option from -o to --opcode
 2024-01-26  6:43 UTC  (2+ messages)

[linux-nvme:nvme-6.8] BUILD SUCCESS 15ade5bfa5abf0e02249239db91d5438fa796d18
 2024-01-25 18:21 UTC 

[PATCH] nvme: enable retries for authentication commands
 2024-01-25 17:18 UTC  (7+ messages)

[PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-25 16:53 UTC  (6+ messages)
` [PATCH v2 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH v2 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
` [PATCH v2 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v2 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH v2 5/5] block: remove gfp_flags from blkdev_zone_mgmt

atomic queue limits updates
 2024-01-25 14:35 UTC  (12+ messages)
` [PATCH 03/15] block: add an API to atomically update queue limits
` [PATCH 05/15] block: add a max_user_discard_sectors queue limit
` [PATCH 08/15] block: pass a queue_limits argument to blk_alloc_queue

blktests failures with v6.8-rc1 kernel
 2024-01-25  6:34 UTC 

[PATCH] nvme: use ctrl state accessor
 2024-01-25  0:33 UTC  (3+ messages)

[PATCH v2] nvme_core: scan namespaces asynchronously
 2024-01-24 19:38 UTC  (6+ messages)

[RFC 0/1] nvme: Add NVMe LBA Fault Injection
 2024-01-24 17:11 UTC  (9+ messages)

[PATCH] nvme-rdma: Fix transfer length when write_generate/read_verify are 0
 2024-01-24 15:33 UTC  (2+ messages)

[PATCH V2 1/2] nvme: add module description to stop warnings
 2024-01-24 15:27 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