aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/nvmet.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig1-3/+4
2022-08-02nvmet-auth: expire authentication sessionsHannes Reinecke1-0/+1
2022-08-02nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke1-0/+9
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke1-0/+62
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke1-1/+2
2022-06-30nvmet: add a clear_ids attribute for passthru targetsAlan Adamson1-0/+1
2022-03-29nvmet: use a private workqueue instead of the system workqueueSagi Grimberg1-0/+1
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig1-1/+1
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni1-1/+1
2021-10-27nvmet: switch check for subsystem typeHannes Reinecke1-1/+1
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke1-0/+5
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy1-0/+1
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig1-5/+4
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares1-0/+2
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+39
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni1-0/+20
2021-06-17nvmet: add Command Set Identifier supportChaitanya Kulkarni1-0/+1
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni1-0/+6
2021-06-17nvmet: add req cns error complete helperChaitanya Kulkarni1-0/+8
2021-06-17nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni1-1/+1
2021-06-17nvmet: make sn stable once connection was establishedNoam Gottlieb1-0/+1
2021-06-17nvmet: change sn size and check validityNoam Gottlieb1-1/+2
2021-05-26nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg1-1/+1
2021-05-11nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni1-0/+6
2021-04-02nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb1-0/+1
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni1-2/+3
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-6/+1
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni1-1/+6
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni1-0/+1
2021-02-10nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni1-1/+1
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni1-0/+10
2020-12-01nvmet: remove unused ctrl->cqsAmit1-1/+0
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni1-0/+1
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni1-0/+1
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni1-0/+1
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel1-0/+2
2020-07-29nvmet: introduce the passthru configfs interfaceLogan Gunthorpe1-0/+1
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe1-0/+12
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe1-0/+39
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni1-2/+1
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy1-2/+3
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin1-2/+5
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin1-0/+19
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin1-1/+1
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin1-1/+1
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin1-0/+3
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni1-0/+1
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos1-0/+2
2020-03-26nvmet: Add get_mdts op for controllersMax Gurtovoy1-0/+1