aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-07lightnvm: do not compile in debugging by defaultMatias Bjørling1-0/+1
2015-12-07lightnvm: prevent gennvm module unload on useMatias Bjørling1-0/+5
2015-12-07lightnvm: fix media mgr registrationMatias Bjørling1-39/+39
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling3-9/+8
2015-12-07lightnvm: refactor spin_unlock in gennvm_get_blkWenwei Tao1-5/+2
2015-12-07lightnvm: put blks when luns configure failedWenwei Tao1-2/+19
2015-12-07lightnvm: use flags in rrpc_get_blkWenwei Tao1-1/+1
2015-11-29lightnvm: missing nvm_lock acquireWenwei Tao1-33/+42
2015-11-29lightnvm: unconverted ppa returned in get_bb_tblMatias Bjørling1-2/+1
2015-11-29lightnvm: do device max sectors boundary check firstWenwei Tao1-4/+6
2015-11-29lightnvm: fix ioctl memory leaksSudip Mukherjee1-2/+7
2015-11-29lightnvm: free memory when gennvm register failsWenwei Tao1-5/+10
2015-11-20lightnvm: add free and bad lun info to show lunsJavier Gonzalez2-6/+15
2015-11-20lightnvm: keep track of block countsJavier Gonzalez1-1/+13
2015-11-20lightnvm: missing free on init errorMatias Bjørling1-2/+4
2015-11-20lightnvm: wrong return value and redundant freeWenwei Tao1-4/+2
2015-11-16lightnvm: cleanup queue before target removalJavier González1-2/+2
2015-11-16lightnvm: remove linear and device addr modesMatias Bjørling3-9/+38
2015-11-16lightnvm: prevent double free on init errorMatias Bjørling1-9/+3
2015-11-16lightnvm: prematurely activate nvm_devMatias Bjørling1-4/+4
2015-11-16lightnvm: check for NAND flash and its typeMatias Bjørling1-0/+10
2015-11-16lightnvm: update bad block table formatMatias Bjørling2-10/+24
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-4/+5
2015-11-03lightnvm: refactor phys addrs type to u64Matias Bjørling2-12/+11
2015-10-29rrpc: Round-robin sector target with cost-based gcMatias Bjørling4-0/+1571
2015-10-29gennvm: Generic NVM managerMatias Bjørling4-0/+539
2015-10-29lightnvm: Support for Open-Channel SSDsMatias Bjørling3-0/+859