aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-10-01nvmet: don't split large I/Os unconditionallyGravatar Sagi Grimberg 2-2/+8
2018-10-01nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/OGravatar James Smart 2-2/+12
2018-10-01nvme-core: add async event trace helperGravatar Chaitanya Kulkarni 2-2/+37
2018-10-01nvme_fc: add 'nvme_discovery' sysfs attribute to fc transport deviceGravatar James Smart 1-9/+95
2018-10-01nvmet_fc: support target port removal with nvmet layerGravatar James Smart 1-8/+120
2018-10-01nvme-fc: fix for a minor typosGravatar Milan P. Gandhi 2-3/+3
2018-10-01nvmet: remove redundant module prefixGravatar Chaitanya Kulkarni 1-1/+1
2018-10-01nvme: fix typo in nvme_identify_ns_descsGravatar Milan P. Gandhi 1-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockGravatar Jens Axboe 3-4/+33
2018-09-28nvme: register ns_id attributes as default sysfs groupsGravatar Hannes Reinecke 4-92/+59
2018-09-28block: genhd: add 'groups' argument to device_add_diskGravatar Hannes Reinecke 2-2/+2
2018-09-25nvme: properly propagate errors in nvme_mpath_initGravatar Susobhan Dey 1-2/+4
2018-09-17nvme: count all ANA groups for ANA Log pageGravatar Hannes Reinecke 1-0/+4
2018-09-05nvmet-rdma: fix possible bogus dereference under heavy loadGravatar Sagi Grimberg 1-2/+25
2018-08-28nvmet: free workqueue object if module init failsGravatar Chaitanya Kulkarni 1-1/+3
2018-08-28nvme-fcloop: Fix dropped LS's to removed target portGravatar James Smart 1-1/+2
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventGravatar Michal Wnukowski 1-0/+8
2018-08-16Merge branch 'linus/master' into rdma.git for-nextGravatar Jason Gunthorpe 19-438/+1516
2018-08-16Merge tag 'v4.18' into rdma.git for-nextGravatar Jason Gunthorpe 11-94/+183
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 19-438/+1515
2018-08-08nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect foreverGravatar Tal Shorer 1-1/+1
2018-08-08nvmet: add ns write protect supportGravatar Chaitanya Kulkarni 5-5/+114
2018-08-08nvme: set gendisk read only based on nsattrGravatar Chaitanya Kulkarni 1-0/+6
2018-08-07nvme: fixup crash on failed discoveryGravatar Hannes Reinecke 1-1/+1
2018-08-05lightnvm: remove minor version check for 2.0Gravatar Matias Bjørling 1-6/+0
2018-08-05Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Gravatar Jens Axboe 8-70/+832
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Gravatar Jens Axboe 2-34/+41
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataGravatar Max Gurtovoy 3-82/+20
2018-07-30block: move ref_tag calculation func to the block layerGravatar Max Gurtovoy 1-2/+1
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-19/+55
2018-07-27nvmet: use Retain Async Event bit to clear AENGravatar Chaitanya Kulkarni 1-2/+15
2018-07-27nvmet: support configuring ANA groupsGravatar Christoph Hellwig 4-4/+236
2018-07-27nvmet: add minimal ANA supportGravatar Christoph Hellwig 4-4/+142
2018-07-27nvmet: track and limit the number of namespaces per subsystemGravatar Christoph Hellwig 3-1/+16
2018-07-27nvmet: keep a port pointer in nvmet_ctrlGravatar Christoph Hellwig 2-0/+4
2018-07-27nvme: add ANA supportGravatar Christoph Hellwig 3-27/+408
2018-07-27nvme: remove nvme_req_needs_failoverGravatar Christoph Hellwig 3-14/+2
2018-07-27nvme: simplify the API for getting log pagesGravatar Christoph Hellwig 3-25/+16
2018-07-25nvmet: only check for filebacking on -ENOTBLKGravatar Hannes Reinecke 1-1/+1
2018-07-25nvmet: fixup crash on NULL device pathGravatar Hannes Reinecke 1-2/+7
2018-07-24nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() callsGravatar Bart Van Assche 1-6/+4
2018-07-24nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() callsGravatar Bart Van Assche 1-6/+5
2018-07-24nvmet: don't use uuid_le typeGravatar Andy Shevchenko 1-1/+1
2018-07-24nvmet: check fileio lba range access boundariesGravatar Sagi Grimberg 1-2/+17
2018-07-24nvmet: fix file discard return statusGravatar Sagi Grimberg 1-8/+10
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceGravatar Sagi Grimberg 1-37/+29
2018-07-24nvme-rdma: centralize controller setup sequenceGravatar Sagi Grimberg 1-77/+53
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerGravatar Sagi Grimberg 1-0/+2
2018-07-24nvme-rdma: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-07-24nvme: add disk name to trace eventsGravatar Keith Busch 2-7/+37