summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: use strlcpy() instead of strcpy()Bart Van Assche2018-10-171-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: add ns write protect supportChaitanya Kulkarni2018-08-081-0/+76
* nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni2018-07-271-2/+15
* nvmet: support configuring ANA groupsChristoph Hellwig2018-07-271-0/+1
* nvmet: add minimal ANA supportChristoph Hellwig2018-07-271-4/+83
* nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig2018-07-271-0/+1
* nvmet: don't use uuid_le typeAndy Shevchenko2018-07-241-1/+1
* nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise2018-07-231-2/+2
* nvmet: add commands supported and effects log pageChaitanya Kulkarni2018-07-231-1/+34
* nvmet: free smart-log buffer after useChaitanya Kulkarni2018-06-111-1/+3
* nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig2018-06-081-6/+9
* nvmet: mask pending AENsChristoph Hellwig2018-06-011-0/+1
* nvmet: add AEN configuration supportChristoph Hellwig2018-06-011-2/+13
* nvmet: implement the changed namespaces logChristoph Hellwig2018-06-011-0/+26
* nvmet: split log page implementationChristoph Hellwig2018-06-011-63/+36
* nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-251-0/+8
* nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni2018-05-251-2/+0
* nvmet: fix space padding in serial numberDaniel Verkamp2018-04-121-0/+1
* nvmet: remove redundant local variableSagi Grimberg2017-11-101-9/+4
* nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg2017-11-101-3/+1
* nvmet: fix comment typos in admin-cmd.cMinwoo Im2017-11-101-2/+2
* nvmet: add support for reporting the host identifierOmri Mann2017-08-301-2/+15
* nvmet: use memcpy_and_pad for identify sn/frMartin Wilck2017-08-281-11/+3
* nvmet: use NVME_NSID_ALLChristoph Hellwig2017-08-281-1/+1
* nvmet: don't overwrite identify sn/fr with 0-bytesMartin Wilck2017-08-161-6/+0
* nvmet: don't report 0-bytes in serial numberMartin Wilck2017-07-201-2/+14
* nvmet: Move serial number from controller to subsystemJohannes Thumshirn2017-07-201-1/+1
* nvmet: implement namespace identify descriptor listJohannes Thumshirn2017-06-151-0/+61
* nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-151-2/+2
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-1/+1
|\
| * nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig2017-04-021-1/+1
* | nvmet: use symbolic constants for log identifiersMax Gurtovoy2017-04-041-6/+6
* | nvmet: Introduced helper routine for controller status check.Parav Pandit2017-04-041-12/+7
* | nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit2017-04-041-5/+5
|/
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
* nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit2017-02-221-1/+1
* nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Colin Ian King2017-02-221-1/+1
* nvmet: fix KATO offset in Set FeaturesDaniel Verkamp2016-12-211-3/+1
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-1/+2
|\
| * nvmet: add support for the Write Zeroes commandChaitanya Kulkarni2016-12-011-1/+2
* | nvmet: use symbolic constants for CNS valuesChristoph Hellwig2016-10-191-3/+3
* | nvme.h: resync with nvme-cliChristoph Hellwig2016-10-191-1/+1
|/
* admin-cmd: Added smart-log command support.Chaitanya Kulkarni2016-09-231-0/+88
* nvmet: Fix controller serial number inconsistencySagi Grimberg2016-08-041-5/+1
* nvmet: add a generic NVMe targetChristoph Hellwig2016-07-051-0/+465
OpenPOWER on IntegriCloud