summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel2020-09-271-0/+2
* nvmet: add passthru code to process commandsLogan Gunthorpe2020-07-291-2/+5
* nvmet: use xarray for ctrl ns storingChaitanya Kulkarni2020-07-291-11/+6
* nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy2020-07-081-1/+1
* nvmet: add metadata/T10-PI supportIsrael Rukshin2020-05-271-4/+22
* nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin2020-05-271-7/+7
* nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni2020-05-271-4/+1
* nvmet: add ns revalidation supportAnthony Iliopoulos2020-05-101-0/+5
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-4/+30
|\
| * nvmet: Add get_mdts op for controllersMax Gurtovoy2020-03-251-2/+6
| * nvmet: check ncqr & nsqr for set-features cmdAmit Engel2020-03-251-0/+9
| * nvmet: make ctrl model configurableMark Ruijter2020-03-041-2/+15
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
|/
* nvmet: fix per feat data len for get_featureAmit Engel2020-01-101-1/+11
* nvmet: clean up command parsing a bitChristoph Hellwig2019-11-041-0/+5
* nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-041-11/+24
* nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig2019-11-041-43/+50
* nvmet: fix a wrong error status returned in error log pageAmit2019-09-121-5/+3
* nvmet: fix data units read and written counters in SMART logTom Wu2019-08-291-6/+8
* nvmet: export I/O characteristics attributes in IdentifyBart Van Assche2019-07-091-0/+3
* nvmet: fix discover log page when offsets are usedKeith Busch2019-04-111-0/+5
* nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvmet: update smart log with num err log entriesChaitanya Kulkarni2018-12-131-0/+6
* nvmet: add error log page cmd handlerChaitanya Kulkarni2018-12-131-7/+29
* nvmet: add error log support for admin-cmdChaitanya Kulkarni2018-12-131-4/+18
* nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni2018-12-131-6/+6
* nvmet: make kato and AEN processing for use by other controllersJay Sternberg2018-12-081-15/+39
* nvmet: allow Keep Alive for Discovery controllerJay Sternberg2018-12-081-1/+1
* nvmet: change aen mask functions to use bit numbersJay Sternberg2018-12-081-2/+2
* nvmet: provide aen bit functions for multiple controller typesJay Sternberg2018-12-081-13/+0
* nvmet: support for traffic based keep-aliveSagi Grimberg2018-12-081-1/+2
* nvme: introduce ctrl attributes enumerationSagi Grimberg2018-12-081-1/+1
* 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