public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-04-18 16:17:51 to 2023-04-27 07:46:53 UTC [more...]

[PATCH 1/1] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM173X
 2023-04-27  7:37 UTC  (4+ messages)

[bug report] kmemleak observed during blktests nvme-tcp
 2023-04-27  7:39 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] nvme state machine refactoring
 2023-04-27  7:27 UTC 

[PATCHv2] nvme-fabrics: add queue setup helpers
 2023-04-26 23:05 UTC  (2+ messages)

[PATCH 1/3] nvme-pci: add and use print io-queues helper
 2023-04-26 16:37 UTC  (5+ messages)
` [PATCH 2/3] nvme-rdma: use helper to reduce common code
` [PATCH 3/3] nvme-tcp: "

[PATCH] nvme-pci: add quirk for missing secondary temperature thresholds
 2023-04-26 13:44 UTC  (4+ messages)

[PATCH] nvme/tcp: Add support to set the tcp worker cpu affinity
 2023-04-26 11:31 UTC  (6+ messages)

[PATCH v2 1/1] nvme: move sysfs code to a dedicated sysfs.c file
 2023-04-26 11:27 UTC  (3+ messages)

Seeking for help with NVMe arbitration questions
 2023-04-26  5:17 UTC  (2+ messages)

[PATCH v2 0/2] Fix failover to non integrity NVMe path
 2023-04-26  1:22 UTC  (7+ messages)
` [PATCH v2 1/2] block: bio-integrity: export bio_integrity_free func
` [PATCH v2 2/2] nvme-multipath: fix path failover for integrity ns

[PATCH 0/3] Adjusting deref count in nvme_init_ctrl
 2023-04-25 23:19 UTC  (6+ messages)
` [PATCH 1/3] nvme-core: nvme_init_ctrl cleanup
` [PATCH 2/3] nvme-pci: Adjusting ctrl deref count
` [PATCH 3/3] nvme-core: preventing double freeing in ctrl release

Słowa kluczowe do wypozycjonowania
 2023-04-25  9:42 UTC 

[PATCH v9 0/9] Implement copy offload support
 2023-04-25  8:26 UTC  (4+ messages)
  ` [PATCH v9 6/9] nvmet: add copy command support for bdev and file ns

debugfs message during creation of the NVMeOf controller
 2023-04-25  8:31 UTC  (6+ messages)

Correcting erroneous patch
 2023-04-25  4:54 UTC  (2+ messages)

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

[PATCH 1/1] nvme: add a dedicated .c file for sysfs interface
 2023-04-24 18:04 UTC  (4+ messages)

[PATCH v2 1/1] nvme-pci: clamp max_hw_sectors based on DMA optimized limitation
 2023-04-24 16:37 UTC  (2+ messages)

[RFC PATCH 1/1] nvme: add a dedicated .c file for sysfs interface
 2023-04-24 14:07 UTC  (7+ messages)

[PATCH v1 0/2] Fix failover to non integrity NVMe path
 2023-04-24  9:17 UTC  (11+ messages)
` [PATCH v1 1/2] block: bio-integrity: export bio_integrity_free func
` [PATCH v1 2/2] nvme-multipath: fix path failover for integrity ns

[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
 2023-04-24  7:23 UTC  (8+ messages)
  ` [PATCH v2 1/3] io_uring: Create a helper to return the SQE size
  ` [PATCH v2 2/3] io_uring: Pass whole sqe to commands
  ` [PATCH v2 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

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

[BUG][6.2.11] WD SN770 nvme controller is down
 2023-04-21 22:21 UTC 

[PATCH REPOST blktests v2 0/9] nvme testsuite runtime optimization
 2023-04-21  7:03 UTC  (22+ messages)
` [PATCH REPOST blktests v2 1/9] nvme-rc: Auto convert test device size info
` [PATCH REPOST blktests v2 2/9] nvme: Do not hard code device size for dd test
` [PATCH REPOST blktests v2 3/9] common-xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH REPOST blktests v2 4/9] nvme: Use runtime fio background jobs
` [PATCH REPOST blktests v2 5/9] nvme: Make test image size configurable
` [PATCH REPOST blktests v2 6/9] nvme-rc: Add minimal test image size requirement
` [PATCH REPOST blktests v2 7/9] nvme-rc: Calculate IO size for fio jobs
` [PATCH REPOST blktests v2 8/9] nvme-rc: Move discovery generation counter code to rc
` [PATCH REPOST blktests v2 9/9] nvme: Make the number iterations configurable

[PATCHv4 00/17] nvme: In-kernel TLS support for TCP
 2023-04-21  6:32 UTC  (21+ 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()

[PATCH blktests v2 0/9] nvme testsuite runtime optimization
 2023-04-21  5:59 UTC  (14+ messages)
` [PATCH blktests v2 1/9] nvme-rc: Auto convert test device size info
` [PATCH blktests v2 2/9] nvme: Do not hard code device size for dd test
` [PATCH blktests v2 2/4] nvme: Make test image size configurable
` [PATCH blktests v2 3/9] common-xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH blktests v2 3/4] nvme-rc: Move discovery generation counter code to rc
` [PATCH blktests v2 4/4] nvme: Make the number iterations configurable
` [PATCH blktests v2 4/9] nvme: Use runtime fio background jobs
` [PATCH blktests v2 5/9] nvme: Make test image size configurable
` [PATCH blktests v2 6/9] nvme-rc: Add minimal test image size requirement
` [PATCH blktests v2 7/9] nvme-rc: Calculate IO size for fio jobs
` [PATCH blktests v2 8/9] nvme-rc: Move discovery generation counter code to rc
` [PATCH blktests v2 9/9] nvme: Make the number iterations configurable

[PATCH 0/3] keepalive bugfixes
 2023-04-20 19:37 UTC  (10+ 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

read-only flag
 2023-04-20 19:35 UTC  (2+ messages)

[PATCH] nvme: clamp max_hw_sectors based on DMA optimized limitation
 2023-04-20 15:34 UTC  (3+ messages)

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

[PATCH 1/1] nvme-rdma: fix typo in comment
 2023-04-19 23:17 UTC 

[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 v3 0/4] nvmet-fcloop: unblock module removal
 2023-04-19  9:35 UTC  (5+ messages)

[PATCHv3 00/18] nvme: In-kernel TLS support for TCP
 2023-04-18 18:28 UTC  (18+ messages)
` [PATCH 07/18] net/tls: sanitize MSG_EOR handling
` [PATCH 08/18] nvme-tcp: do not set MSG_SENDPAGE_NOTLAST

[PATCH blktests] nvme-rc: Cleanup fcloop resources in reverse order
 2023-04-18 16:17 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