aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15nvmet: release a ns reference in nvmet_req_uninit if neededSagi Grimberg1-0/+3
2018-01-08nvmet: rearrange nvmet_ctrl_free()Israel Rukshin1-3/+4
2018-01-08nvmet: fix error flow in nvmet_alloc_ctrl()Israel Rukshin1-1/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+23
2017-11-10nvmet: better data length validationChristoph Hellwig1-0/+10
2017-10-20nvmet: Change max_nsid in subsystem due to ns_disable if neededRoy Shterman1-0/+13
2017-10-19nvmet: synchronize sqhd updateJames Smart1-3/+12
2017-09-25nvme: fix sqhd reference when admin queue connect failsJames Smart1-1/+2
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart1-4/+4
2017-08-28nvme: add symbolic constants for CC identifiersMax Gurtovoy1-7/+7
2017-08-28nvmet: fix the return error code of target if host is not allowedGuan Junxiong1-0/+1
2017-07-20nvmet: Move serial number from controller to subsystemJohannes Thumshirn1-3/+2
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn1-1/+2
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel1-0/+6
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit1-0/+17
2017-04-04nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit1-2/+2
2017-04-04nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg1-1/+10
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2017-02-22nvmet: Make cntlid globally uniqueSagi Grimberg1-6/+4
2017-01-26nvmet: Call fatal_error from keep-alive timout expirationSagi Grimberg1-1/+1
2017-01-26nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg1-0/+3
2017-01-26nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg1-0/+10
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+12
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander1-6/+8
2016-11-14nvmet: Don't queue fatal error work if csts.cfs is setSagi Grimberg1-3/+7
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-4/+4
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi1-1/+1
2016-08-04nvmet: Fix controller serial number inconsistencySagi Grimberg1-0/+4
2016-07-12nvmet: fix return value check in nvmet_subsys_alloc()Wei Yongjun1-1/+1
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig1-0/+964