aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg1-1/+3
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+28
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe1-0/+4
2018-10-17nvme-core: make implicit seed truncation explicitBart Van Assche1-1/+1
2018-10-17nvme-core: rework a NQN copying operationBart Van Assche1-1/+1
2018-10-17nvme-core: declare local symbols staticBart Van Assche1-1/+1
2018-10-08nvme: remove ns sibling before clearing pathKeith Busch1-1/+1
2018-10-01nvme: take node locality into account when selecting a pathChristoph Hellwig1-1/+6
2018-10-01nvme-core: add async event trace helperChaitanya Kulkarni1-2/+9
2018-10-01nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi1-1/+1
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke1-12/+9
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-08-08nvme: set gendisk read only based on nsattrChaitanya Kulkarni1-0/+6
2018-08-05Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe1-26/+43
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-29/+34
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy1-0/+18
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy1-2/+1
2018-07-27nvme: add ANA supportChristoph Hellwig1-8/+34
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig1-1/+2
2018-07-27nvme: simplify the API for getting log pagesChristoph Hellwig1-21/+11
2018-07-23nvme: use hw qid in trace eventsKeith Busch1-4/+1
2018-07-23nvme: move init of keep_alive work item to controller initializationJames Smart1-3/+4
2018-07-20nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier1-1/+1
2018-07-17nvme: don't enable AEN if not supportedWeiping Zhang1-4/+7
2018-07-17nvme: ensure forward progress during Admin passthruScott Bauer1-24/+26
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe1-0/+1
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe1-36/+12
2018-06-14nvme: remove nvme_reinit_tagsetChristoph Hellwig1-10/+0
2018-06-13nvme: don't rely on the changed namespace list logChristoph Hellwig1-25/+11
2018-06-11nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin1-1/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-06-08nvme: cleanup double shift issueDan Carpenter1-2/+2
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-45/+112
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-25/+90
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig1-4/+47
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig1-10/+9
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke1-0/+17
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig1-12/+18
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig1-3/+0
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy1-1/+1
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke1-1/+1
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke1-1/+2
2018-05-23nvme: host: core: fix precedence of ternary operatorIvan Bornyakov1-2/+2
2018-05-21Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-13/+17
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig1-1/+1
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2018-05-15nvme: Avoid flush dependency in delete controller flowNitzan Carmi1-1/+1
2018-05-11nvme: Fix sync controller reset returnCharles Machalow1-1/+2