summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-01nvmet: remove unused ctrl->cqsAmit1-13/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni1-2/+2
2020-10-22nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel1-2/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe1-1/+9
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe1-0/+3
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni1-44/+20
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy1-1/+1
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-05-27nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn1-9/+6
2020-05-27nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg1-9/+6
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin1-26/+69
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin1-4/+17
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin1-3/+3
2020-05-27nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni1-0/+5
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni1-0/+8
2020-05-27nvmet: add async event tracing supportChaitanya Kulkarni1-0/+1
2020-03-04nvmet: make ctrl model configurableMark Ruijter1-0/+1
2020-03-04nvmet: make ctrl-id configurableChaitanya Kulkarni1-2/+6
2020-02-05nvmet: update AEN list and array at one placeDaniel Wagner1-27/+36
2020-02-04nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg1-0/+11
2020-02-04nvmet: Pass lockdep expression to RCU listsAmol Grover1-2/+4
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig1-5/+1
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig1-6/+0
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-4/+12
2019-11-04nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin1-1/+1
2019-07-31nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe1-0/+3
2019-07-31nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe1-0/+12
2019-06-21nvmet: introduce target-side traceMinwoo Im1-0/+8
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im1-1/+1
2019-06-21nvmet: add transport discovery change opJames Smart1-0/+2
2019-04-25nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult1-0/+1
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im1-3/+3
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy1-11/+11
2019-04-05nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy1-0/+2
2019-04-05nvmet: never fail double namespace enablementMax Gurtovoy1-3/+4
2019-03-28nvmet: fix error flow during ns enableMax Gurtovoy1-2/+2
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni1-2/+2
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King1-1/+1
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni1-0/+38
2018-12-13nvmet: add error log support in the coreChaitanya Kulkarni1-8/+23
2018-12-13nvmet: add interface to update error-log pageChaitanya Kulkarni1-1/+31
2018-12-13nvmet: add error-log definitionsChaitanya Kulkarni1-0/+5
2018-12-07nvmet: use unlikely for req status checkChaitanya Kulkarni1-1/+1