aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-23admin-cmd: Added smart-log command support.Gravatar Chaitanya Kulkarni 1-0/+88
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdGravatar Christoph Hellwig 1-1/+1
2016-09-15blk-mq: remove ->map_queueGravatar Christoph Hellwig 1-2/+0
2016-08-19nvme: fabrics drivers don't need the nvme-pci driverGravatar Christoph Hellwig 1-1/+1
2016-08-18nvme-loop: set sqsize to 0-based value, per specGravatar Jay Freyensee 1-2/+2
2016-08-18nvmet-rdma: +1 to *queue_size from hsqsize/hrqsizeGravatar Jay Freyensee 1-2/+2
2016-08-16nvmet-rdma: Fix use after freeGravatar Vincent Stehlé 1-1/+2
2016-08-04nvmet: Fix controller serial number inconsistencyGravatar Sagi Grimberg 3-5/+6
2016-08-04nvmet-rdma: Don't use the inline buffer in order to avoid allocation for smal...Gravatar Sagi Grimberg 1-9/+4
2016-08-04nvmet-rdma: Correctly handle RDMA device hot removalGravatar Sagi Grimberg 1-17/+70
2016-08-03nvme-loop: Remove duplicate call to nvme_remove_namespacesGravatar Sagi Grimberg 1-3/+1