summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-1/+1
* nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-151-1/+5
* nvmet: use flex_array_size and struct_sizeLen Baker2021-10-271-1/+1
* nvmet: use struct_size over open coded arithmeticLen Baker2021-10-201-2/+2
* nvmet: use macro definitions for setting cmic valueMax Gurtovoy2021-10-201-1/+2
* nvmet: use macro definition for setting nmic valueMax Gurtovoy2021-10-201-1/+1
* nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke2021-10-201-0/+5
* nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke2021-10-201-1/+1
* nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig2021-09-061-1/+1
* nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
* nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-171-0/+41
* nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-171-13/+62
* nvmet: add req cns error complete helperChaitanya Kulkarni2021-06-171-4/+1
* nvmet: allow mn change if subsys not discoveredNoam Gottlieb2021-06-171-26/+0
* nvmet: make sn stable once connection was establishedNoam Gottlieb2021-06-171-0/+6
* nvmet: change sn size and check validityNoam Gottlieb2021-06-171-3/+1
* nvmet: use helper to remove the duplicate codeChaitanya Kulkarni2021-05-111-5/+2
* nvmet: remove unsupported command noiseKeith Busch2021-05-041-3/+3
* nvmet: avoid queuing keep-alive timer if it is disabledHou Pu2021-04-211-2/+8
* nvmet: replace white spaces with tabsChaitanya Kulkarni2021-04-021-1/+1
* nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni2021-04-021-1/+1
* nvmet: model_number must be immutable once setMax Gurtovoy2021-03-051-11/+25
* nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-101-5/+5
* nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni2021-02-101-2/+1
* nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-101-28/+18
* nvmet: return uniform error for invalid nsChaitanya Kulkarni2021-02-101-2/+2
* nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni2021-02-101-1/+1
* nvmet: remove extra variable in identify nsChaitanya Kulkarni2021-02-021-16/+15
* nvmet: remove extra variable in id-desclistChaitanya Kulkarni2021-02-021-11/+9
* nvmet: remove extra variable in smart log nsidChaitanya Kulkarni2021-02-021-11/+9
* nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-10/+10
* 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-091-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-261-2/+6
| * nvmet: check ncqr & nsqr for set-features cmdAmit Engel2020-03-261-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