summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/admin-cmd.c
AgeCommit message (Expand)Author
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-26nvmet: Add get_mdts op for controllersMax Gurtovoy
2020-03-26nvmet: check ncqr & nsqr for set-features cmdAmit Engel
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-03-04nvmet: make ctrl model configurableMark Ruijter
2020-01-10nvmet: fix per feat data len for get_featureAmit Engel
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig
2018-12-13nvmet: update smart log with num err log entriesChaitanya Kulkarni
2018-12-13nvmet: add error log page cmd handlerChaitanya Kulkarni
2018-12-13nvmet: add error log support for admin-cmdChaitanya Kulkarni
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni
2018-12-07nvmet: make kato and AEN processing for use by other controllersJay Sternberg
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg
2018-12-07nvme: introduce ctrl attributes enumerationSagi Grimberg
2018-10-17nvmet: use strlcpy() instead of strcpy()Bart Van Assche
2018-10-01nvmet: remove redundant module prefixChaitanya Kulkarni
2018-09-17nvme: count all ANA groups for ANA Log pageHannes Reinecke
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni
2018-06-11nvmet: free smart-log buffer after useChaitanya Kulkarni
2018-06-08nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig
2018-06-01nvmet: mask pending AENsChristoph Hellwig
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig
2018-06-01nvmet: split log page implementationChristoph Hellwig
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni