aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01lightnvm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-18/+5
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-04-13lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15Christoph Hellwig2-1/+5
2021-04-13lightnvm: return the correct return valueTian Tao1-1/+1
2021-02-14lightnvm: pblk: Replace guid_copy() with export_guid()/import_guid()Andy Shevchenko2-5/+3
2021-02-14lightnvm: fix unnecessary NULL check warningsTian Tao1-2/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2021-01-21lightnvm: fix memory leak when submit failsPan Bian1-2/+1
2021-01-03lightnvm: select CONFIG_CRC32Arnd Bergmann1-0/+1
2020-12-08drivers/lightnvm: fix a null-ptr-deref bug in pblk-core.ctangzhenhao1-0/+4
2020-10-16lightnvm: fix out-of-bounds write to array devices->info[]Colin Ian King1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2-9/+11
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-2/+2
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-12/+7
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-3/+2
2020-05-27lightnvm/pblk: use bio_{start,end}_io_acctChristoph Hellwig2-12/+7
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+21
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-12lightnvm: pblk: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-21/+21
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-4/+4
2019-09-05lightnvm: print error when target is not foundMinwoo Im1-1/+4
2019-09-05lightnvm: introduce pr_fmt for the prefix nvmMinwoo Im1-24/+25
2019-08-08lightnvm: remove unused 'geo' variableJens Axboe1-2/+0
2019-08-08lightnvm: remove set but not used variables 'data_len' and 'rq_len'YueHaibing2-4/+1
2019-08-06lightnvm: pblk: use kvmalloc for metadataHans Holmberg4-64/+19
2019-08-06lightnvm: move metadata mapping to lower level driverHans Holmberg6-184/+34
2019-08-06lightnvm: remove nvm_submit_io_sync_fnHans Holmberg1-6/+29
2019-06-21lightnvm: fix uninitialized pointer in nvm_remove_tgt()Geert Uytterhoeven1-1/+1
2019-06-21lightnvm: pblk: fix freeing of merged pagesHeiner Litz1-8/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410Thomas Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-06lightnvm: pblk: use nvm_rq_to_ppa_list()Igor Konopko2-17/+22
2019-05-06lightnvm: pblk: simplify partial read pathIgor Konopko4-281/+100
2019-05-06lightnvm: do not remove instance under global lockIgor Konopko1-18/+16
2019-05-06lightnvm: track inflight target creationsIgor Konopko1-10/+31
2019-05-06lightnvm: pblk: recover only written metadataIgor Konopko1-3/+5
2019-05-06lightnvm: pblk: IO path reorganizationIgor Konopko4-61/+48
2019-05-06lightnvm: pblk: GC error handlingIgor Konopko4-4/+12
2019-05-06lightnvm: pblk: remove internal IO timeoutIgor Konopko2-8/+1
2019-05-06lightnvm: pblk: wait for inflight IOs in recoveryIgor Konopko1-13/+12
2019-05-06lightnvm: pblk: propagate errors when reading metaIgor Konopko2-3/+8
2019-05-06lightnvm: pblk: fix update line wp in OOB recoveryIgor Konopko1-1/+15
2019-05-06lightnvm: pblk: kick writer on write recovery pathIgor Konopko1-0/+1
2019-05-06lightnvm: pblk: fix lock order in pblk_rb_tear_down_checkIgor Konopko1-1/+1
2019-05-06lightnvm: prevent race condition on pblk removeMarcin Dziegielewski1-0/+2
2019-05-06lightnvm: pblk: set propper line as data_line after gcMarcin Dziegielewski1-0/+1
2019-05-06lightnvm: pblk: fix bio leak when bio is splitChansol Kim1-28/+19
2019-05-06lightnvm: Inherit mdts from the parent nvme deviceIgor Konopko1-2/+7