aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig4-4/+236
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig4-4/+142
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig3-1/+16
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2-0/+4
2018-07-25nvmet: only check for filebacking on -ENOTBLKHannes Reinecke1-1/+1
2018-07-25nvmet: fixup crash on NULL device pathHannes Reinecke1-2/+7
2018-07-24nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-6/+4
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko1-1/+1
2018-07-24nvmet: check fileio lba range access boundariesSagi Grimberg1-2/+17
2018-07-24nvmet: fix file discard return statusSagi Grimberg1-8/+10
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart1-1/+1
2018-07-24nvmet-fc: fix target sgl list on large transfersJames Smart1-9/+35
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg1-0/+1
2018-07-23nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy1-5/+21
2018-07-23nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise6-43/+169
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni4-5/+67
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni1-1/+34
2018-06-20nvmet: reset keep alive timer in controller enableMax Gurtuvoy1-0/+8
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-06-15nvme-fabrics: refactor queue ready checkChristoph Hellwig1-4/+3
2018-06-11nvmet: free smart-log buffer after useChaitanya Kulkarni1-1/+3
2018-06-08nvmet: filter newlines from user inputSagi Grimberg1-5/+9
2018-06-08nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig1-6/+9