summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2019-12-21nvme: host: core: fix precedence of ternary operatorIvan Bornyakov
2019-07-10nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee
2018-07-17nvme: validate admin queue before unquiesceScott Bauer
2018-04-13nvme: fix hang in remove pathMing Lei
2018-03-03nvme: check hw sectors before setting chunk sectorsKeith Busch
2017-12-20nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig
2017-06-07nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei
2017-06-07nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei
2017-04-12nvme: simplify stripe quirkKeith Busch
2017-04-08nvme/core: Fix race kicking freed request_queueKeith Busch
2017-01-19nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli
2016-10-19nvme: use symbolic constants for CNS valuesChristoph Hellwig
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi
2016-10-12nvme: Stop probing a removed deviceKeith Busch
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling
2016-09-21nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling
2016-09-15nvme: remove the post_scan calloutChristoph Hellwig
2016-08-24nvme: Fix nvme_get/set_features() with a NULL result pointerAndy Lutomirski
2016-08-15nvme: Prevent controller state invalid transitionGabriel Krisman Bertazi
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20nvme: initialize variable before logical OR'ing itJay Freyensee
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig
2016-07-14NVMe: don't allocate unused nvme_majorNeilBrown
2016-07-14nvme: Remove RCU namespace protectionKeith Busch
2016-07-12nvme: Limit command retriesKeith Busch
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli
2016-07-08Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe
2016-07-08nvme: add new reconnecting controller stateChristoph Hellwig
2016-07-05nvme: add keep-alive supportSagi Grimberg
2016-07-05nvme-fabrics: add a generic NVMe over Fabrics libraryChristoph Hellwig
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig
2016-07-05nvme: add fabrics sysfs attributesMing Lin
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig
2016-07-05nvme: allow transitioning from NEW to LIVE stateChristoph Hellwig
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-12nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig
2016-06-12nvme: factor out a add nvme_is_write helperChristoph Hellwig
2016-06-12nvme: allow for size limitations from transport driversChristoph Hellwig
2016-06-08NVMe: Fix removal in case of active namespace list scanning methodSunad Bhandary
2016-06-07nvme: use UINT_MAX for max discard sectorsMinfei Huang
2016-06-07nvme: move nvme_cancel_request() to common codeMing Lin
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-05-17nvme/host: Add missing blk_integrity tag_size + flags assignmentsNicholas Bellinger
2016-05-17NVMe: Short-cut removal on surprise hot-unplugKeith Busch
2016-05-17NVMe: Allow user initiated rescanKeith Busch