summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvmet: return a specified error it subsys_alloc failsMinwoo Im2019-04-251-3/+3
* nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-251-11/+11
* nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy2019-04-051-0/+2
* nvmet: never fail double namespace enablementMax Gurtovoy2019-04-051-3/+4
* nvmet: fix error flow during ns enableMax Gurtovoy2019-03-281-2/+2
* nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu2019-03-131-10/+10
* nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvmet: use a macro for default error locationChaitanya Kulkarni2018-12-181-2/+2
* nvmet: fix comparison of a u16 with -1Colin Ian King2018-12-181-1/+1
* nvmet: add error log support for file backendChaitanya Kulkarni2018-12-131-0/+38
* nvmet: add error log support in the coreChaitanya Kulkarni2018-12-131-8/+23
* nvmet: add interface to update error-log pageChaitanya Kulkarni2018-12-131-1/+31
* nvmet: add error-log definitionsChaitanya Kulkarni2018-12-131-0/+5
* nvmet: use unlikely for req status checkChaitanya Kulkarni2018-12-071-1/+1
* nvmet: support fabrics sq flow controlSagi Grimberg2018-12-071-10/+13