aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07nvmet: fix the structure member indentationChaitanya Kulkarni1-4/+4
2018-12-07nvmet: use unlikely for req status checkChaitanya Kulkarni1-1/+1
2018-12-07nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-07nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg1-0/+1
2018-12-07nvmet: don't override treq upon modification.Sagi Grimberg1-4/+7
2018-12-07nvmet: support fabrics sq flow controlSagi Grimberg3-10/+20
2018-12-07nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart1-64/+2
2018-12-07nvmet: mark nvmet_genctr staticChristoph Hellwig2-2/+1
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg4-12/+99
2018-12-07nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg3-30/+9
2018-12-07nvmet: add support to Discovery controllers for commandsJay Sternberg1-0/+53
2018-12-07nvmet: add defines for discovery change async eventsJay Sternberg1-0/+2
2018-12-07nvmet: make kato and AEN processing for use by other controllersJay Sternberg2-15/+45
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg4-28/+18
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg3-9/+9
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg3-20/+15
2018-12-07nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni1-46/+84
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg3-1/+16
2018-12-07nvme: introduce ctrl attributes enumerationSagi Grimberg1-1/+1
2018-12-07nvmet-rdma: fix response use after freeIsrael Rukshin1-1/+2
2018-11-26nvme: remove opportunistic polling from bdev targetJens Axboe1-2/+0
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+5
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Christoph Hellwig1-15/+4
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-8/+261
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe5-1/+230
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe3-8/+32
2018-10-17nvmet-fcloop: suppress a compiler warningBart Van Assche1-0/+1
2018-10-17nvmet-fc: fix kernel-doc headersBart Van Assche1-3/+3
2018-10-17nvmet: avoid integer overflow in the discard codeBart Van Assche1-1/+2
2018-10-17nvmet-rdma: declare local symbols staticBart Van Assche1-1/+1
2018-10-17nvmet: use strlcpy() instead of strcpy()Bart Van Assche2-2/+2
2018-10-17nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche1-2/+1
2018-10-17nvmet: remove unreachable codeChaitanya Kulkarni1-3/+1
2018-10-05nvmet-rdma: use a private workqueue for deleteSagi Grimberg1-4/+15
2018-10-01nvmet: don't split large I/Os unconditionallySagi Grimberg2-2/+8
2018-10-01nvmet_fc: support target port removal with nvmet layerJames Smart1-8/+120
2018-10-01nvme-fc: fix for a minor typosMilan P. Gandhi1-1/+1
2018-10-01nvmet: remove redundant module prefixChaitanya Kulkarni1-1/+1
2018-09-17nvme: count all ANA groups for ANA Log pageHannes Reinecke1-0/+4
2018-09-05nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg1-2/+25
2018-08-28nvmet: free workqueue object if module init failsChaitanya Kulkarni1-1/+3
2018-08-28nvme-fcloop: Fix dropped LS's to removed target portJames Smart1-1/+2
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe9-79/+846
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe4-13/+52
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds9-79/+845
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni5-5/+114
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni1-2/+15