aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/lightnvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-16nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer1-1/+1
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling1-1/+2
2017-01-31lightnvm: add ioctls for vector I/OsMatias Bjørling1-0/+220
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling1-45/+42
2017-01-31lightnvm: merge gennvm with coreMatias Bjørling1-4/+3
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmJavier González1-0/+3
2016-11-29lightnvm: move block provisioning to targetsJavier González1-2/+9
2016-11-29lightnvm: enable to send hint to erase commandJavier González1-0/+1
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling1-12/+163
2016-11-29nvme: lightnvm: frees wrong cmd structureMatias Bjørling1-1/+1
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-24/+7
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund1-2/+7
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling1-7/+24
2016-09-21nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling1-2/+3
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-07-07nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn1-1/+1
2016-05-06lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González1-2/+2
2016-05-06lightnvm: pass dma address to hardware rather than pointerArnd Bergmann1-1/+1
2016-05-06nvme/lightnvm: Log using the ctrl named deviceSagi Grimberg1-7/+9
2016-05-06lightnvm: rename dma helper functionsJavier González1-2/+2
2016-05-06lightnvm: enable metadata to be sent to deviceJavier González1-0/+1
2016-05-06lightnvm: refactor set_bb_tbl for accepting ppa listMatias Bjørling1-4/+4
2016-05-06lightnvm: refactor device ops->get_bb_tbl()Matias Bjørling1-4/+2
2016-05-06lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling1-41/+6
2016-03-18nvme: lightnvm: return ppa completion statusMatias Bjorling1-2/+15
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+41
2016-03-03lightnvm: fold get bb tbl when using dual/quad plane modeMatias Bjørling1-5/+41
2016-02-04lightnvm: check overflow and correct mlc pairsMatias Bjørling1-3/+9
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+16
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+22
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-12lightnvm: introduce mlc lower page table mappingsMatias Bjørling1-1/+21
2016-01-12lightnvm: return the get_bb_tbl return valueMatias Bjørling1-5/+0
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling1-4/+1
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling1-11/+13
2015-12-07lightnvm: check mm before useMatias Bjørling1-1/+1
2015-12-03NVMe: fix build with CONFIG_NVM enabledChristoph Hellwig1-19/+16
2015-12-01blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig1-1/+1
2015-11-29lightnvm: unconverted ppa returned in get_bb_tblMatias Bjørling1-1/+3
2015-11-29lightnvm: refactor and change vendor id for qemuMatias Bjørling1-2/+9
2015-11-29lightnvm: Simplify config when disabledKeith Busch1-13/+0
2015-11-20nvme: lightnvm: use admin queues for admin cmdsWenwei Tao1-7/+10
2015-11-16nvme: remove reserved double wordMatias Bjørling1-2/+2
2015-11-16nvme: missing ppaf copyMatias Bjørling1-0/+2
2015-11-16lightnvm: remove linear and device addr modesMatias Bjørling1-2/+1
2015-11-16lightnvm: expose mccap in identify commandMatias Bjørling1-1/+3
2015-11-16lightnvm: update alignments for identify commandMatias Bjørling1-1/+3
2015-11-16lightnvm: update bad block table formatMatias Bjørling1-23/+90
2015-11-03nvme: lightnvm: clean up a data typeDan Carpenter1-2/+2
2015-10-29nvme: LightNVM supportMatias Bjørling1-0/+526