summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
Commit message (Expand)AuthorAgeFilesLines
* nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche2018-10-171-2/+1Star
* nvmet: remove unreachable codeChaitanya Kulkarni2018-10-171-3/+1Star
* 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-251-6/+4Star
* | 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/+3Star
* 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
* nvmet: implement the changed namespaces logChristoph Hellwig2018-06-013-9/+76
* nvmet: split log page implementationChristoph Hellwig2018-06-011-63/+36Star
* nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig2018-06-012-0/+8
* nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun2018-05-311-2/+6
* nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun2018-05-311-1/+1
* nvme-loop: add support for multiple portsChristoph Hellwig2018-05-302-19/+31
* Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-2910-67/+417
|\
| * nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni2018-05-251-1/+1