linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-04 09:42:19 to 2023-05-17 07:31:34 UTC [more...]

[PATCH 0/3] nvme-core: dhchap_secret code cleanup
 2023-05-17  7:31 UTC  (5+ messages)
` [PATCH 1/3] nvme: add generic helper to store secret
` [PATCH 2/3] nvme: use generic helper to store ctrl secret
` [PATCH 3/3] nvme-core: use macro defination to define dev attr

[PATCH for-next 0/2] Enable IOU_F_TWQ_LAZY_WAKE for passthrough
 2023-05-17  7:23 UTC  (8+ messages)
` [PATCH for-next 1/2] io_uring/cmd: add cmd lazy tw wake helper
` [PATCH for-next 2/2] nvme: optimise io_uring passthrough completion

[RFC PATCH] nvme-core: add helper to get nvme_ctrl from device
 2023-05-17  7:12 UTC  (2+ messages)

[PATCH] nvme: do not let the user delete a ctrl before a complete initialization
 2023-05-17  7:09 UTC  (3+ messages)

[PATCH] nvme: Fix memory leak in nvme_init_ctrl error path
 2023-05-17  7:08 UTC  (7+ messages)

[PATCHv4 00/17] nvme: In-kernel TLS support for TCP
 2023-05-17  6:43 UTC  (29+ messages)
` [PATCH 02/17] nvme-keyring: define a 'psk' keytype
` [PATCH 03/17] nvme: add TCP TSAS definitions
` [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 11/17] nvme-tcp: enable TLS handshake upcall
` [PATCH 13/17] nvme-fabrics: parse options 'keyring' and 'tls_key'

Kmemleak on nvme-6.5
 2023-05-17  5:35 UTC 

[PATCH blktests v4 00/11] nvme testsuite runtime optimization
 2023-05-17  4:44 UTC  (16+ messages)
` [PATCH blktests v4 01/11] nvme/rc: Auto convert test device size info
` [PATCH blktests v4 02/11] nvme{014/015}: Do not hard code device size for dd test
` [PATCH blktests v4 03/11] common/xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH blktests v4 04/11] common/xfs: Limit fio size job to fit into xfs fs
` [PATCH blktests v4 05/11] nvme{032,040}: Use runtime fio background jobs
` [PATCH blktests v4 06/11] Documentation: Add info on nvme_trtype
` [PATCH blktests v4 07/11] nvme: Make test image size configurable
` [PATCH blktests v4 08/11] nvme: Add minimal test image size requirement
` [PATCH blktests v4 09/11] nvme{045,047}: Calculate IO size for random fio jobs
` [PATCH blktests v4 10/11] nvme{002,030}: Move discovery generation counter code to rc
` [PATCH blktests v4 11/11] nvme{016,017}: Make the number iterations configurable

[PATCH] nvme: add cond_resched() to nvme_complete_batch()
 2023-05-16 13:58 UTC  (9+ messages)

[linux-nvme:nvme-6.5] BUILD SUCCESS 851c23be6fc95a48dbdac864f18be63f9a41e8a8
 2023-05-16  9:42 UTC 

[PATCH] nvmet-rdma: Release connections synchronously
 2023-05-15 17:29 UTC  (3+ messages)

[PATCH 0/5] optimize some data structure in nvme
 2023-05-15 17:22 UTC  (7+ messages)
` [PATCH 2/5] nvmet: Reorder fields in 'struct nvme_ctrl'

[PATCH v3 0/3] nvme-fabrics: fix un-expected behaviour related to hostnqn and hostid
 2023-05-15 17:15 UTC  (6+ messages)
` [PATCH v3 1/3] nvme-fabrics: unify common code in admin and io queue connect
` [PATCH v3 2/3] nvme-fabrics: check hostid using uuid_equal
` [PATCH v3 3/3] nvme-fabrics: prevent overriding of existing host

[PATCH 1/1] nvme-rdma: fix typo in comment
 2023-05-15 17:14 UTC  (3+ messages)

[PATCH] nvme-pci: cleaning up nvme_pci_init_request
 2023-05-15 17:13 UTC  (3+ messages)

[PATCH V2 0/4] nvme: init ctrl memleak and debugfs fix
 2023-05-15 17:13 UTC  (7+ messages)
` [PATCH V2 3/4] nvme-core: add missing fault-injection cleanup
` [PATCH V2 4/4] nvme-core: fix dev_pm_qos memleak

[PATCH v2 1/1] nvme: move sysfs code to a dedicated sysfs.c file
 2023-05-15 17:02 UTC  (4+ messages)

[RFC 0/3] nvme uring passthrough diet
 2023-05-15 15:47 UTC  (8+ messages)
  ` [RFC 1/3] nvme: skip block cgroups for passthrough commands

[RFC PATCH] block: add meaningful macro for flush op flags
 2023-05-15  1:43 UTC  (5+ messages)

[PATCH] nvme: donot try to resubmit a canceled IO
 2023-05-13 16:15 UTC  (2+ messages)

[PATCH V5 0/1] nvme: allow passthru cmd error logging
 2023-05-13 10:13 UTC  (7+ messages)

[PATCHv2] nvme-fabrics: add queue setup helpers
 2023-05-12 20:30 UTC  (2+ messages)

[PATCH] nvmet-auth: remove some dead code
 2023-05-12 15:02 UTC  (2+ messages)

[PATCH v2 0/3] nvme-fabrics: fix un-expected behaviour related to hostnqn and hostid
 2023-05-12 15:40 UTC  (14+ messages)
` [PATCH v2 1/3] nvme-fabrics: unify common code in admin and io queue connect
` [PATCH v2 2/3] nvme-fabrics: check hostid using uuid_equal
` [PATCH v2 3/3] nvme-fabrics: prevent overriding of existing host

[PATCH v2] nvme: host: hwmon: constify pointers to hwmon_channel_info
 2023-05-11 20:44 UTC  (2+ messages)

[PATCH blktests v3 00/12] nvme testsuite runtime optimization
 2023-05-11 16:44 UTC  (20+ messages)
` [PATCH blktests v3 01/12] nvme/rc: Auto convert test device size info
` [PATCH blktests v3 02/12] nvme: Do not hard code device size for dd test
` [PATCH blktests v3 05/12] nvme: Use runtime fio background jobs
` [PATCH blktests v3 06/12] Documentation: Add info on nvme_tr_type
` [PATCH blktests v3 07/12] nvme: Make test image size configurable
` [PATCH blktests v3 08/12] nvme/rc: Add minimal test image size requirement
` [PATCH blktests v3 10/12] nvme/rc: Calculate IO size for random fio jobs
` [PATCH blktests v3 11/12] nvme/rc: Move discovery generation counter code to rc

[PATCH v1 0/3] nvme-fabrics: fix un-expected behaviour related to hostnqn and hostid
 2023-05-11 13:59 UTC  (11+ messages)
` [PATCH 1/3] nvme-fabrics: unify common code in admin and io queue connect
` [PATCH 2/3] nvme-fabrics: check hostid using uuid_equal
` [PATCH 3/3] nvme-fabrics: prevent overriding of existing host

[PATCH v2 1/1] nvme-pci: clamp max_hw_sectors based on DMA optimized limitation
 2023-05-11 12:06 UTC  (4+ messages)

[PATCH] nvmet-rdma: Suppress a class of lockdep complaints
 2023-05-10 18:13 UTC  (13+ messages)

[PATCH] nvmet-rdma: Suppress a lockdep complaint
 2023-05-09  5:39 UTC  (2+ messages)

[PATCH RFC 00/16] block atomic writes
 2023-05-09  0:19 UTC  (32+ messages)
` [PATCH RFC 01/16] block: Add atomic write operations to request_queue limits
` [PATCH RFC 02/16] fs/bdev: Add atomic write support info to statx
` [PATCH RFC 03/16] xfs: Support atomic write for statx
` [PATCH RFC 11/16] fs: iomap: Atomic write support
` [PATCH RFC 12/16] xfs: Add support for fallocate2

[bug report] workqueue lockup under fio stress on NVMe drive
 2023-05-05 10:40 UTC 

Seeking for help with NVMe arbitration questions
 2023-05-05  0:27 UTC  (11+ messages)

[PATCH] nvmet: dynamically allocate nvmet_ns->nguid
 2023-05-04 17:55 UTC  (4+ messages)

[PATCH v4 0/3] io_uring: Pass the whole sqe to commands
 2023-05-04 17:51 UTC  (11+ messages)
` [PATCH v4 1/3] io_uring: Create a helper to return the SQE size
` [PATCH v4 2/3] io_uring: Pass whole sqe to commands
` [PATCH v4 3/3] io_uring: Remove unnecessary BUILD_BUG_ON

slab-use-after-free in __ib_process_cq
 2023-05-04 15:45 UTC  (4+ messages)

[RFC v3 0/9] Unifying fabrics drivers
 2023-05-04 10:25 UTC  (6+ messages)
` [RFC v3 8/9] nvme: move queue flags to middle layer
` [RFC v3 9/9] nvme: introduce setup_transport()


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).