summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: lock NS list changes while handling command effectsKeith Busch2019-02-061-1/+7
* nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov2019-01-091-1/+0
* nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall2019-01-091-7/+9
* nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch2019-01-091-1/+1
* nvme-core: optionally poll sync commandsSagi Grimberg2018-12-181-5/+33
* nvme: fix kernel paging oopsSagi Grimberg2018-12-131-1/+1
* nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni2018-12-131-9/+9
* nvme: provide fallback for discard alloc failureJens Axboe2018-12-131-6/+35
* nvme: add __exit annotationChengguang Xu2018-12-131-1/+1
* lightnvm: simplify geometry enumerationMatias Bjørling2018-12-111-9/+9
* Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-091-1/+9
|\
| * nvme: validate controller state before rescheduling keep aliveJames Smart2018-12-071-1/+9
* | nvme: implement Enhanced Command RetryKeith Busch2018-12-071-2/+45
* | nvme: Remove unused forward declarationIsrael Rukshin2018-12-071-1/+0
* | nvme: support traffic based keep-aliveSagi Grimberg2018-12-071-0/+13
* | nvme: cache controller attributesSagi Grimberg2018-12-071-0/+1
* | nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke2018-12-071-1/+3
* | nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni2018-12-071-3/+1
* | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-3/+5
|\ \ | |/
| * nvme: flush namespace scanning work just before removing namespacesSagi Grimberg2018-11-301-1/+3
| * nvme-pci: fix surprise removalIgor Konopko2018-11-271-1/+1
| * nvme: Free ctrl device name on init failureKeith Busch2018-11-271-1/+1
* | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-1/+3
|\ \ | |/
| * nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-091-1/+3
* | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-2/+2
|/
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-0/+4
|\
| * nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe2018-10-171-0/+4
* | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-19/+28
|\ \
| * | nvme-core: make implicit seed truncation explicitBart Van Assche2018-10-171-1/+1
| * | nvme-core: rework a NQN copying operationBart Van Assche2018-10-171-1/+1
| * | nvme-core: declare local symbols staticBart Van Assche2018-10-171-1/+1
| * | nvme: take node locality into account when selecting a pathChristoph Hellwig2018-10-011-1/+6
| * | nvme-core: add async event trace helperChaitanya Kulkarni2018-10-011-2/+9
| * | nvme: fix typo in nvme_identify_ns_descsMilan P. Gandhi2018-10-011-1/+1
| * | nvme: register ns_id attributes as default sysfs groupsHannes Reinecke2018-09-281-12/+9
| * | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
| |/
* | nvme: remove ns sibling before clearing pathKeith Busch2018-10-081-1/+1
|/
* nvme: set gendisk read only based on nsattrChaitanya Kulkarni2018-08-081-0/+6
* Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2Jens Axboe2018-08-051-26/+43
|\
| * nvme: add ANA supportChristoph Hellwig2018-07-271-8/+34
| * nvme: remove nvme_req_needs_failoverChristoph Hellwig2018-07-271-1/+2
| * nvme: simplify the API for getting log pagesChristoph Hellwig2018-07-271-21/+11
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-29/+34
|\ \
| * | nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier2018-07-201-1/+1
| * | nvme: don't enable AEN if not supportedWeiping Zhang2018-07-171-4/+7
| * | nvme: ensure forward progress during Admin passthruScott Bauer2018-07-171-24/+26
* | | nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy2018-07-301-0/+18
* | | block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-2/+1
| |/ |/|
* | nvme: use hw qid in trace eventsKeith Busch2018-07-231-4/+1
* | nvme: move init of keep_alive work item to controller initializationJames Smart2018-07-231-3/+4
|/
OpenPOWER on IntegriCloud