summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya 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-27nvme: add ANA supportChristoph Hellwig
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig
2018-07-27nvme: simplify the API for getting log pagesChristoph Hellwig
2018-07-25nvmet: only check for filebacking on -ENOTBLKHannes Reinecke
2018-07-25nvmet: fixup crash on NULL device pathHannes Reinecke
2018-07-24nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko
2018-07-24nvmet: check fileio lba range access boundariesSagi Grimberg
2018-07-24nvmet: fix file discard return statusSagi Grimberg
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg
2018-07-24nvme-rdma: centralize controller setup sequenceSagi Grimberg
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg
2018-07-24nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva
2018-07-24nvme: add disk name to trace eventsKeith Busch
2018-07-24nvme: add controller name to trace eventsKeith Busch
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart
2018-07-24nvmet-fc: fix target sgl list on large transfersJames Smart
2018-07-23nvme: use hw qid in trace eventsKeith Busch
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg
2018-07-23nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy
2018-07-23nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise
2018-07-23nvme-rdma: support up to 4 segments of inline dataSteve Wise
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni
2018-07-23nvme: move init of keep_alive work item to controller initializationJames Smart
2018-07-20nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier
2018-07-17nvme: don't enable AEN if not supportedWeiping Zhang
2018-07-17nvme: ensure forward progress during Admin passthruScott Bauer
2018-07-13lightnvm: limit get chunk meta request sizeMatias Bjørling
2018-07-13lightnvm: Remove redundant rq->__data_len initializationBart Van Assche
2018-07-12nvme-pci: fix memory leak on probe failureKeith Busch
2018-06-28nvme-rdma: fix possible double free of controller async event bufferSagi Grimberg
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe
2018-06-21nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang
2018-06-21nvme-fc: release io queues to allow fast failJames Smart
2018-06-20nvmet: reset keep alive timer in controller enableMax Gurtuvoy
2018-06-20nvme-rdma: don't override opts->queue_sizeSagi Grimberg
2018-06-20nvme-rdma: Fix command completion race at error recoveryIsrael Rukshin
2018-06-20nvme-rdma: fix possible free of a non-allocated async event bufferSagi Grimberg
2018-06-20nvme-rdma: fix possible double free condition when failing to create a contro...Sagi Grimberg
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe