Age | Commit message (Expand) | Author |
2021-04-13 | lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15 | Christoph Hellwig |
2021-04-13 | lightnvm: return the correct return value | Tian Tao |
2021-02-14 | lightnvm: pblk: Replace guid_copy() with export_guid()/import_guid() | Andy Shevchenko |
2021-02-14 | lightnvm: fix unnecessary NULL check warnings | Tian Tao |
2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig |
2021-01-21 | lightnvm: fix memory leak when submit fails | Pan Bian |
2021-01-03 | lightnvm: select CONFIG_CRC32 | Arnd Bergmann |
2020-12-08 | drivers/lightnvm: fix a null-ptr-deref bug in pblk-core.c | tangzhenhao |
2020-10-16 | lightnvm: fix out-of-bounds write to array devices->info[] | Colin Ian King |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-01 | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig |
2020-07-01 | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig |
2020-07-01 | block: remove the request_queue argument from blk_queue_split | Christoph Hellwig |
2020-06-02 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig |
2020-05-27 | lightnvm/pblk: use bio_{start,end}_io_acct | Christoph Hellwig |
2020-03-30 | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-03-27 | block: simplify queue allocation | Christoph Hellwig |
2020-03-12 | lightnvm: pblk: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2019-11-27 | ftrace: Rework event_create_dir() | Peter Zijlstra |
2019-09-05 | lightnvm: print error when target is not found | Minwoo Im |
2019-09-05 | lightnvm: introduce pr_fmt for the prefix nvm | Minwoo Im |
2019-08-08 | lightnvm: remove unused 'geo' variable | Jens Axboe |
2019-08-08 | lightnvm: remove set but not used variables 'data_len' and 'rq_len' | YueHaibing |
2019-08-06 | lightnvm: pblk: use kvmalloc for metadata | Hans Holmberg |
2019-08-06 | lightnvm: move metadata mapping to lower level driver | Hans Holmberg |
2019-08-06 | lightnvm: remove nvm_submit_io_sync_fn | Hans Holmberg |
2019-06-21 | lightnvm: fix uninitialized pointer in nvm_remove_tgt() | Geert Uytterhoeven |
2019-06-21 | lightnvm: pblk: fix freeing of merged pages | Heiner Litz |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-06 | lightnvm: pblk: use nvm_rq_to_ppa_list() | Igor Konopko |
2019-05-06 | lightnvm: pblk: simplify partial read path | Igor Konopko |
2019-05-06 | lightnvm: do not remove instance under global lock | Igor Konopko |
2019-05-06 | lightnvm: track inflight target creations | Igor Konopko |
2019-05-06 | lightnvm: pblk: recover only written metadata | Igor Konopko |
2019-05-06 | lightnvm: pblk: IO path reorganization | Igor Konopko |
2019-05-06 | lightnvm: pblk: GC error handling | Igor Konopko |
2019-05-06 | lightnvm: pblk: remove internal IO timeout | Igor Konopko |
2019-05-06 | lightnvm: pblk: wait for inflight IOs in recovery | Igor Konopko |
2019-05-06 | lightnvm: pblk: propagate errors when reading meta | Igor Konopko |
2019-05-06 | lightnvm: pblk: fix update line wp in OOB recovery | Igor Konopko |
2019-05-06 | lightnvm: pblk: kick writer on write recovery path | Igor Konopko |
2019-05-06 | lightnvm: pblk: fix lock order in pblk_rb_tear_down_check | Igor Konopko |
2019-05-06 | lightnvm: prevent race condition on pblk remove | Marcin Dziegielewski |
2019-05-06 | lightnvm: pblk: set propper line as data_line after gc | Marcin Dziegielewski |
2019-05-06 | lightnvm: pblk: fix bio leak when bio is split | Chansol Kim |
2019-05-06 | lightnvm: Inherit mdts from the parent nvme device | Igor Konopko |
2019-05-06 | lightnvm: pblk: set proper read status in bio | Igor Konopko |
2019-05-06 | lightnvm: pblk: cleanly fail when there is not enough memory | Igor Konopko |