linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 22:44:26 to 2020-10-20 17:56:55 UTC [more...]

[PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-19 22:30 UTC  (24+ messages)
` [PATCH v2 01/22] mpool: add utility routines and ioctl definitions
` [PATCH v2 04/22] mpool: add pool drive component which handles mpool IO using the block layer API
` [PATCH v2 06/22] mpool: add on-media pack, unpack and upgrade routines
` [PATCH v2 07/22] mpool: add superblock management routines
` [PATCH v2 10/22] mpool: add mlog IO utility routines
` [PATCH v2 11/22] mpool: add mlog lifecycle management and IO routines
` [PATCH v2 12/22] mpool: add metadata container or mlog-pair framework
` [PATCH v2 13/22] mpool: add utility routines for mpool lifecycle management
` [PATCH v2 14/22] mpool: add pool metadata routines to create persistent mpools
` [PATCH v2 15/22] mpool: add mpool lifecycle management routines
` [PATCH v2 17/22] mpool: add mpool lifecycle management ioctls
` [PATCH v2 18/22] mpool: add object "
` [PATCH v2 19/22] mpool: add support to mmap arbitrary collection of mblocks
` [PATCH v2 20/22] mpool: add support to proactively evict cached mblock data from the page-cache
` [PATCH v2 21/22] mpool: add documentation
` [PATCH v2 22/22] mpool: add Kconfig and Makefile
  ` [EXT] Re: [PATCH v2 00/22] add Object Storage Media Pool (mpool)

NVMe CLI Version Tag
 2020-10-20 17:56 UTC  (3+ messages)

[PATCH 1/3] nvme-core: introduce sync io queues
 2020-10-20 17:06 UTC  (2+ messages)

[PATCH 0/1] nvmet: allow user to set req alloc flag
 2020-10-20 15:53 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH libnvme] examples: Add src/ into the include and library path
 2020-10-20 15:14 UTC  (2+ messages)

[PATCH libnvme 0/2] Two fixes for the rpmbuild spec
 2020-10-20 14:58 UTC  (4+ messages)
` [PATCH 1/2] spec: Use the correct url of libnvme
` [PATCH 2/2] spec: Fix the sub-include dir name to nvme

[PATCH 0/4] blk-mq/nvme-tcp: fix timed out related races
 2020-10-20  9:44 UTC  (10+ messages)
` [PATCH 1/4] blk-mq: check rq->state explicitly in blk_mq_tagset_count_completed_rqs
` [PATCH 2/4] blk-mq: think request as completed if it isn't IN_FLIGHT
` [PATCH 3/4] nvme: tcp: fix race between timeout and normal completion
` [PATCH 4/4] nvme: tcp: complete non-IO requests atomically

[PATCH 3/3] nvme-tcp: avoid race between time out and tear down
 2020-10-20  9:08 UTC 

[PATCH 2/3] nvme-rdma: avoid race between time out and tear down
 2020-10-20  9:08 UTC 

[PATCH 0/3] avoid race between time out and tear down
 2020-10-20  9:08 UTC 

[PATCH V2 0/4] blk-mq/nvme-tcp: fix timed out related races
 2020-10-20  9:04 UTC  (6+ messages)
` [PATCH V2 1/4] blk-mq: check rq->state explicitly in blk_mq_tagset_count_completed_rqs
` [PATCH V2 2/4] blk-mq: fix blk_mq_request_completed
` [PATCH V2 3/4] nvme: tcp: complete non-IO requests atomically
` [PATCH V2 4/4] nvme: tcp: fix race between timeout and normal completion

[PATCH V8 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-10-20  8:55 UTC  (5+ messages)
` [PATCH V8 1/4] block: use test_and_{clear|test}_bit to set/clear QUEUE_FLAG_QUIESCED
` [PATCH V8 2/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
` [PATCH V8 3/4] blk-mq: add tagset quiesce interface
` [PATCH V8 4/4] nvme: use blk_mq_[un]quiesce_tagset

[PATCH v3 1/2] nvmet-passthru: Limit mdts by BIO_MAX_PAGES
 2020-10-20  8:18 UTC  (3+ messages)
` [PATCH v3 2/2] nvmet-passthru: Cleanup nvmet_passthru_map_sg()

[PATCH v2 1/2] nvmet-passthru: Limit mdts by BIO_MAX_PAGES
 2020-10-20  2:05 UTC  (5+ messages)
` [PATCH v2 2/2] nvmet-passthru: Cleanup nvmet_passthru_map_sg()

[PATCH net-next RFC v1 00/10] nvme-tcp receive offloads
 2020-10-19 18:28 UTC  (15+ messages)
` [PATCH net-next RFC v1 01/10] iov_iter: Skip copy in memcpy_to_page if src==dst
` [PATCH net-next RFC v1 05/10] nvme-tcp: Add DDP offload control path
` [PATCH net-next RFC v1 06/10] nvme-tcp: Add DDP data-path
` [PATCH net-next RFC v1 07/10] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH net-next RFC v1 08/10] nvme-tcp: Deal with netdevice DOWN events

[RFC v2 00/18] blkcg:Support to track FC storage blk io traffic
 2020-10-19 15:20 UTC  (23+ messages)
` [RFC v2 01/18] cgroup: Added cgroup_get_from_kernfs_id
` [RFC v2 02/18] blkcg: Added a app identifier support for blkcg
` [RFC v2 03/18] nvme: Added a newsysfs attribute appid_store
` [RFC v2 04/18] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [RFC v2 05/18] lpfc: vmid: API to check if VMID is enabled
` [RFC v2 06/18] lpfc: vmid: Supplementary data structures for vmid
` [RFC v2 07/18] lpfc: vmid: Forward declarations for APIs
` [RFC v2 08/18] lpfc: vmid: Add support for vmid in mailbox command
` [RFC v2 09/18] lpfc: vmid: VMID params initialization
` [RFC v2 10/18] lpfc: vmid: vmid resource allocation
` [RFC v2 11/18] lpfc: vmid: cleanup vmid resources
` [RFC v2 12/18] lpfc: vmid: Implements ELS commands for appid patch
` [RFC v2 13/18] lpfc: vmid: Functions to manage vmids
` [RFC v2 14/18] lpfc: vmid: Implements CT commands for appid
` [RFC v2 15/18] lpfc: vmid: Appends the vmid in the wqe before sending request
` [RFC v2 16/18] lpfc: vmid: Timeout implementation for vmid
` [RFC v2 17/18] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [RFC v2 18/18] lpfc: vmid: Introducing vmid in io path

[PATCH] nvme-fc: shorten reconnect delay if possible for FC
 2020-10-19 14:59 UTC  (3+ messages)

[PATCH] nvme-fc: wait for queues to freeze before calling update_hr_hw_queues
 2020-10-19 14:57 UTC  (3+ messages)

[PATCH 0/4] nvme-fc: clean up error recovery implementation
 2020-10-19 14:54 UTC  (9+ messages)
` [PATCH 1/4] nvme-fc: remove err_work work item
` [PATCH 2/4] nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
` [PATCH 3/4] nvme-fc: remove nvme_fc_terminate_io()
` [PATCH 4/4] nvme_fc: track error_recovery while connecting

[PATCH] nvme-fc: fix error loop in create_hw_io_queues
 2020-10-19 14:55 UTC  (3+ messages)

[linux-nvme:nvme-5.10] BUILD SUCCESS d987eab65bf7f917472996aeda2754bac0f5fd33
 2020-10-17  2:16 UTC 

[PATCH] nvme-fcloop: add sysfs attribute to inject command drop
 2020-10-16 21:28 UTC 

[PATCH] nvme-fc: fix io timeout to abort io
 2020-10-16 21:06 UTC 

[PATCH] nvmet-passthru: Cleanup nvmet_passthru_map_sg()
 2020-10-16 16:49 UTC  (14+ messages)

[PATCH v2] nvme/pci: Add new quirk for SK hynix PC400 NLB off-by-one bug
 2020-10-16 14:04 UTC  (5+ messages)
` [PATCH] nvme-pci: Disable Write Zeroes on Sandisk Skyhawk

[PATCHv2] nvme: use queuedata for nvme_req_qid
 2020-10-16 13:58 UTC  (2+ messages)

[linux-nvme:nvme-5.10] BUILD SUCCESS f2ac6321ceaa4d8ea39aa4d5279e7f52c9f8a53b
 2020-10-15 20:37 UTC 

[PATCH] nvme: set passthrough command gendisk
 2020-10-15 17:59 UTC  (4+ messages)

[PATCH] block: re-introduce blk_mq_complete_request_sync
 2020-10-15 10:05 UTC  (26+ messages)

[PATCH v3] nvmet: fix uninitialized work for zero kato
 2020-10-15  8:10 UTC  (2+ messages)

[PATCH] nvme-rdma: fix crash due to incorrect cqe
 2020-10-15  8:10 UTC  (3+ messages)

[PATCH] nvme-rdma: fix crash when connect rejected
 2020-10-15  8:10 UTC  (3+ messages)

NVME driver throw out NULL pointer during initialization and system will be reboot
 2020-10-15  7:45 UTC 

[PATCH v2] nvmet: fix uninitialized work for zero kato
 2020-10-14 19:00 UTC  (3+ messages)

[PATCH] nvmet: fix uninitialized work for zero kato
 2020-10-13 22:18 UTC  (2+ messages)

[PATCHv4 0/3] zoned block device specific errors
 2020-10-13 19:25 UTC  (5+ messages)
` [PATCHv4 1/3] block: add zone specific block statuses

NVME, isolcpus, and irq affinity
 2020-10-13 15:19 UTC  (8+ messages)

[PATCH 0/7] nvme-fcloop: fix shutdown and improve logging
 2020-10-09 13:57 UTC  (4+ messages)
` [PATCH 3/7] nvme-fcloop: use IDA for port ids

Exporting NVMe-oF devices read-only enforced on export from the NVMe-oF target
 2020-10-09  7:57 UTC  (4+ 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).