summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig
2017-04-05nvme: mark nvme_max_retries staticChristoph Hellwig
2017-04-05nvme: cleanup nvme_req_needs_retryChristoph Hellwig
2017-04-05nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig
2017-04-02nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei
2017-03-02nvme: Complete all stuck requestsKeith Busch
2017-02-22nvme/core: Fix race kicking freed request_queueKeith Busch
2017-02-22nvme: Enable autonomous power state transitionsAndy Lutomirski
2017-02-22nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit
2017-02-22nvme: add semicolon in nvme_command settingMax Gurtovoy
2017-02-22nvme: Make controller state visible via sysfsSagi Grimberg
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe
2017-02-17nvme: Check for Security send/recv support before issuing commands.Scott Bauer
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig
2017-02-14Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer
2017-02-08nvme: support ranged discard requestsChristoph Hellwig
2017-02-06nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31lightnvm: add ioctls for vector I/OsMatias Bjørling
2017-01-11nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli
2016-12-21nvme: simplify stripe quirkKeith Busch
2016-12-13Revert "nvme: add support for the Write Zeroes command"Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart
2016-12-01nvme: add support for the Write Zeroes commandChaitanya Kulkarni
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche
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