linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-12 13:48:05 to 2023-04-19 21:31:51 UTC [more...]

[RFC v1 0/1] nvme testsuite runtime optimization
 2023-04-19 21:31 UTC  (9+ messages)
` [RFC v1 1/1] nvme: Limit runtime for verification and limit test image size

[PATCH blktests v2 0/2] nvme_trtype=fc fixes
 2023-04-19 21:15 UTC  (10+ messages)
` [PATCH blktests v2 1/2] nvme-rc: Cleanup fc ports in reverse order
` [PATCH blktests v2 2/2] nvme-rc: Cleanup fc resource before module unloading

[PATCH v10 0/9] Implement copy offload support
 2023-04-19 18:55 UTC  (11+ messages)
  ` [PATCH v10 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v10 2/9] block: Add copy offload support infrastructure
  ` [PATCH v10 3/9] block: add emulation for copy
  ` [PATCH v10 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v10 5/9] nvme: add copy offload support
  ` [PATCH v10 6/9] nvmet: add copy command support for bdev and file ns
  ` [PATCH v10 7/9] dm: Add support for copy offload
  ` [PATCH v10 8/9] dm: Enable copy offload for dm-linear target
  ` [PATCH v10 9/9] null_blk: add support for copy offload

[PATCH 0/2] io_uring: Pass whole sqe to commands
 2023-04-19 10:29 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] io_uring: Remove unnecessary BUILD_BUG_ON

[PATCH v3 0/4] nvmet-fcloop: unblock module removal
 2023-04-19  9:35 UTC  (9+ messages)
` [PATCH v3 1/4] nvmet-fcloop: Remove remote port from list when unlinking
` [PATCH v3 2/4] nvmet-fcloop: Do not wait on completion when unregister fails
` [PATCH v3 3/4] nvmet-fc: Do not wait in vain when unloading module
` [PATCH v3 4/4] nvmet-fc: Release reference on target port

[PATCH] nvme/tcp: Add support to set the tcp worker cpu affinity
 2023-04-19  9:32 UTC  (23+ messages)
` [PATCH v2] "

[PATCHv4 00/17] nvme: In-kernel TLS support for TCP
 2023-04-19  9:09 UTC  (20+ messages)
` [PATCH 01/17] nvme-keyring: register '.nvme' keyring
` [PATCH 02/17] nvme-keyring: define a 'psk' keytype
` [PATCH 03/17] nvme: add TCP TSAS definitions
` [PATCH 04/17] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/17] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/17] net/tls: implement ->read_sock()
` [PATCH 07/17] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 08/17] nvme-tcp: fixup MSG_SENDPAGE_NOTLAST
` [PATCH 09/17] security/keys: export key_lookup()
` [PATCH 10/17] nvme/tcp: allocate socket file
` [PATCH 11/17] nvme-tcp: enable TLS handshake upcall
` [PATCH 12/17] nvme-tcp: control message handling for recvmsg()
` [PATCH 13/17] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 14/17] nvmet: make TCP sectype settable via configfs
` [PATCH 15/17] nvmet-tcp: allocate socket file
` [PATCH 16/17] nvmet-tcp: enable TLS handshake upcall
` [PATCH 17/17] nvmet-tcp: control messages for recvmsg()

[PATCHv3 00/18] nvme: In-kernel TLS support for TCP
 2023-04-18 18:28 UTC  (49+ messages)
` [PATCH 01/18] nvme-keyring: register '.nvme' keyring
` [PATCH 02/18] nvme-keyring: define a 'psk' keytype
` [PATCH 03/18] nvme: add TCP TSAS definitions
` [PATCH 04/18] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/18] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/18] net/tls: implement ->read_sock()
` [PATCH 07/18] net/tls: sanitize MSG_EOR handling
` [PATCH 08/18] nvme-tcp: do not set MSG_SENDPAGE_NOTLAST
` [PATCH 09/18] security/keys: export key_lookup()
` [PATCH 10/18] nvme/tcp: allocate socket file
` [PATCH 11/18] nvme-tcp: enable TLS handshake upcall
` [PATCH 12/18] nvme-tcp: control message handling for recvmsg()
` [PATCH 13/18] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 14/18] nvmet: make TCP sectype settable via configfs
` [PATCH 15/18] nvmet-tcp: allocate socket file
` [PATCH 16/18] nvmet-tcp: enable TLS handshake upcall
` [PATCH 17/18] nvmet-tcp: control messages for recvmsg()
` [PATCH 18/18] nvmet-tcp: add configfs attribute 'param_keyring'

[PATCH 0/3] keepalive bugfixes
 2023-04-18 16:59 UTC  (8+ messages)
` [PATCH 1/3] nvme: double KA polling frequency to avoid KATO with TBKAS on
` [PATCH 2/3] nvme: check IO start time when deciding to defer KA
` [PATCH 3/3] nvme: improve handling of long keep alives

[PATCH blktests] nvme-rc: Cleanup fcloop resources in reverse order
 2023-04-18 16:17 UTC  (2+ messages)

[PATCH] nvmet-auth: remove some dead code
 2023-04-18  4:06 UTC  (2+ messages)

[PATCH blktests] nvme/039: avoid failure by error message rate limit
 2023-04-18  2:17 UTC  (6+ messages)

[PATCH blktests v3 0/2] nvme uring-passthrough test
 2023-04-18  1:03 UTC  (4+ messages)
  ` [PATCH blktests v3 1/2] common,fio: helper for version check
  ` [PATCH blktests v3 2/2] nvme/049: add test for uring-passthrough

[PATCH v6 00/18] Use block pr_ops in LIO
 2023-04-17 19:13 UTC  (7+ messages)
` [PATCH v6 06/18] dm: Add support for block PR read keys/reservation

[PATCHv2 00/18] nvme: In-kernel TLS support for TCP
 2023-04-17 15:12 UTC  (9+ messages)
` [PATCH 18/18] nvmet-tcp: add configfs attribute 'param_keyring'

WTF is going on with the nvme-cli build
 2023-04-17 14:32 UTC  (10+ messages)

[PATCH V5 0/1] nvme: allow passthru cmd error logging
 2023-04-14 22:01 UTC  (6+ messages)

[linux-nvme:nvme-6.3] BUILD SUCCESS 74391b3e69855e7dd65a9cef36baf5fc1345affd
 2023-04-14 17:28 UTC 

[GIT PULL] nvme updates for Linux 6.4
 2023-04-14 12:32 UTC  (2+ messages)

[GIT PULL] nvme fix for Linux 6.3
 2023-04-14 12:29 UTC  (2+ messages)

[PATCH 1/1] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM173X
 2023-04-14  5:12 UTC  (3+ messages)

[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD
 2023-04-14  0:55 UTC 

[linux-nvme:nvme-6.4] BUILD SUCCESS 4f86a6ff6fbd891232dda3ca97fd1b9630b59809
 2023-04-13 19:43 UTC 

[LSF/MM/BPF] Running BOF
 2023-04-13 18:28 UTC  (2+ messages)

[PATCH] block: fix Oops in blk_rq_poll_completion()
 2023-04-13 14:03 UTC  (2+ messages)

[PATCH v9 0/9] Implement copy offload support
 2023-04-13 10:36 UTC  (4+ messages)
  ` [PATCH v9 9/9] null_blk: add support for copy offload

[PATCH] nvme-core: Fixing ctrl de-referencing in nvme_init_ctrl
 2023-04-13  9:20 UTC  (2+ messages)

[PATCH] nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
 2023-04-13  7:03 UTC  (4+ messages)

[PATCH net-next v6 04/18] mm: Make the page_frag_cache allocator use per-cpu
 2023-04-12 23:12 UTC  (4+ messages)

[PATCH 2/2] nvme-pci: fix metadata mapping length
 2023-04-13  2:26 UTC  (7+ messages)
    `  "
      ` (2) "
        `  "
          ` (2) "

[linux-nvme:nvme-6.4] BUILD SUCCESS 0f8e84f6053cba04353411ea3e930a7b21fea8b3
 2023-04-12 18:49 UTC 

[LSF/MM/BPF ATTEND][LSF/MM/BPF Topic] Non-block IO
 2023-04-12 13:47 UTC  (6+ 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).