summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-255-8/+261
|\
| * nvmet: Optionally use PCI P2P memoryLogan Gunthorpe2018-10-175-1/+230
| * nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe2018-10-173-8/+32
* | nvmet-fcloop: suppress a compiler warningBart Van Assche2018-10-171-0/+1
* | nvmet-fc: fix kernel-doc headersBart Van Assche2018-10-171-3/+3
* | nvmet: avoid integer overflow in the discard codeBart Van Assche2018-10-171-1/+2
* | nvmet-rdma: declare local symbols staticBart Van Assche2018-10-171-1/+1
* | nvmet: use strlcpy() instead of strcpy()Bart Van Assche2018-10-172-2/+2
* | nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche2018-10-171-2/+1
* | nvmet: remove unreachable codeChaitanya Kulkarni2018-10-171-3/+1
* | nvmet-rdma: use a private workqueue for deleteSagi Grimberg2018-10-051-4/+15
* | nvmet: don't split large I/Os unconditionallySagi Grimberg2018-10-012-2/+8
* | nvmet_fc: support target port removal with nvmet layerJames Smart2018-10-011-8/+120
* | nvme-fc: fix for a minor typosMilan P. Gandhi2018-10-011-1/+1
* | nvmet: remove redundant module prefixChaitanya Kulkarni2018-10-011-1/+1
* | nvme: count all ANA groups for ANA Log pageHannes Reinecke2018-09-171-0/+4
|/
* nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg2018-09-051-2/+25
* nvmet: free workqueue object if module init failsChaitanya Kulkarni2018-08-281-1/+3
* nvme-fcloop: Fix dropped LS's to removed target portJames Smart2018-08-281-1/+2
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-169-79/+846
|\
| * Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-149-79/+845
| |\
| | * nvmet: add ns write protect supportChaitanya Kulkarni2018-08-085-5/+114
| | * nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni2018-07-271-2/+15
| | * nvmet: support configuring ANA groupsChristoph Hellwig2018-07-274-4/+236
| | * nvmet: add minimal ANA supportChristoph Hellwig2018-07-274-4/+142
| | * nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig2018-07-273-1/+16
| | * nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2018-07-272-0/+4
| | * nvmet: don't use uuid_le typeAndy Shevchenko2018-07-241-1/+1
| | * nvmet: check fileio lba range access boundariesSagi Grimberg2018-07-241-2/+17
| | * nvmet: fix file discard return statusSagi Grimberg2018-07-241-8/+10
| | * nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg2018-07-231-0/+1
| | * nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy2018-07-231-5/+21
| | * nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy2018-07-231-1/+1
| | * nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise2018-07-236-43/+169
| | * nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni2018-07-234-5/+67
| | * nvmet: add commands supported and effects log pageChaitanya Kulkarni2018-07-231-1/+34
* | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-164-13/+52
|\ \ \ | |/ /
| * | nvmet: only check for filebacking on -ENOTBLKHannes Reinecke2018-07-251-1/+1
| * | nvmet: fixup crash on NULL device pathHannes Reinecke2018-07-251-2/+7
| * | nvme: if_ready checks to fail io to deleting controllerJames Smart2018-07-241-1/+1
| * | nvmet-fc: fix target sgl list on large transfersJames Smart2018-07-241-9/+35
| |/
| * nvmet: reset keep alive timer in controller enableMax Gurtuvoy2018-06-201-0/+8
* | nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-6/+4
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
|/
* nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-151-4/+3
* nvmet: free smart-log buffer after useChaitanya Kulkarni2018-06-111-1/+3
* nvmet: filter newlines from user inputSagi Grimberg2018-06-081-5/+9
* nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig2018-06-081-6/+9
* nvmet: mask pending AENsChristoph Hellwig2018-06-013-1/+10
* nvmet: add AEN configuration supportChristoph Hellwig2018-06-013-2/+32
OpenPOWER on IntegriCloud