index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
fabrics-cmd.c
Age
Commit message (
Expand
)
Author
2024-11-11
nvmet: implement crto property
Keith Busch
2024-11-11
nvmet: support reservation feature
Guixin Liu
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
2024-06-12
nvmet: always initialize cqe.result
Daniel Wagner
2024-05-01
nvmet: return DHCHAP status codes from nvmet_setup_auth()
Hannes Reinecke
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-02
nvmet: set ctrl pi_support cap before initializing cap reg
Max Gurtovoy
2024-03-02
nvmet: compare mqes and sqsize only for IO SQ
Max Gurtovoy
2024-02-13
nvmet: remove superfluous initialization
Chaitanya Kulkarni
2023-11-20
nvmet: nul-terminate the NQNs passed in the connect command
Christoph Hellwig
2022-09-27
nvmet: add helpers to set the result field for connect commands
Christoph Hellwig
2022-09-27
nvme: improve the NVME_CONNECT_AUTHREQ* definitions
Christoph Hellwig
2022-09-27
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
2022-09-19
nvme-auth: remove the redundant req->cqe->result.u16 assignment operation
Jackie Liu
2022-08-02
nvmet: implement basic In-Band Authentication
Hannes Reinecke
2022-08-02
nvmet: parse fabrics commands on io queues
Hannes Reinecke
2021-10-20
nvmet: set 'CNTRLTYPE' in the identify controller data
Hannes Reinecke
2021-08-16
nvmet: check that host sqsize does not exceed ctrl MQES
Amit Engel
2021-08-16
nvmet: avoid duplicate qid in connect cmd
Amit Engel
2021-08-16
nvmet: pass back cntlid on successful completion
Amit Engel
2021-05-11
nvmet: demote fabrics cmd parse err msg to debug
Chaitanya Kulkarni
2021-04-02
nvmet: remove unnecessary ctrl parameter
Chaitanya Kulkarni
2021-04-02
nvmet: update error log page in nvmet_alloc_ctrl()
Chaitanya Kulkarni
2020-05-27
nvmet: add metadata/T10-PI support
Israel Rukshin
2020-05-27
nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
Israel Rukshin
2020-02-05
nvmet: Fix controller use after free
Israel Rukshin
2020-02-05
nvmet: Fix error print message at nvmet_install_queue function
Israel Rukshin
2019-11-04
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
2019-06-21
nvme: introduce nvme_is_fabrics to check fabrics cmd
Minwoo Im
2019-04-25
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
2019-02-20
nvmet: convert to SPDX identifiers
Christoph Hellwig
2018-12-13
nvmet: add error log support for fabrics-cmd
Chaitanya Kulkarni
2018-12-13
nvmet: Add install_queue callout
Sagi Grimberg
2018-12-07
nvmet: support fabrics sq flow control
Sagi Grimberg
2018-05-25
nvmet: remove duplicate NULL initialization for req->ns
Chaitanya Kulkarni
2018-01-08
nvmet: lower log level for each queue creation
Sagi Grimberg
2017-09-25
nvmet: implement valid sqhd values in completions
James Smart
2017-08-30
nvmet: add support for reporting the host identifier
Omri Mann
2017-04-21
nvmet: convert from kmap to nvmet_copy_from_sgl
Logan Gunthorpe
2017-04-04
nvmet: Introduced helper routine for controller status check.
Parav Pandit
2017-02-22
nvmet: avoid dereferencing nvmet_req
Max Gurtovoy
2017-02-22
nvmet: Make cntlid globally unique
Sagi Grimberg
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
2016-07-05
nvmet: add a generic NVMe target
Christoph Hellwig