summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-05-06lightnvm: pblk: wait for inflight IOs in recoveryIgor Konopko
2019-05-06lightnvm: pblk: propagate errors when reading metaIgor Konopko
2019-05-06lightnvm: pblk: fix update line wp in OOB recoveryIgor Konopko
2019-05-06lightnvm: pblk: kick writer on write recovery pathIgor Konopko
2019-05-06lightnvm: pblk: fix lock order in pblk_rb_tear_down_checkIgor Konopko
2019-05-06lightnvm: prevent race condition on pblk removeMarcin Dziegielewski
2019-05-06lightnvm: pblk: set propper line as data_line after gcMarcin Dziegielewski
2019-05-06lightnvm: pblk: fix bio leak when bio is splitChansol Kim
2019-05-06lightnvm: Inherit mdts from the parent nvme deviceIgor Konopko
2019-05-06lightnvm: pblk: set proper read status in bioIgor Konopko
2019-05-06lightnvm: pblk: cleanly fail when there is not enough memoryIgor Konopko
2019-05-06lightnvm: pblk: ensure that erase is chunk alignedIgor Konopko
2019-05-06lightnvm: pblk: fix race during put lineIgor Konopko
2019-05-06lightnvm: pblk: gracefully handle GC vmalloc failIgor Konopko
2019-05-06lightnvm: pblk: remove unused smeta_ssec fieldIgor Konopko
2019-05-06lightnvm: pblk: reduce L2P memory footprintIgor Konopko
2019-05-06lightnvm: pblk: rollback on error during gc readIgor Konopko
2019-05-06lightnvm: pblk: line reference fix in GCIgor Konopko
2019-05-01nvmet: protect discovery change log event list iterationSagi Grimberg
2019-05-01nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig
2019-05-01nvme: move command size checks to the coreChristoph Hellwig
2019-05-01nvme-fabrics: check more command sizesMinwoo Im
2019-05-01nvme-pci: check more command sizesMinwoo Im
2019-05-01nvme-pci: remove an unneeded variable initializationMinwoo Im
2019-05-01nvme-pci: unquiesce admin queue on shutdownKeith Busch
2019-05-01nvme-pci: shutdown on timeout during deletionKeith Busch
2019-05-01nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen
2019-05-01nvme-multipath: don't print ANA group state by defaultHannes Reinecke
2019-05-01nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke
2019-05-01nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg
2019-05-01bcache: make is_discard_enabled() staticJens Axboe
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-04-26Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe
2019-04-25mtip32xx: remove trim supportChristoph Hellwig
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg
2019-04-25nvme-loop: kill timeout handlerMing Lei
2019-04-25nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg
2019-04-25nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg
2019-04-25nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg
2019-04-25nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg
2019-04-25nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg
2019-04-25nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy
2019-04-25nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang
2019-04-24bcache: fix failure in journal relplayTang Junhui