aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig1-1/+1
2021-06-21nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni1-1/+1
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni1-0/+41
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni1-13/+62
2021-06-17nvmet: add req cns error complete helperChaitanya Kulkarni1-4/+1
2021-06-17nvmet: allow mn change if subsys not discoveredNoam Gottlieb1-26/+0
2021-06-17nvmet: make sn stable once connection was establishedNoam Gottlieb1-0/+6
2021-06-17nvmet: change sn size and check validityNoam Gottlieb1-3/+1
2021-05-11nvmet: use helper to remove the duplicate codeChaitanya Kulkarni1-5/+2
2021-05-04nvmet: remove unsupported command noiseKeith Busch1-3/+3
2021-04-21nvmet: avoid queuing keep-alive timer if it is disabledHou Pu1-2/+8
2021-04-02nvmet: replace white spaces with tabsChaitanya Kulkarni1-1/+1
2021-04-02nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni1-1/+1
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy1-11/+25
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni1-5/+5
2021-02-10nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni1-2/+1
2021-02-10nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni1-28/+18
2021-02-10nvmet: return uniform error for invalid nsChaitanya Kulkarni1-2/+2
2021-02-10nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni1-1/+1
2021-02-02nvmet: remove extra variable in identify nsChaitanya Kulkarni1-16/+15
2021-02-02nvmet: remove extra variable in id-desclistChaitanya Kulkarni1-11/+9
2021-02-02nvmet: remove extra variable in smart log nsidChaitanya Kulkarni1-11/+9
2021-01-18nvmet: set right status on error in id-ns handlerChaitanya Kulkarni1-2/+6
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-10/+10
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel1-0/+2
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe1-2/+5
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni1-11/+6
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy1-1/+1
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin1-4/+22
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin1-7/+7
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni1-4/+1
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos1-0/+5
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+30
2020-03-26nvmet: Add get_mdts op for controllersMax Gurtovoy1-2/+6
2020-03-26nvmet: check ncqr & nsqr for set-features cmdAmit Engel1-0/+9
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-04nvmet: make ctrl model configurableMark Ruijter1-2/+15
2020-01-10nvmet: fix per feat data len for get_featureAmit Engel1-1/+11
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig1-0/+5
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-11/+24
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig1-43/+50
2019-09-12nvmet: fix a wrong error status returned in error log pageAmit1-5/+3
2019-08-29nvmet: fix data units read and written counters in SMART logTom Wu1-6/+8
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche1-0/+3
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch1-0/+5
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-13nvmet: update smart log with num err log entriesChaitanya Kulkarni1-0/+6
2018-12-13nvmet: add error log page cmd handlerChaitanya Kulkarni1-7/+29
2018-12-13nvmet: add error log support for admin-cmdChaitanya Kulkarni1-4/+18
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni1-6/+6