summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: lock NS list changes while handling command effectsKeith Busch2019-03-131-1/+7
* nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch2019-02-201-1/+1
* nvme: validate controller state before rescheduling keep aliveJames Smart2018-12-211-1/+9
* nvme: flush namespace scanning work just before removing namespacesSagi Grimberg2018-12-171-1/+3
* nvme: make sure ns head inherits underlying device limitsSagi Grimberg2018-11-271-1/+3
* 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-061-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/+11Star
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-061-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/+1Star
| |/ |/|
* | nvme: use hw qid in trace eventsKeith Busch2018-07-231-4/+1Star
* | nvme: move init of keep_alive work item to controller initializationJames Smart2018-07-231-3/+4
|/
* nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe2018-06-211-0/+1
* Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-151-36/+12Star
|\
| * nvme: remove nvme_reinit_tagsetChristoph Hellwig2018-06-141-10/+0Star
| * nvme: don't rely on the changed namespace list logChristoph Hellwig2018-06-131-25/+11Star
| * nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin2018-06-111-1/+1
* | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-081-2/+2
|\|
| * nvme: cleanup double shift issueDan Carpenter2018-06-081-2/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-1/+1
| |\
| | * nvme: Avoid flush dependency in delete controller flowNitzan Carmi2018-05-151-1/+1
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-45/+112
|\ \ \
| * \ \ Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-06-011-25/+90
| |\ \ \
| | * | | nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2018-06-011-4/+47
| | * | | nvme: mark nvme_queue_scan staticChristoph Hellwig2018-06-011-10/+9Star
| | * | | nvme: submit AEN event configuration on startupHannes Reinecke2018-06-011-0/+17
| | * | | nvme.h: untangle AEN notice definitionsChristoph Hellwig2018-05-311-12/+18
| * | | | blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-3/+0Star
| |/ / /
| * | | nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke2018-05-251-1/+1
| * | | nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2018-05-251-1/+2
| * | | nvme: host: core: fix precedence of ternary operatorIvan Bornyakov2018-05-231-2/+2
| * | | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe2018-05-211-13/+17
| |\ \ \
| | * | | nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2018-05-181-1/+1
| | * | | nvme: only reconfigure discard if necessaryJens Axboe2018-05-021-12/+16
| | | |/ | | |/|
* | | | nvme: fix extended data LBA supported settingMax Gurtovoy2018-05-291-1/+1
| |_|/ |/| |
* | | nvme: Fix sync controller reset returnCharles Machalow2018-05-111-1/+2
* | | nvme: fix use-after-free in nvme_free_ns_headJianchao Wang2018-05-071-0/+5
|/ /
* | nvme/multipath: Fix multipath disabled naming collisionsKeith Busch2018-05-031-25/+1Star
* | nvme: Set integrity flag for user passthrough commandsKeith Busch2018-05-031-0/+1
|/
* nvme: expand nvmf_check_if_ready checksJames Smart2018-04-121-5/+12
* nvme: Use admin command effects for admin commandsKeith Busch2018-04-121-1/+1
* nvme: check return value of init_srcu_struct functionMax Gurtovoy2018-04-121-1/+4