aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/nvmet.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig1-0/+8
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig1-0/+2
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-1/+1
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni1-0/+3
2018-06-01nvmet: mask pending AENsChristoph Hellwig1-0/+1
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig1-0/+16
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig1-0/+3
2018-06-01nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig1-0/+1
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig1-1/+1
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni1-2/+26
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig1-5/+5
2018-03-26nvmet: don't return "any" ip address in discovery log pageSagi Grimberg1-0/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+5
2017-11-10nvmet: better data length validationChristoph Hellwig1-0/+4
2017-10-19nvmet: synchronize sqhd updateJames Smart1-1/+1
2017-10-04nvmet: bump NVMET_NR_QUEUES to 128James Smart1-1/+1
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart1-0/+1
2017-08-30nvmet: add support for reporting the host identifierOmri Mann1-0/+1
2017-07-20nvmet: Move serial number from controller to subsystemJohannes Thumshirn1-1/+1
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn1-0/+1
2017-06-05nvme: switch to uuid_tChristoph Hellwig1-0/+1
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel1-0/+1
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit1-5/+6
2017-04-04nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg1-0/+1
2017-02-22nvmet: Make cntlid globally uniqueSagi Grimberg1-1/+0
2017-01-26nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg1-0/+1
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander1-5/+1
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-1/+1
2016-08-04nvmet: Fix controller serial number inconsistencySagi Grimberg1-0/+1
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig1-0/+331