aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/core.c
AgeCommit message (Expand)Author
2023-12-08nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal
2022-09-15nvmet: fix a use-after-freeBart Van Assche
2021-03-24nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg
2020-11-10nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni
2020-10-29nvmet: fix uninitialized work for zero katozhenwei pi
2020-09-09nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel
2020-02-24nvmet: Pass lockdep expression to RCU listsAmol Grover
2019-07-31nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe
2019-07-31nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe
2019-06-21nvmet: introduce target-side traceMinwoo Im
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im
2019-06-21nvmet: add transport discovery change opJames Smart
2019-04-25nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy
2019-04-05nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy
2019-04-05nvmet: never fail double namespace enablementMax Gurtovoy
2019-03-28nvmet: fix error flow during ns enableMax Gurtovoy
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni
2018-12-13nvmet: add error log support in the coreChaitanya Kulkarni
2018-12-13nvmet: add interface to update error-log pageChaitanya Kulkarni
2018-12-13nvmet: add error-log definitionsChaitanya Kulkarni
2018-12-07nvmet: use unlikely for req status checkChaitanya Kulkarni
2018-12-07nvmet: support fabrics sq flow controlSagi Grimberg
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg
2018-12-07nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itSagi Grimberg
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe
2018-10-17nvmet: Introduce helper functions to allocate and free request SGLsLogan Gunthorpe
2018-10-17nvmet: use strcmp() instead of strncmp() for subsystem lookupBart Van Assche
2018-08-28nvmet: free workqueue object if module init failsChaitanya Kulkarni
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig
2018-07-25nvmet: only check for filebacking on -ENOTBLKHannes Reinecke
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni