aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fabrics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-7/+1
2017-06-28nvme: add hostid token to fabric optionsJohannes Thumshirn1-3/+19
2017-06-15nvmf: keep track of nvmet connect error statusGuan Junxiong1-0/+18
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg1-1/+1
2017-06-05nvme: switch to uuid_tChristoph Hellwig1-4/+4
2017-04-04nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg1-0/+28
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn1-1/+6
2016-12-06nvme-fabrics: Adjust source code indentationBart Van Assche1-1/+1
2016-12-06nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error pathBart Van Assche1-2/+1
2016-12-06nvme-fabrics: Fix memory leaks in nvmf_parse_options()Bart Van Assche1-0/+2
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-13/+13
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+23
2016-09-23nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart1-0/+13
2016-09-23nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart1-2/+10
2016-08-19nvme-fabrics: get a reference when reusing a nvme_host structureChristoph Hellwig1-1/+3
2016-08-19nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp1-5/+5
2016-08-18fabrics: define admin sqsize min default, per specJay Freyensee1-1/+8
2016-07-12nvme-fabrics: add-remove ctrl repeat fixMing Lin1-0/+4
2016-07-12nvme-fabrics: Remove tl_retry_countSagi Grimberg1-14/+0
2016-07-05nvme: add keep-alive supportSagi Grimberg1-1/+32
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig1-0/+931