summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmet: fix freeing unallocated p2pmemMax Gurtovoy2021-06-021-17/+16
* nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2021-05-261-4/+11
* nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo2021-05-191-1/+1
* Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-16/+17
|\
| * nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni2021-04-021-10/+11
| * nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni2021-04-021-5/+4
| * nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2021-04-021-0/+2
| * nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni2021-04-021-1/+0
* | nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg2021-03-181-3/+14
|/
* nvmet: model_number must be immutable once setMax Gurtovoy2021-03-051-1/+1
* nvmet: remove else at the end of the functionChaitanya Kulkarni2021-02-101-2/+2
* nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-101-1/+1
* nvmet: add helper to report invalid opcodeChaitanya Kulkarni2021-02-101-0/+9
* nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-101-11/+13
* nvmet: remove unused ctrl->cqsAmit2020-12-011-13/+2
* nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2020-10-271-2/+2
* nvmet: fix uninitialized work for zero katozhenwei pi2020-10-221-1/+2
* nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel2020-09-271-2/+2
* Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-241-0/+6
|\
| * nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel2020-08-211-0/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* nvmet: Add passthru enable/disable helpersLogan Gunthorpe2020-07-291-1/+9
* nvmet: add passthru code to process commandsLogan Gunthorpe2020-07-291-0/+3
* nvmet: use xarray for ctrl ns storingChaitanya Kulkarni2020-07-291-44/+20
* nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy2020-07-081-1/+1
* block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
* nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni2020-06-111-7/+20
* nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn2020-05-271-9/+6
* nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg2020-05-271-9/+6
* nvmet: add metadata support for block devicesIsrael Rukshin2020-05-271-26/+69
* nvmet: add metadata/T10-PI supportIsrael Rukshin2020-05-271-4/+17
* nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin2020-05-271-3/+3
* nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni2020-05-271-0/+5
* nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni2020-05-271-0/+8
* nvmet: add async event tracing supportChaitanya Kulkarni2020-05-271-0/+1
* nvmet: make ctrl model configurableMark Ruijter2020-03-041-0/+1
* nvmet: make ctrl-id configurableChaitanya Kulkarni2020-03-041-2/+6
* nvmet: update AEN list and array at one placeDaniel Wagner2020-02-051-27/+36
* nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg2020-02-041-0/+11
* nvmet: Pass lockdep expression to RCU listsAmol Grover2020-02-041-2/+4
* nvmet: clean up command parsing a bitChristoph Hellwig2019-11-041-5/+1
* nvmet: Open code nvmet_req_execute()Christoph Hellwig2019-11-041-6/+0
* nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-041-4/+12
* nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin2019-11-041-1/+1
* nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe2019-07-311-0/+3
* nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe2019-07-311-0/+12
* nvmet: introduce target-side traceMinwoo Im2019-06-211-0/+8
* nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im2019-06-211-1/+1
* nvmet: add transport discovery change opJames Smart2019-06-211-0/+2
* nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2019-04-251-0/+1