linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 12:56:22 to 2021-03-04 12:43:12 UTC [more...]

[PATCH v8 00/16] blkcg:Support to track FC storage blk io traffic
 2021-03-04 12:42 UTC  (28+ messages)
` [PATCH v8 01/16] cgroup: Added cgroup_get_from_id
` [PATCH v8 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v8 03/16] nvme: Added a newsysfs attribute appid_store
` [PATCH v8 04/16] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v8 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v8 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v8 07/16] lpfc: vmid: VMID params initialization
` [PATCH v8 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v8 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v8 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v8 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v8 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v8 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v8 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v8 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v8 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

[RFC 0/3] Async nvme passthrough
 2021-03-04 11:13 UTC  (11+ messages)
    ` [RFC 1/3] io_uring: add helper for uring_cmd completion in submitter-task
    ` [RFC 2/3] nvme: passthrough helper with callback
    ` [RFC 3/3] nvme: wire up support for async passthrough

[PATCH] nvme: Switch to using the new API kobj_to_dev()
 2021-03-04  9:41 UTC 

[PATCHv2 0/3] nvme: sanitize KATO handling
 2021-03-04  8:56 UTC  (13+ messages)
` [PATCH 1/3] nvme: fixup kato deadlock
` [PATCH 2/3] nvme: sanitize KATO setting
` [PATCH 3/3] nvme: add 'kato' sysfs attribute

[PATCH] nvmet-fc: simplify and fix nvmet_fc_alloc_hostport
 2021-03-04  8:12 UTC 

reserved tag allocation fixups
 2021-03-04  7:03 UTC  (14+ messages)
` [PATCH 1/3] nvme-fabrics: only reserve a single tag
` [PATCH 2/3] nvme: merge nvme_keep_alive into nvme_keep_alive_work
` [PATCH 3/3] nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAIT

[PATCH] nvme-fabrics: fix crash for no IO queues
 2021-03-04  0:55 UTC 

[PATCH] nvme: fix warning in nvme_update_zone_info()
 2021-03-03 22:47 UTC 

[linux-nvme:nvme-5.12] BUILD SUCCESS 8396290bd481a0e4da8dce4ac0f774595c6b898d
 2021-03-03 21:39 UTC 

[PATCH] nvmet-fc: simplify and fix nvmet_fc_alloc_hostport
 2021-03-03 21:27 UTC  (2+ messages)

libnvme questions
 2021-03-03 21:14 UTC 

[PATCHv2] nvme: send uevent once a multipath namespace is operational again
 2021-03-03 13:05 UTC  (3+ messages)

[PATCH] nvme-rdma: fix crash for no IO queues
 2021-03-03 15:08 UTC  (13+ messages)

[PATCH V6 0/2] nvme: enable char device per namespace
 2021-03-03 10:02 UTC  (5+ messages)
` [PATCH V6 1/2] "
` [PATCH V6 2/2] nvme: allow open for nvme-generic char device

[PATCH] nvme-fabrics: fix crash for no IO queues
 2021-03-03  2:53 UTC 

[PATCHv2 0/2] nvme: fixup MD RAID usage
 2021-03-03  1:01 UTC  (6+ messages)
` [PATCH 1/2] nvme: add 'fast_io_fail_tmo' controller sysfs attribute
` [PATCH 2/2] nvme: delete disk when last path is gone

[PATCH] nvme: send uevent once a multipath namespace is operational again
 2021-03-03  9:11 UTC  (4+ messages)

[PATCH] nvme-tcp: Check if request has started before processing it
 2021-03-02 18:45 UTC  (19+ messages)

[PATCHv4 0/4] Fixup return value for nvme_submit_sync_cmd()
 2021-03-02  7:09 UTC  (11+ messages)
` [PATCH 1/4] nvme: simplify error logic in nvme_validate_ns()
` [PATCH 2/4] nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
` [PATCH 3/4] nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
` [PATCH 4/4] nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted

[PATCH V2 0/8] nvme: few cleanups and small improvements
 2021-03-01 19:10 UTC  (11+ messages)
` [PATCH V2 1/8] nvme-core: rename nvme_init_identify()
` [PATCH V2 2/8] nvme-core: split init identify into helper
` [PATCH V2 3/8] nvme-core: mark nvme_setup_passsthru() inline
` [PATCH V2 4/8] nvme-core: use likely in nvme_init_request()
` [PATCH V2 5/8] nvme-core: don't check nvme_req flags for new req
` [PATCH V2 6/8] nvme-fc: fix the function documentation comment
` [PATCH V2 7/8] nvmet-fc: update function documentation
` [PATCH V2 8/8] nvme-core: add new line after variable declatation

[PATCH v2] nvme-tcp: Check if request has started before processing it
 2021-03-01 17:56 UTC 

[PATCH] nvme: add 'kato' sysfs attribute
 2021-03-01 16:46 UTC  (4+ messages)

[PATCH v2] fabrics: ensure zero kato for non-persistent controllers
 2021-03-01 15:48 UTC  (2+ messages)

[PATCH] lightnvm: Switch to using the new API kobj_to_dev()
 2021-03-01  8:21 UTC 

nvme-discover: Computer freezes up when persistent device loses connection to controller
 2021-02-27 14:57 UTC  (2+ messages)

[PATCHv3 0/6] Fixup return value for nvme_submit_sync_cmd()
 2021-02-26  7:10 UTC  (19+ messages)
` [PATCH 1/6] nvme: simplify error logic in nvme_validate_ns()
` [PATCH 2/6] nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
` [PATCH 3/6] nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
` [PATCH 4/6] nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted
` [PATCH 5/6] nvme: return NVME_SC_ABORT_QUEUE for cancelled commands
` [PATCH 6/6] nvme: return -ETIMEDOUT in nvme_submit_sync_cmd()

[PATCH V8 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2021-02-26  3:51 UTC  (2+ messages)

[PATCH] nvme: Add quirks for Lexar 256GB SSD
 2021-02-25 16:22 UTC  (4+ messages)

[PATCH] nvme-multipath: use nvme_ctrl_use_ana helper to check ANA
 2021-02-25 10:57 UTC 

[PATCH 0/2] nvme: fix regression with MD RAID
 2021-02-25  8:37 UTC  (9+ messages)
` [PATCH 1/2] nvme: add 'fail_if_no_path' sysfs attribute
` [PATCH 2/2] nvme: delete disk when last path is gone

[PATCH] nvme-pci: prevent SK Hynix PE8000 from using Write Zeroes command
 2021-02-25  7:56 UTC  (10+ messages)

[linux-nvme:nvme-5.12] BUILD SUCCESS e41e43a0a4c03b165cd975dbec806fe68dfc9c2b
 2021-02-25  5:05 UTC 

[PATCH V2 0/6] nvmet: cleanup and status, error log fix
 2021-02-25  1:56 UTC  (7+ messages)
` [PATCH V2 1/6] nvmet: remove duplicate status assignment
` [PATCH V2 2/6] nvmet: update error log page in nvmet_alloc_ctrl()
` [PATCH V2 3/6] nvmet: remove unnecessary function parameters
` [PATCH V2 4/6] nvmet: remove unnecessary function parameter
` [PATCH V2 5/6] nvmet: remove unnecessary function parameters
` [PATCH V2 6/6] nvmet: replace white spaces with tabs

[PATCH 00/14] nvme: few cleanups and small improvements
 2021-02-24 22:35 UTC  (6+ messages)
` [PATCH 01/14] nvme-core: remove duplicate kfree in init identify

[PATCH V5 0/2] nvme: enable char device per namespace
 2021-02-24 20:28 UTC  (7+ messages)
` [PATCH V5 1/2] "
` [PATCH V5 2/2] nvme: allow open for nvme-generic char device

[PATCH V2] nvmet-tcp: enable optional queue idle period tracking
 2021-02-24 18:00 UTC 

[PATCH 0/6] nvmet: cleanup and status, error log fix
 2021-02-24 16:32 UTC  (6+ messages)
` [PATCH 2/6] nvmet: set status on actual error condition
` [PATCH 3/6] nvmet: check and set the right err location

[PATCH 0/2] nvme: sanitize KATO handling
 2021-02-24 16:23 UTC  (5+ messages)
` [PATCH 1/2] nvme: fixup kato deadlock
` [PATCH 2/2] nvme: sanitize KATO setting

[PATCH 1/1] nvmet: allow setting model_number once
 2021-02-24 12:57 UTC  (7+ messages)

[PATCH AUTOSEL 5.4 27/40] nvme-rdma: add clean action for failed reconnection
 2021-02-24 12:53 UTC 


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