aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-299/+397
2016-05-06lightnvm: rename nr_pages to nr_ppas on nvm_rqGravatar Javier González 1-2/+2
2016-05-06lightnvm: pass dma address to hardware rather than pointerGravatar Arnd Bergmann 1-1/+1
2016-05-06nvme/lightnvm: Log using the ctrl named deviceGravatar Sagi Grimberg 1-7/+9
2016-05-06lightnvm: rename dma helper functionsGravatar Javier González 1-2/+2
2016-05-06lightnvm: enable metadata to be sent to deviceGravatar Javier González 1-0/+1
2016-05-06lightnvm: refactor set_bb_tbl for accepting ppa listGravatar Matias Bjørling 1-4/+4
2016-05-06lightnvm: refactor device ops->get_bb_tbl()Gravatar Matias Bjørling 1-4/+2
2016-05-06lightnvm: move block fold outside of get_bb_tbl()Gravatar Matias Bjørling 1-41/+6
2016-05-03NVMe: Fix reset/remove raceGravatar Keith Busch 1-2/+1
2016-05-02nvme: fix nvme_ns_remove() deadlockGravatar Ming Lin 1-2/+4
2016-05-02nvme: switch to RCU freeing the namespaceGravatar Ming Lin 1-10/+11
2016-05-02nvme: add helper nvme_cleanup_cmd()Gravatar Ming Lin 2-2/+7
2016-05-02nvme: move AER handling to common codeGravatar Christoph Hellwig 3-40/+66
2016-05-02nvme: move namespace scanning to coreGravatar Christoph Hellwig 3-32/+34
2016-05-02nvme: tighten up state check for namespace scanningGravatar Christoph Hellwig 1-2/+4
2016-05-02nvme: introduce a controller state machineGravatar Christoph Hellwig 3-13/+74
2016-05-02nvme: remove the io_incapable methodGravatar Christoph Hellwig 2-20/+0
2016-05-02NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_in...Gravatar Wang Sheng-Hui 1-1/+1
2016-05-02NVMe: Fix check_flush_dependency warningGravatar Keith Busch 1-0/+1
2016-04-26NVMe: small typo in section BLK_DEV_NVME_SCSI of host/KconfigGravatar Wang Sheng-Hui 1-1/+1
2016-04-26nvme: fix cntlid typeGravatar Christoph Hellwig 1-1/+1
2016-04-14NVMe: Always use MSI/MSI-x interruptsGravatar Keith Busch 1-10/+15
2016-04-13nvme: Avoid reset work on watchdog timer function during error recoveryGravatar Guilherme G. Piccoli 1-8/+30
2016-04-12NVMe: silence warning about unused 'dev'Gravatar Jens Axboe 1-2/+2
2016-04-12NVMe: switch to using blk_queue_write_cache()Gravatar Jens Axboe 1-2/+5
2016-04-12nvme: Use blk-mq helper for IO terminationGravatar Sagi Grimberg 1-14/+5
2016-04-12NVMe: Skip async events for degraded controllersGravatar Keith Busch 1-2/+10
2016-04-12nvme: add helper nvme_setup_cmd()Gravatar Ming Lin 3-97/+108
2016-04-12nvme: rewrite discard supportGravatar Ming Lin 1-29/+39
2016-04-12nvme: add helper nvme_map_len()Gravatar Ming Lin 2-8/+13
2016-04-12nvme: add missing lock nesting notationGravatar Ming Lin 1-1/+7
2016-04-12NVMe: Always use MSI/MSI-x interruptsGravatar Keith Busch 1-10/+15
2016-04-11NVMe: Fix reset/remove raceGravatar Keith Busch 1-2/+4
2016-03-22nvme: avoid cqe corruption when update at the same time as readGravatar Marta Rybczynska 1-11/+13
2016-03-18nvme: lightnvm: return ppa completion statusGravatar Matias Bjorling 1-2/+15
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-202/+275
2016-03-16NVMe: Expose ns wwid through single sysfs entryGravatar Keith Busch 2-0/+27
2016-03-08NVMe: Remove unused sq_head read in completion pathGravatar Jon Derrick 1-2/+0
2016-03-08NVMe: Create discard zero quirk white listGravatar Keith Busch 3-2/+15
2016-03-03lightnvm: fold get bb tbl when using dual/quad plane modeGravatar Matias Bjørling 1-5/+41
2016-03-03nvme: fix max_segments integer truncationGravatar Christoph Hellwig 1-2/+4
2016-03-03nvme: set queue limits for the admin queueGravatar Christoph Hellwig 1-10/+19
2016-03-03NVMe: Fix 0-length integrity payloadGravatar Keith Busch 1-1/+1
2016-03-03NVMe: Don't allow unsupported flagsGravatar Keith Busch 1-0/+4
2016-03-03NVMe: Move error handling to failed reset handlerGravatar Keith Busch 3-18/+50
2016-03-03NVMe: Simplify device reset failureGravatar Keith Busch 1-27/+21
2016-03-03NVMe: Fix namespace removal deadlockGravatar Keith Busch 3-7/+26
2016-03-03NVMe: Use IDA for namespace disk namingGravatar Keith Busch 2-3/+14
2016-03-03NVMe: Don't unmap controller registers on resetGravatar Keith Busch 1-29/+42