aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni1-0/+76
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni1-2/+15
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig1-0/+1
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig1-4/+83
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig1-0/+1
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise1-2/+2
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni1-1/+34
2018-06-11nvmet: free smart-log buffer after useChaitanya Kulkarni1-1/+3
2018-06-08nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig1-6/+9
2018-06-01nvmet: mask pending AENsChristoph Hellwig1-0/+1
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig1-2/+13
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig1-0/+26
2018-06-01nvmet: split log page implementationChristoph Hellwig1-63/+36
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni1-0/+8
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni1-2/+0
2018-04-12nvmet: fix space padding in serial numberDaniel Verkamp1-0/+1
2017-11-10nvmet: remove redundant local variableSagi Grimberg1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg1-3/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cMinwoo Im1-2/+2
2017-08-30nvmet: add support for reporting the host identifierOmri Mann1-2/+15
2017-08-28nvmet: use memcpy_and_pad for identify sn/frMartin Wilck1-11/+3
2017-08-28nvmet: use NVME_NSID_ALLChristoph Hellwig1-1/+1
2017-08-16nvmet: don't overwrite identify sn/fr with 0-bytesMartin Wilck1-6/+0
2017-07-20nvmet: don't report 0-bytes in serial numberMartin Wilck1-2/+14
2017-07-20nvmet: Move serial number from controller to subsystemJohannes Thumshirn1-1/+1
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn1-0/+61
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn1-2/+2
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-1/+1
2017-04-04nvmet: use symbolic constants for log identifiersMax Gurtovoy1-6/+6
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit1-12/+7
2017-04-04nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit1-5/+5
2017-04-02nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig1-1/+1
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-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit1-1/+1
2017-02-22nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Colin Ian King1-1/+1
2016-12-21nvmet: fix KATO offset in Set FeaturesDaniel Verkamp1-3/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2016-12-01nvmet: add support for the Write Zeroes commandChaitanya Kulkarni1-1/+2
2016-10-19nvmet: use symbolic constants for CNS valuesChristoph Hellwig1-3/+3
2016-10-19nvme.h: resync with nvme-cliChristoph Hellwig1-1/+1
2016-09-23admin-cmd: Added smart-log command support.Chaitanya Kulkarni1-0/+88
2016-08-04nvmet: Fix controller serial number inconsistencySagi Grimberg1-5/+1
2016-07-05nvmet: add a generic NVMe targetChristoph Hellwig1-0/+465