aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25nvme: properly propagate errors in nvme_mpath_initSusobhan Dey1-2/+4
2018-09-17nvme: count all ANA groups for ANA Log pageHannes Reinecke1-0/+4
2018-09-05nvmet-rdma: fix possible bogus dereference under heavy loadSagi Grimberg1-2/+25
2018-08-28nvmet: free workqueue object if module init failsChaitanya Kulkarni1-1/+3
2018-08-28nvme-fcloop: Fix dropped LS's to removed target portJames Smart1-1/+2
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski1-0/+8
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe19-438/+1516
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe11-94/+183
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds19-438/+1515
2018-08-08nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverTal Shorer1-1/+1
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni5-5/+114
2018-08-08nvme: set gendisk read only based on nsattrChaitanya Kulkarni1-0/+6
2018-08-07nvme: fixup crash on failed discoveryHannes Reinecke1-1/+1
2018-08-05lightnvm: remove minor version check for 2.0Matias Bjørling1-6/+0
2018-08-05Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe8-70/+832
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2-34/+41
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy3-82/+20
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-2/+1
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds8-19/+55
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni1-2/+15
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig4-4/+236
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig4-4/+142
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig3-1/+16
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2-0/+4
2018-07-27nvme: add ANA supportChristoph Hellwig3-27/+408
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig3-14/+2
2018-07-27nvme: simplify the API for getting log pagesChristoph Hellwig3-25/+16
2018-07-25nvmet: only check for filebacking on -ENOTBLKHannes Reinecke1-1/+1
2018-07-25nvmet: fixup crash on NULL device pathHannes Reinecke1-2/+7
2018-07-24nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-6/+4
2018-07-24nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-6/+5
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko1-1/+1
2018-07-24nvmet: check fileio lba range access boundariesSagi Grimberg1-2/+17
2018-07-24nvmet: fix file discard return statusSagi Grimberg1-8/+10
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg1-37/+29
2018-07-24nvme-rdma: centralize controller setup sequenceSagi Grimberg1-77/+53
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg1-0/+2
2018-07-24nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-24nvme: add disk name to trace eventsKeith Busch2-7/+37
2018-07-24nvme: add controller name to trace eventsKeith Busch1-6/+11
2018-07-24nvme: if_ready checks to fail io to deleting controllerJames Smart5-7/+12
2018-07-24nvmet-fc: fix target sgl list on large transfersJames Smart1-9/+35
2018-07-23nvme: use hw qid in trace eventsKeith Busch3-71/+53
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg5-0/+6
2018-07-23nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy1-5/+21
2018-07-23nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise6-43/+169
2018-07-23nvme-rdma: support up to 4 segments of inline dataSteve Wise1-11/+27
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni4-5/+67
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni1-1/+34