summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "embeded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * nvme-rdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | nvme/pci: re-check security protocol support after resetScott Bauer2017-02-231-7/+10
* | nvme: detect NVMe controller in recent MacBooksDaniel Roschka2017-02-221-0/+1
* | nvme-rdma: add support for host_traddrMax Gurtovoy2017-02-221-2/+21
* | nvmet-rdma: Fix error handlingChristophe JAILLET2017-02-221-1/+1
* | nvmet-rdma: use nvme cm status helperMax Gurtovoy2017-02-221-2/+3
* | nvme-rdma: move nvme cm status helper to .h fileMax Gurtovoy2017-02-221-22/+0
* | nvme-fc: don't bother to validate ioccsz and iorcszJames Smart2017-02-221-12/+0
* | nvme/pci: No special case for queue busy on IOKeith Busch2017-02-221-4/+1
* | nvme/core: Fix race kicking freed request_queueKeith Busch2017-02-221-3/+3
* | nvme/pci: Disable on removal when disconnectedKeith Busch2017-02-221-1/+3
* | nvme: Enable autonomous power state transitionsAndy Lutomirski2017-02-222-0/+165
* | nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski2017-02-222-0/+65
* | nvme: make nvmf_register_transport require a create_ctrl callbackJohannes Thumshirn2017-02-225-8/+10
* | nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit2017-02-223-5/+6
* | nvme: add semicolon in nvme_command settingMax Gurtovoy2017-02-221-2/+2
* | nvmet: avoid dereferencing nvmet_reqMax Gurtovoy2017-02-221-1/+1
* | nvme: Make controller state visible via sysfsSagi Grimberg2017-02-221-0/+24
* | nvmet: Make cntlid globally uniqueSagi Grimberg2017-02-223-9/+6
* | nvmet_fc: cleanup of abort flag processing in fcp_op_doneJames Smart2017-02-221-5/+3
* | nvme: admin-cmd: fix spelling mistake: "Counld" -> "Could"Colin Ian King2017-02-221-1/+1
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-176-25/+52
|\ \
| * | nvme: support ranged discard requestsChristoph Hellwig2017-02-081-7/+23
| * | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-312-9/+19
| * | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-314-6/+6
| * | nvme/scsi: don't rely on BLK_MAX_CDBChristoph Hellwig2017-01-301-3/+3
| * | nvme: fix compilation of scsi componentJens Axboe2017-01-291-0/+1
| * | Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-271-0/+1
| |\ \
* | \ \ Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe2017-02-174-51/+322
|\ \ \ \
| * | | | nvme: Check for Security send/recv support before issuing commands.Scott Bauer2017-02-173-1/+3
| * | | | block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig2017-02-173-18/+13
| * | | | Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer2017-02-141-1/+2
| * | | | nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer2017-02-063-0/+46
| * | | | nvme/pci: Don't mark IOD as aborted if abort wasn't sentKeith Busch2017-01-311-2/+1
| * | | | lightnvm: use end_io callback instead of instanceMatias Bjørling2017-01-311-1/+2
| * | | | lightnvm: add ioctls for vector I/OsMatias Bjørling2017-01-313-0/+230
| * | | | lightnvm: reduce number of nvm_id groups to oneMatias Bjørling2017-01-311-45/+42
| * | | | lightnvm: merge gennvm with coreMatias Bjørling2017-01-311-4/+3
| | |/ / | |/| |
| * | | blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+1
| | |/ | |/|
* | | nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig2017-01-261-3/+3
* | | nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit2017-01-261-0/+17
* | | nvmet: Call fatal_error from keep-alive timout expirationSagi Grimberg2017-01-261-1/+1
* | | nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg2017-01-261-0/+3
* | | nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg2017-01-263-0/+12
* | | nvmet_fc: correct logic in disconnect queue LS handlingJames Smart2017-01-261-14/+22
| |/ |/|
* | nvme: use blk_rq_payload_bytesChristoph Hellwig2017-01-134-30/+15
* | nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli2017-01-111-6/+1
* | nvme-rdma: fix nvme_rdma_queue_is_readyChristoph Hellwig2017-01-111-1/+1
|/