lightnvm: pblk: IO path reorganization
[platform/kernel/linux-starfive.git] / drivers /
2019-05-06 Igor Konopkolightnvm: pblk: IO path reorganization
2019-05-06 Igor Konopkolightnvm: pblk: GC error handling
2019-05-06 Igor Konopkolightnvm: pblk: remove internal IO timeout
2019-05-06 Igor Konopkolightnvm: pblk: wait for inflight IOs in recovery
2019-05-06 Igor Konopkolightnvm: pblk: propagate errors when reading meta
2019-05-06 Igor Konopkolightnvm: pblk: fix update line wp in OOB recovery
2019-05-06 Igor Konopkolightnvm: pblk: kick writer on write recovery path
2019-05-06 Igor Konopkolightnvm: pblk: fix lock order in pblk_rb_tear_down_check
2019-05-06 Marcin Dziegielewskilightnvm: prevent race condition on pblk remove
2019-05-06 Marcin Dziegielewskilightnvm: pblk: set propper line as data_line after gc
2019-05-06 Chansol Kimlightnvm: pblk: fix bio leak when bio is split
2019-05-06 Igor Konopkolightnvm: Inherit mdts from the parent nvme device
2019-05-06 Igor Konopkolightnvm: pblk: set proper read status in bio
2019-05-06 Igor Konopkolightnvm: pblk: cleanly fail when there is not enough...
2019-05-06 Igor Konopkolightnvm: pblk: ensure that erase is chunk aligned
2019-05-06 Igor Konopkolightnvm: pblk: fix race during put line
2019-05-06 Igor Konopkolightnvm: pblk: gracefully handle GC vmalloc fail
2019-05-06 Igor Konopkolightnvm: pblk: remove unused smeta_ssec field
2019-05-06 Igor Konopkolightnvm: pblk: reduce L2P memory footprint
2019-05-06 Igor Konopkolightnvm: pblk: rollback on error during gc read
2019-05-06 Igor Konopkolightnvm: pblk: line reference fix in GC
2019-05-02 Jens AxboeMerge branch 'nvme-5.2' of git://git.infradead.org...
2019-05-01 Sagi Grimbergnvmet: protect discovery change log event list iteration
2019-05-01 Christoph Hellwignvme: mark nvme_core_init and nvme_core_exit static
2019-05-01 Christoph Hellwignvme: move command size checks to the core
2019-05-01 Minwoo Imnvme-fabrics: check more command sizes
2019-05-01 Minwoo Imnvme-pci: check more command sizes
2019-05-01 Minwoo Imnvme-pci: remove an unneeded variable initialization
2019-05-01 Keith Buschnvme-pci: unquiesce admin queue on shutdown
2019-05-01 Keith Buschnvme-pci: shutdown on timeout during deletion
2019-05-01 Klaus Birkelund... nvme-pci: fix psdt field for single segment sgls
2019-05-01 Hannes Reineckenvme-multipath: don't print ANA group state by default
2019-05-01 Hannes Reineckenvme-multipath: split bios with the ns_head bio_set...
2019-05-01 Sagi Grimbergnvme-tcp: fix possible null deref on a timed out io...
2019-05-01 Jens Axboebcache: make is_discard_enabled() static
2019-04-30 Christoph Hellwigblock: remove the i argument to bio_for_each_segment_all
2019-04-30 Christoph Hellwigbcache: clean up do_btree_node_write a bit
2019-04-30 Coly Libcache: remove redundant LIST_HEAD(journal) from run_ca...
2019-04-26 Jens AxboeMerge branch 'nvme-5.2' of git://git.infradead.org...
2019-04-25 Christoph Hellwigmtip32xx: remove trim support
2019-04-25 Sagi Grimbergnvme: set 0 capacity if namespace block size exceeds...
2019-04-25 Ming Leinvme-loop: kill timeout handler
2019-04-25 Sagi Grimbergnvme-tcp: rename function to have nvme_tcp prefix
2019-04-25 Sagi Grimbergnvme-rdma: fix a NULL deref when an admin connect times out
2019-04-25 Sagi Grimbergnvme-tcp: fix a NULL deref when an admin connect times out
2019-04-25 Sagi Grimbergnvmet-tcp: don't fail maxr2t greater than 1
2019-04-25 Sagi Grimbergnvmet-file: clamp-down file namespace lba_shift
2019-04-25 Enrico Weigelt,... nvmet: include <linux/scatterlist.h>
2019-04-25 Minwoo Imnvmet: return a specified error it subsys_alloc fails
2019-04-25 Max Gurtovoynvmet: rename nvme_completion instances from rsp to cqe
2019-04-25 Max Gurtovoynvmet-rdma: remove p2p_client initialization from fast...
2019-04-24 Shenghui Wangbcache: avoid potential memleak of list of journal_repl...
2019-04-24 Shenghui Wangbcache: fix wrong usage use-after-freed on keylist...
2019-04-24 Tang Junhuibcache: fix failure in journal relplay
2019-04-24 Coly Libcache: improve bcache_reboot()
2019-04-24 Coly Libcache: add comments for closure_fn to be called in...
2019-04-24 Coly Libcache: Add comments for blkdev_put() in registration...
2019-04-24 Coly Libcache: add error check for calling register_bdev()
2019-04-24 Coly Libcache: return error immediately in bch_journal_replay()
2019-04-24 Coly Libcache: add comments for kobj release callback routine
2019-04-24 Coly Libcache: add failure check to run_cache_set() for journa...
2019-04-24 Coly Libcache: never set KEY_PTRS of journal key to 0 in journ...
2019-04-24 Coly Libcache: move definition of 'int ret' out of macro read_...
2019-04-24 Liang Chenbcache: fix a race between cache register and cacheset...
2019-04-24 George Spelvinbcache: Clean up bch_get_congested()
2019-04-24 Geliang Tangbcache: use kmemdup_nul for CACHED_LABEL buffer
2019-04-24 Arnd Bergmannbcache: avoid clang -Wunintialized warning
2019-04-24 Guoju Fangbcache: fix inaccurate result of unused buckets
2019-04-24 Guoju Fangbcache: fix crashes stopping bcache device before read...
2019-04-22 Jens AxboeMerge branch 'md-next' of https://github.com/liu-song...
2019-04-22 Hou Taobrd: re-enable __GFP_HIGHMEM in brd_insert_page()
2019-04-22 Jens AxboeMerge tag 'v5.1-rc6' into for-5.2/block
2019-04-20 Linus TorvaldsMerge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org...
2019-04-20 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-04-20 Linus TorvaldsMerge tag 'for-linus-20190420' of git://git.kernel...
2019-04-20 Linus TorvaldsMerge tag 'i3c/fixes-for-5.1-rc6' of git://git./linux...
2019-04-20 Linus TorvaldsMerge tag 'sound-5.1-rc6' of git://git./linux/kernel...
2019-04-20 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2019-04-20 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-04-20 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2019-04-20 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2019-04-20 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2019-04-20 Linus TorvaldsMerge branch 'for-5.1-fixes' of git://git./linux/kernel...
2019-04-19 Linus TorvaldsMerge branch 'for-5.1-fixes' of git://git./linux/kernel...
2019-04-19 Linus TorvaldsMerge tag 'tty-5.1-rc6' of git://git./linux/kernel...
2019-04-19 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2019-04-19 Linus TorvaldsMerge tag 'staging-5.1-rc6' of git://git./linux/kernel...
2019-04-19 Linus TorvaldsMerge tag 'char-misc-5.1-rc6' of git://git./linux/kerne...
2019-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2019-04-19 Andrea Arcangelicoredump: fix race condition between mmget_not_zero...
2019-04-19 zhong jiangmm/memory_hotplug: do not unlock after failing to take...
2019-04-19 Guoqing Jiangsc16is7xx: put err_spi and err_i2c into correct #ifdef
2019-04-19 Christoph Hellwigscsi: aic7xxx: fix EISA support
2019-04-19 Saurav KashyapRevert "scsi: fcoe: clear FC_RP_STARTED flags when...
2019-04-18 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2019-04-18 Linus TorvaldsMerge tag 's390-5.1-3' of git://git./linux/kernel/git...
2019-04-18 Linus TorvaldsMerge tag 'afs-fixes-20190413' of git://git./linux...
2019-04-18 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2019-04-18 Linus TorvaldsMerge tag 'drm-fixes-2019-04-18' of git://anongit.freed...
2019-04-17 Dave AirlieMerge branch 'drm-fixes-5.1' of git://people.freedeskto...
next