aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 2-0/+4
2017-02-22nvmet-rdma: Fix error handlingGravatar Christophe JAILLET 1-1/+1
2017-02-22nvmet-rdma: use nvme cm status helperGravatar Max Gurtovoy 1-2/+3
2017-02-22nvme: make nvmf_register_transport require a create_ctrl callbackGravatar Johannes Thumshirn 1-2/+1
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionGravatar Parav Pandit 2-3/+3
2017-02-22nvmet: avoid dereferencing nvmet_reqGravatar Max Gurtovoy 1-1/+1
2017-02-22nvmet: Make cntlid globally uniqueGravatar Sagi Grimberg 3-9/+6
2017-02-22nvmet_fc: cleanup of abort flag processing in fcp_op_doneGravatar James Smart 1-5/+3
2017-02-22nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Gravatar Colin Ian King 1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-1/+1
2017-01-26nvmet-rdma: Fix missing dma sync to nvme data structuresGravatar Parav Pandit 1-0/+17
2017-01-26nvmet: Call fatal_error from keep-alive timout expirationGravatar Sagi Grimberg 1-1/+1
2017-01-26nvmet: cancel fatal error and flush async work before free controllerGravatar Sagi Grimberg 1-0/+3
2017-01-26nvmet: delete controllers deletion upon subsystem releaseGravatar Sagi Grimberg 3-0/+12
2017-01-26nvmet_fc: correct logic in disconnect queue LS handlingGravatar James Smart 1-14/+22
2016-12-21nvmet/fcloop: remove some logically dead code performing redundant ret checksGravatar Colin Ian King 1-2/+2
2016-12-21nvmet: fix KATO offset in Set FeaturesGravatar Daniel Verkamp 1-3/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-0/+3
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-6/+4
2016-12-14nvmet_rdma: log the connection reject messageGravatar Steve Wise 1-0/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 12-48/+3556
2016-12-09block: improve handling of the magic discard payloadGravatar Christoph Hellwig 1-2/+2
2016-12-06nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEGravatar James Smart 3-0/+1163
2016-12-06nvme-fabrics: Add target support for FC transportGravatar James Smart 3-0/+2301
2016-12-06nvme-fabrics: patch target code in prep for FC transport supportGravatar James Smart 1-0/+14
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsGravatar James Smart 1-1/+0
2016-12-06nvmet-rdma: align to generic ib_event logging helperGravatar Max Gurtovoy 1-1/+2
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalGravatar Solganik Alexander 3-14/+12
2016-12-06nvmet-rdma: Fix REJ status codeGravatar Bart Van Assche 1-1/+4
2016-12-01nvmet: add support for the Write Zeroes commandGravatar Chaitanya Kulkarni 2-1/+31
2016-12-01fs: configfs: don't return anything from drop_linkGravatar Andrzej Pietrasiewicz 1-6/+4
2016-11-22block: bio: pass bvec table to bio_init()Gravatar Ming Lei 1-3/+1
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKGravatar Omar Sandoval 1-3/+3
2016-11-14nvmet-rdma: drain the queue-pair just before freeing itGravatar Sagi Grimberg 1-1/+1
2016-11-14nvmet-rdma: don't forget to delete a queue from the list of connection failedGravatar Sagi Grimberg 1-1/+7
2016-11-14nvmet: Don't queue fatal error work if csts.cfs is setGravatar Sagi Grimberg 1-3/+7
2016-11-14nvmet-rdma: Fix possible NULL deref when handling rdma cm eventsGravatar Bart Van Assche 1-1/+7
2016-11-11block: move poll code to blk-mqGravatar Jens Axboe 1-1/+1
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventGravatar Christoph Hellwig 1-1/+2
2016-11-10nvme: introduce struct nvme_requestGravatar Christoph Hellwig 4-18/+18
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-2/+2
2016-10-19nvmet: use symbolic constants for CNS valuesGravatar Christoph Hellwig 2-4/+4
2016-10-19nvme.h: resync with nvme-cliGravatar Christoph Hellwig 2-2/+2
2016-10-19nvme: Add tertiary number to NVME_VSGravatar Gabriel Krisman Bertazi 1-1/+1
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-1/+1
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-1/+90
2016-09-23nvmet: Make dsm number of ranges zero basedGravatar Alexander Solganik 1-1/+1
2016-09-23nvmet: Use direct IO for writesGravatar Sagi Grimberg 1-0/+1