summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/nvmet.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-05-141-4/+4
|\
| * nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke2024-05-011-4/+4
* | nvmet: fix nvme status code when namespace is disabledSagi Grimberg2024-05-011-0/+1
|/
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-2/+4
|\
| * nvmet: introduce new max queue size configuration entryMax Gurtovoy2024-03-021-1/+3
| * nvmet: set maxcmd to be per controllerMax Gurtovoy2024-03-021-1/+1
* | nvme: port block device access to fileChristian Brauner2024-02-251-1/+1
|/
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-0/+11
|\
| * nvmet-tcp: peek icreq before starting TLSHannes Reinecke2023-10-111-0/+5
| * nvmet-tcp: enable TLS handshake upcallHannes Reinecke2023-10-111-0/+1
| * nvmet: Set 'TREQ' to 'required' when TLS is enabledHannes Reinecke2023-10-111-0/+5
* | nvmet: Convert to bdev_open_by_path()Jan Kara2023-10-281-0/+1
|/
* nvmet: Reorder fields in 'struct nvmet_ns'Christophe JAILLET2023-06-211-1/+1
* nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET2023-06-121-1/+1
* nvmet: remove nvmet_req_cns_error_completeChristoph Hellwig2023-04-131-8/+0
* nvmet: rename nvmet_execute_identify_cns_cs_nsChristoph Hellwig2023-04-131-1/+1
* nvmet: fix I/O Command Set specific Identify ControllerDamien Le Moal2023-04-131-1/+1
* nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-211-0/+2
* nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-211-0/+1
* nvmet: only allocate a single slab for bvecsChristoph Hellwig2022-11-151-1/+2
* nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig2022-09-271-3/+4
* nvmet-auth: expire authentication sessionsHannes Reinecke2022-08-021-0/+1
* nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-021-0/+9
* nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-021-0/+62
* nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-021-1/+2
* nvmet: add a clear_ids attribute for passthru targetsAlan Adamson2022-06-301-0/+1
* nvmet: use a private workqueue instead of the system workqueueSagi Grimberg2022-03-291-0/+1
* 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