Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-24 12:08:16 to 2025-04-04 07:28:43 UTC [more...]

[PATCH v3 00/18] nvmet-fcloop: track resources via reference counting
 2025-04-04  7:28 UTC  (14+ messages)
` [PATCH v3 02/18] nvmet-fcloop: replace kref with refcount
` [PATCH v3 06/18] nvmet-fcloop: sync targetport removal
` [PATCH v3 08/18] nvmet-fcloop: add missing fcloop_callback_host_done

[PATCH 0/2] nvmet: improve 'read-only' handling
 2025-04-04  6:26 UTC  (10+ messages)
` [PATCH 1/2] nvmet: make 'readonly' setting configurable
` [PATCH 2/2] nvmet: implement persistent read-only namespace feature

[PATCH] nvmet: Replace sock_create with sock_create_kern
 2025-04-04  6:17 UTC  (10+ messages)
    ` [PATCH] Fix netns UAF introduced by commit 1be52169c348
            ` [PATCH v2] nvme-tcp: "

[PATCH v2] nvmet: replace strncpy with strscpy
 2025-04-03 23:23 UTC 

[PATCH v1 0/1] nvme: add admin controller support. prohibit ioq creation for admin & disco ctrlrs
 2025-04-03 18:59 UTC  (14+ messages)
` [PATCH v1 1/1] "

[PATCH] libnvme: do not byte swap command dwords
 2025-04-03 18:25 UTC  (5+ messages)

[PATCHv2] nvme-cli: attach ns to local controller if none specified
 2025-04-03 17:23 UTC  (2+ messages)

[PATCH 0/2] nvme: missed AENs during scanning
 2025-04-03 15:52 UTC  (7+ messages)
` [PATCH 1/2] nvme: requeue namespace scan on missed AENs
` [PATCH 2/2] nvme: re-read ANA log page after ns scan completes

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-04-03  7:55 UTC  (8+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "

[PATCH v4 0/3] nvme: Add sysfs interface for APST configuration management
 2025-04-03  7:22 UTC  (4+ messages)
` [PATCH v4 1/3] nvme: Add warning for PST table memory allocation failure in nvme_configure_apst
` [PATCH v4 2/3] nvme: add sysfs interface for APST table updates
` [PATCH v4 3/3] nvme: add per-controller sysfs interface for APST configuration

[PATCH v3 0/3] nvme: Add sysfs interface for APST configuration management
 2025-04-03  7:08 UTC  (9+ messages)
` [PATCH v3 1/3] nvme: Add warning for PST table memory allocation failure in nvme_configure_apst
` [PATCH v3 2/3] nvme: add sysfs interface for APST table updates
` [PATCH v3 3/3] nvme: add per-controller sysfs interface for APST configuration

[PATCHv3 0/3] nvme-tcp: fixup I/O stall on congested sockets
 2025-04-03  6:55 UTC  (4+ messages)
` [PATCH 1/3] nvme-tcp: open-code nvme_tcp_queue_request() for R2T
` [PATCH 2/3] nvme-tcp: sanitize request list handling
` [PATCH 3/3] nvme-tcp: fix I/O stalls on congested sockets

[PATCH][next] nvme-loop: Avoid -Wflex-array-member-not-at-end warning
 2025-04-03  4:45 UTC  (3+ messages)

[PATCH v27 00/20] nvme-tcp receive offloads
 2025-04-03  4:43 UTC  (5+ messages)
` [PATCH v27 15/20] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration

[PATCH] nvme-cli: attach ns to local controller if none specified
 2025-04-03  4:38 UTC  (8+ messages)

[PATCH 0/1] Fix a regression in 6.13 kernel
 2025-04-03  4:37 UTC  (4+ messages)
` [PATCH 1/1] nvme-pci: do not call nvme_write_sq_db() if the commands list is empty

[PATCH v2 0/3] nvme: make core.nvme_multipath configurable
 2025-04-03  4:35 UTC  (4+ messages)
` [PATCH v2 2/3] nvme-multipath: add the NVME_MULTIPATH_PARAM config option

[PATCH] nvmet: replace strncpy with strscpy
 2025-04-03  4:27 UTC  (2+ messages)

[GIT PULL] nvme updates for Linux 6.15
 2025-04-02 18:11 UTC  (2+ messages)

[linux-nvme:nvme-6.15] BUILD SUCCESS 288ff0d10beb069355036355d5f7612579dc869c
 2025-04-02 16:39 UTC 

[PATCH v4 0/3] nvme_map_user_request() cleanup
 2025-04-02 13:21 UTC  (8+ messages)
` [PATCH v4 1/3] nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
` [PATCH v4 2/3] nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()
` [PATCH v4 3/3] nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()

[PATCH blktests] nvme/025: use character device for nvme effects-log command
 2025-04-02  7:37 UTC 

[PATCH blktests 00/10] nvme: test cases for TLS support
 2025-04-02  7:09 UTC  (11+ messages)
` [PATCH blktests 01/10] common/rc: introduce _have_systemctl_unit()
` [PATCH blktests 02/10] common/rc: introduce _systemctl_start() and _systemctl_stop()
` [PATCH blktests 03/10] common/rc,fio: factor out _compare_three_version_numbers()
` [PATCH blktests 04/10] nvme/rc: introduce _have_tlshd_ver() and _have_systemd_tlshd_service()
` [PATCH blktests 05/10] nvme/rc: introduce _have_libnvme_ver()
` [PATCH blktests 06/10] common/nvme: add '--tls' argument to _nvme_connect_subsys()
` [PATCH blktests 07/10] common/nvme: TLS target support
` [PATCH blktests 08/10] common/nvme: handle option '--concat' for _nvme_connect_subsys
` [PATCH blktests 09/10] nvme: add testcase for TLS-encrypted connections
` [PATCH blktests 10/10] nvme: add testcase for secure concatenation

nvme-cli connect regression
 2025-04-01 21:40 UTC  (3+ messages)

[linux-nvme:for-next] BUILD SUCCESS 0514a1379e11c6b8038674f43a478b0857d47a5e
 2025-04-01 18:20 UTC 

[PATCH RFC 0/3] nvme: add support for command quiesce timeout
 2025-04-01 13:32 UTC  (8+ messages)
` [PATCH RFC 1/3] nvmet: add command quiesce time
` [PATCH RFC 2/3] nvme: store cqt value into nvme ctrl object
` [PATCH RFC 3/3] nvme: delay failover by command quiesce timeout

nvme-tcp: fix a possible UAF when failing to send request
 2025-04-01 12:11 UTC  (6+ messages)
  ` Re: nvme-tcp: fix a possible UAF when failing to send request【请注意,邮件由sagigrim@gmail.com代发】
    `  "
      ` Re: nvme-tcp: fix a possible UAF when failing to send request

[PATCH v2 0/3] nvme: Add sysfs interface for APST configuration management
 2025-04-01  8:56 UTC  (7+ messages)
` [PATCH v2 1/3] nvme: Add warning for PST table memory allocation failure in nvme_configure_apst
` [PATCH v2 2/3] nvme: add sysfs interface for APST table updates
` [PATCH v2 3/3] nvme: add per-controller sysfs interface for APST configuration

[LSF/MM/BPF TOPIC] HA features for NVMe-oF
 2025-03-23  1:50 UTC  (2+ messages)
` [LSF/MM/BPF TOPIC] Migration of NVMe namespace between subsystems

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-04-01  1:09 UTC  (18+ messages)

[PATCH v3 0/5] nvme: make core.nvme_multipath configurable
 2025-03-31 23:55 UTC  (9+ messages)
` [PATCH v3 1/5] nvme: update the multipath warning in nvme_init_ns_head
` [PATCH v3 2/5] nvme: change the NVME_MULTIPATH config option description
` [PATCH v3 3/5] nvme: add the NVME_ENABLE_MULTIPATH_PARAM config option
` [PATCH v3 4/5] nvme: add NVME_ENABLE_MULTIPATH_PARAM for loongarch
` [PATCH v3 5/5] nvme: add NVME_ENABLE_MULTIPATH_PARAM for powerpc skiroot

Questions about I/O queue number of NVMe device
 2025-03-31 15:16 UTC  (2+ messages)

[linux-nvme:for-next] BUILD SUCCESS 3d279ec205344b4120d6e008efe514228df0f1b3
 2025-03-29 17:56 UTC 

[PATCH v2 0/3] nvme_map_user_request() cleanup
 2025-03-28  2:48 UTC  (9+ messages)
` [PATCH v2 1/3] nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
` [PATCH v2 2/3] nvme/ioctl: don't call blk_mq_free_request() in nvme_map_user_request()
` [PATCH v2 3/3] nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()

[PATCHv2 0/5] nvme-tcp: fixup I/O stall on congested sockets
 2025-03-27 15:48 UTC  (6+ messages)
` [PATCH 1/5] nvme-tcp: open-code nvme_tcp_queue_request() for R2T
` [PATCH 2/5] nvme-tcp: sanitize request list handling
` [PATCH 3/5] nvme-tcp: fix I/O stalls on congested sockets
` [PATCH 4/5] nvme: requeue namespace scan on missed AENs
` [PATCH 5/5] nvme: re-read ANA log page after ns scan completes

Pytanie o ofertę
 2025-03-27  9:05 UTC 

[PATCH 0/3] nvme: Add sysfs interface for APST configuration management
 2025-03-26 10:16 UTC  (4+ messages)
` [PATCH 1/3] nvme: Add warning for PST table memory allocation failure in nvme_configure_apst
` [PATCH 2/3] nvme: add sysfs interface for APST table updates
` [PATCH 3/3] nvme: add per-controller sysfs interface for APST configuration

[PATCH 0/3] nvme: Add sysfs interface for APST configuration management
 2025-03-26 10:02 UTC 

[PATCH 0/3] nvme: Add sysfs interface for APST configuration management
 2025-03-26 10:06 UTC 

[PATCH v3 0/3] nvme_map_user_request() cleanup
 2025-03-26  3:47 UTC  (9+ messages)
` [PATCH v3 1/3] nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
` [PATCH v3 2/3] nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()
` [PATCH v3 3/3] nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()

[tip: objtool/urgent] objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()
 2025-03-25 22:20 UTC 

[RFC PATCH 0/2] improve NVMe multipath handling
 2025-03-25 15:21 UTC  (5+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCH 2/2] nvme-multipath: remove multipath module param

Proszę o kontakt
 2025-03-25  8:31 UTC 

[RFC PATCH v1 0/7] nvme-tcp: Implement TP4129 (KATO Corrections and Clarifications)
 2025-03-24 17:49 UTC  (8+ messages)
` [RFC PATCH v1 1/7] nvme-core: Read CQT wait from identify controller response
` [RFC PATCH v1 2/7] nvmef: Add nvmef_req_hold_timeout_ms() to calculate kato request hold time
` [RFC PATCH v1 3/7] nvme-tcp: Move freeing tagset out of nvme_tcp_teardown_io_queues()
` [RFC PATCH v1 4/7] nvme-tcp: Move freeing admin tagset out of nvme_tcp_teardown_admin_queue()
` [RFC PATCH v1 5/7] nvme-tcp: Split nvme_tcp_teardown_io_queues() into two functions
` [RFC PATCH v1 6/7] nvme-core: Add support for holding inflight requests
` [RFC PATCH v1 7/7] nvme-tcp: Do not immediately cancel inflight requests during recovery

[PATCH 0/3] Consistently look up fixed buffers before going async
 2025-03-24 16:41 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] NVMe Persistent Device Names II: Links and Quirks
 2025-03-24 13:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox