aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2019-05-10nvme: cancel request synchronouslyMing Lei
2019-02-06nvme: lock NS list changes while handling command effectsKeith Busch
2019-01-09nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall
2019-01-09nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg
2018-12-13nvme: fix kernel paging oopsSagi Grimberg
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni
2018-12-13nvme: provide fallback for discard alloc failureJens Axboe
2018-12-13nvme: add __exit annotationChengguang Xu
2018-12-11lightnvm: simplify geometry enumerationMatias Bjørling
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-07nvme: implement Enhanced Command RetryKeith Busch
2018-12-07nvme: Remove unused forward declarationIsrael Rukshin
2018-12-07nvme: support traffic based keep-aliveSagi Grimberg
2018-12-07nvme: cache controller attributesSagi Grimberg
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke
2018-12-07nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-30nvme: flush namespace scanning work just before removing namespacesSagi Grimberg
2018-11-27nvme-pci: fix surprise removalIgor Konopko
2018-11-27nvme: Free ctrl device name on init failureKeith Busch
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe
2018-10-17nvme-core: make implicit seed truncation explicitBart Van Assche
2018-10-17nvme-core: rework a NQN copying operationBart Van Assche
2018-10-17nvme-core: declare local symbols staticBart Van Assche
2018-10-08nvme: remove ns sibling before clearing pathKeith Busch
2018-10-01nvme: take node locality into account when selecting a pathChristoph Hellwig
2018-10-01nvme-core: add async event trace helperChaitanya Kulkarni
2018-10-01nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi
2018-09-28nvme: register ns_id attributes as default sysfs groupsHannes Reinecke
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-08-08nvme: set gendisk read only based on nsattrChaitanya Kulkarni
2018-08-05Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy
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-23nvme: use hw qid in trace eventsKeith Busch
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