summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/lightnvm.c
AgeCommit message (Expand)Author
2017-06-26lightnvm: propagate right error code to targetJavier González
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmdChristoph Hellwig
2017-05-10nvme: lightnvm: fix memory leakRakesh Pandit
2017-05-07lightnvm: remove unused rq parameter of nvme_nvm_rqtocmd() to kill warningGeert Uytterhoeven
2017-05-04lightnvm: create cmd before allocating requestJavier González
2017-04-25nvme-lightnvm: add missing endianess conversion in nvme_nvm_end_ioChristoph Hellwig
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig
2017-04-19lightnvm: Use blk_init_request_from_bio() instead of open-coding itBart Van Assche
2017-04-16lightnvm: bad type conversion for nvme control bitsJavier González
2017-04-16lightnvm: enable nvme size compile assertsMatias Bjørling
2017-04-16lightnvm: submit erases using the I/O pathJavier González
2017-04-16nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identifyScott Bauer
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling
2017-01-31lightnvm: add ioctls for vector I/OsMatias Bjørling
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling
2017-01-31lightnvm: merge gennvm with coreMatias Bjørling
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmJavier González
2016-11-29lightnvm: move block provisioning to targetsJavier González
2016-11-29lightnvm: enable to send hint to erase commandJavier González
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling
2016-11-29nvme: lightnvm: frees wrong cmd structureMatias Bjørling
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig
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-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-07nvme: lightnvm: make MLC num_pairs little endianJohannes Thumshirn
2016-05-06lightnvm: rename nr_pages to nr_ppas on nvm_rqJavier González
2016-05-06lightnvm: pass dma address to hardware rather than pointerArnd Bergmann
2016-05-06nvme/lightnvm: Log using the ctrl named deviceSagi Grimberg
2016-05-06lightnvm: rename dma helper functionsJavier González
2016-05-06lightnvm: enable metadata to be sent to deviceJavier González
2016-05-06lightnvm: refactor set_bb_tbl for accepting ppa listMatias Bjørling
2016-05-06lightnvm: refactor device ops->get_bb_tbl()Matias Bjørling
2016-05-06lightnvm: move block fold outside of get_bb_tbl()Matias Bjørling
2016-03-18nvme: lightnvm: return ppa completion statusMatias Bjorling
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-03-03lightnvm: fold get bb tbl when using dual/quad plane modeMatias Bjørling
2016-02-04lightnvm: check overflow and correct mlc pairsMatias Bjørling
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-12lightnvm: introduce mlc lower page table mappingsMatias Bjørling
2016-01-12lightnvm: return the get_bb_tbl return valueMatias Bjørling
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling
2015-12-07lightnvm: check mm before useMatias Bjørling