linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-08 16:18:04 to 2016-09-23 21:12:38 UTC [more...]

[PATCH] nvmet: Use direct IO for writes
 2016-09-23 21:12 UTC  (6+ messages)

NVMf (NVME over fabrics) Performance
 2016-09-23 21:10 UTC  (4+ messages)

[PATCH RFC] nvme-cli: propose 'c' vs 'r' for connect flag
 2016-09-23 20:59 UTC  (6+ messages)

nvme-cli: add endianess annotations
 2016-09-23 20:53 UTC  (21+ messages)
` [PATCH 01/18] import linux/nvme.h
` [PATCH 02/18] fix linux/nvme.h for use with nvme-cli
` [PATCH 03/18] use nvme.h from Linux
` [PATCH 04/18] dynamically allocate log page buffers
` [PATCH 05/18] use abort() instead of __builtin_abort
` [PATCH 06/18] various trivial sparse fixes
` [PATCH 07/18] add support for checking endianess annotations using sparse
` [PATCH 08/18] add missing endianess annoations for lightnvm data structures
` [PATCH 09/18] fabrics: use correct endianess helper in print_discovery_log
` [PATCH 10/18] intel: use correct endianess helpers in show_temp_stats
` [PATCH 11/18] fix num_ctrls endianess in nvme_ns_attachment
` [PATCH 12/18] add missing endianess conversions in print_list_item
` [PATCH 13/18] add missing endianess conversions in json_nvme_id_ns
` [PATCH 14/18] add missing endianess conversions in json_nvme_id_ctrl
` [PATCH 15/18] add missing endianess conversions in json_smart_log
` [PATCH 16/18] add missing endianess conversions in __lnvm_do_get_bbtbl
` [PATCH 17/18] add missing endianess conversions in __lnvm_do_set_bbtbl
` [PATCH 18/18] add missing endianess conversions in lnvm_do_set_bbtbl

[PATCH] nvme-cli: change 'r' to 'c' for connect flag
 2016-09-23 16:57 UTC 

[PATCH] blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
 2016-09-23 16:26 UTC 

crash when connecting to targets using nr_io_queues < num cpus
 2016-09-23 16:26 UTC  (22+ messages)

nvme-cli: Plea for help to document fabrics commands
 2016-09-23  3:28 UTC  (2+ messages)

[PATCH] nvme-rdma: only clear queue flags after successful connect
 2016-09-23  1:59 UTC  (4+ messages)

Should drivers like nvme let userspace control their latency via dev_pm_qos?
 2016-09-23  1:40 UTC  (5+ messages)

[PATCH] nvme.h: resync with nvme-cli
 2016-09-22 22:49 UTC 

[PATCH v4 0/3] nvme power saving
 2016-09-22 22:16 UTC  (15+ messages)
` [PATCH v4 1/3] nvme/scsi: Remove power management support
` [PATCH v4 2/3] nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
` [PATCH v4 3/3] nvme: Enable autonomous power state transitions

[PATCH 1/2] nvme-cli/fabrics: Add keep-alive-tmo param to connect cmd
 2016-09-22 16:46 UTC  (3+ messages)

[PATCH] nvmet: Make dsm number of ranges zero based
 2016-09-22 13:51 UTC  (2+ messages)

nvmf/rdma host crash during heavy load and keep alive recovery
 2016-09-21 21:20 UTC  (39+ messages)

newbie question: Chelsio NIC drivers want kernel 4.1
 2016-09-21 21:13 UTC  (3+ messages)

[PATCH] nvme: Add tertiary number to NVME_VS
 2016-09-21 20:12 UTC  (3+ messages)

[PATCH] nvme-rdma: Fix early queue flags settings
 2016-09-21 19:57 UTC  (13+ messages)

[PATCH 2/2] nvme-cli/fabrics: Add reconnect-delay param to connect cmd
 2016-09-20 21:57 UTC  (2+ messages)

[PATCH] admin-cmd: Added smart-log command support
 2016-09-20 20:03 UTC  (3+ messages)

[PATCH RFC 00/21] blk-mq: Introduce combined hardware queues
 2016-09-20 15:00 UTC  (28+ messages)
` [PATCH 01/21] blk-mq: Fix memory leaks on a queue cleanup
` [PATCH 02/21] blk-mq: Fix a potential NULL pointer assignment to hctx tags
` [PATCH 03/21] block: Get rid of unused request_queue::nr_queues member
` [PATCH 04/21] blk-mq: Do not limit number of queues to 'nr_cpu_ids' in allocations
` [PATCH 05/21] blk-mq: Update hardware queue map after q->nr_hw_queues is set
` [PATCH 06/21] block: Remove redundant blk_mq_ops::map_queue() interface
` [PATCH 07/21] blk-mq: Remove a redundant assignment
` [PATCH 08/21] blk-mq: Cleanup hardware context data node selection
` [PATCH 09/21] blk-mq: Cleanup a loop exit condition
` [PATCH 10/21] blk-mq: Get rid of unnecessary blk_mq_free_hw_queues()
` [PATCH 11/21] blk-mq: Move duplicating code to blk_mq_exit_hctx()
` [PATCH 12/21] blk-mq: Uninit hardware context in order reverse to init
` [PATCH 13/21] blk-mq: Move hardware context init code into blk_mq_init_hctx()
` [PATCH 14/21] blk-mq: Rework blk_mq_init_hctx() function
` [PATCH 15/21] blk-mq: Pair blk_mq_hctx_kobj_init() with blk_mq_hctx_kobj_put()
` [PATCH 16/21] blk-mq: Set flush_start_tag to BLK_MQ_MAX_DEPTH
` [PATCH RFC 17/21] blk-mq: Introduce a 1:N hardware contexts
` [PATCH RFC 18/21] blk-mq: Enable tag numbers exceed hardware queue depth
` [PATCH RFC 19/21] blk-mq: Enable combined hardware queues
` [PATCH RFC 20/21] blk-mq: Allow "
` [PATCH 21/21] null_blk: Do not limit # of hardware queues to # of CPUs

NVMe management through a SCSI SEP target
 2016-09-20 14:21 UTC 

[PATCH v3 0/3] nvme power saving
 2016-09-19  7:59 UTC  (16+ messages)
` [PATCH v3 1/3] nvme/scsi: Remove power management support
` [PATCH v3 2/3] nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
` [PATCH v3 3/3] nvme: Enable autonomous power state transitions

Failure with 8K Write operations
 2016-09-15 13:36 UTC  (7+ messages)

[PATCH, RFC] nvme: Do not test the read-ahead flag in cmd_flags
 2016-09-14 14:54 UTC  (5+ messages)

[GIT PULL] yet another round of fabrics fixes for the next 4.8-rc
 2016-09-13 13:59 UTC  (2+ messages)

Scheduled Maintenance & Upgrade
 2016-09-12 22:37 UTC 

[PATCH v5 0/6] nvme-rdma device removal fixes
 2016-09-12 15:00 UTC  (5+ messages)

[PATCH] nvmetcli: README description of discovery
 2016-09-10 16:10 UTC  (2+ messages)

[PATCH] nvme/quirk: Add a delay before checking device ready for memblaze device
 2016-09-08 16:18 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;
as well as URLs for NNTP newsgroup(s).