summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/nvmet.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-151-1/+1
* nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni2022-02-281-1/+1
* nvmet: switch check for subsystem typeHannes Reinecke2021-10-271-1/+1
* nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke2021-10-201-0/+5
* nvmet: add get_max_queue_size op for controllersMax Gurtovoy2021-10-201-0/+1
* nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig2021-09-061-5/+4
* nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares2021-09-061-0/+2
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-2/+39
|\
| * nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-171-0/+20
| * nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-171-0/+1
| * nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni2021-06-171-0/+6
| * nvmet: add req cns error complete helperChaitanya Kulkarni2021-06-171-0/+8
| * nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni2021-06-171-1/+1
| * nvmet: make sn stable once connection was establishedNoam Gottlieb2021-06-171-0/+1
| * nvmet: change sn size and check validityNoam Gottlieb2021-06-171-1/+2
* | nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-05-261-1/+1
|/
* nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2021-05-111-0/+6
* nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2021-04-021-0/+1
* nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni2021-04-021-2/+3
* 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-6/+1
* nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-101-1/+6
* nvmet: add helper to report invalid opcodeChaitanya Kulkarni2021-02-101-0/+1
* nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-101-1/+1
* nvmet: add lba to sect conversion helpersChaitanya Kulkarni2021-02-021-0/+10
* nvmet: remove unused ctrl->cqsAmit2020-12-011-1/+0
* nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2020-12-011-0/+1
* nvmet: add passthru io timeout value attrChaitanya Kulkarni2020-12-011-0/+1
* nvmet: add passthru admin timeout value attrChaitanya Kulkarni2020-12-011-0/+1
* nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel2020-09-271-0/+2
* nvmet: introduce the passthru configfs interfaceLogan Gunthorpe2020-07-291-0/+1
* nvmet: Add passthru enable/disable helpersLogan Gunthorpe2020-07-291-0/+12
* nvmet: add passthru code to process commandsLogan Gunthorpe2020-07-291-0/+39
* nvmet: use xarray for ctrl ns storingChaitanya Kulkarni2020-07-291-2/+1
* nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy2020-07-081-2/+3
* nvmet: add metadata support for block devicesIsrael Rukshin2020-05-271-2/+5
* nvmet: add metadata/T10-PI supportIsrael Rukshin2020-05-271-0/+19
* nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin2020-05-271-1/+1
* nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin2020-05-271-1/+1
* nvmet: add metadata characteristics for a namespaceIsrael Rukshin2020-05-271-0/+3
* nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni2020-05-271-0/+1
* nvmet: add ns revalidation supportAnthony Iliopoulos2020-05-101-0/+2
* nvmet: Add get_mdts op for controllersMax Gurtovoy2020-03-251-0/+1
* nvmet: make ctrl model configurableMark Ruijter2020-03-041-0/+8
* nvmet: make ctrl-id configurableChaitanya Kulkarni2020-03-041-0/+2
* nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg2020-02-031-0/+1
* nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-041-1/+0
* nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-041-2/+1
* nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig2019-11-041-0/+6
* nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe2019-08-011-0/+3