summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel2023-02-011-1/+1
* nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig2022-12-281-2/+4
* nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig2022-12-281-16/+19
* nvmet: don't open-code NVME_NS_ATTR_RO enumerationSagi Grimberg2022-12-071-1/+1
* nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-211-1/+1
* nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-211-5/+2
* nvme: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-031-0/+2
* nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-031-1/+1
* 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-101-0/+5
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-4/+30
|\