aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+180
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe1-1/+163
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe1-0/+18
2018-10-17nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche1-2/+1
2018-08-28nvmet: free workqueue object if module init failsChaitanya Kulkarni1-1/+3
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+102
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni1-1/+19
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig1-0/+27
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig1-0/+34
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig1-1/+7
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig1-0/+2
2018-07-25nvmet: only check for filebacking on -ENOTBLKHannes Reinecke1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-0/+4
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni1-0/+9
2018-06-20nvmet: reset keep alive timer in controller enableMax Gurtuvoy1-0/+8
2018-06-01nvmet: mask pending AENsChristoph Hellwig1-1/+8
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig1-0/+3
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig1-9/+47
2018-06-01nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig1-0/+7
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni1-17/+33
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni1-1/+0
2018-05-25nvmet: make a few error messages more genericChaitanya Kulkarni1-2/+2
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig1-6/+6
2018-02-28nvmet: fix PSDT field check in command formatMax Gurtovoy1-3/+6
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