aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-04block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei1-12/+0
2019-05-04blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei2-8/+2
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei3-13/+42
2019-05-04blk-mq: split blk_mq_alloc_and_init_hctx into two partsMing Lei1-64/+75
2019-05-04blk-mq: free hw queue's resource in hctx's release handlerMing Lei4-8/+10
2019-05-04blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2-1/+2
2019-05-04blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei1-1/+11
2019-05-02block: fix function name in commentRaul E Rangel1-1/+1
2019-05-01nvmet: protect discovery change log event list iterationSagi Grimberg1-0/+5
2019-05-01nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig2-5/+2
2019-05-01nvme: move command size checks to the coreChristoph Hellwig2-28/+30
2019-05-01nvme-fabrics: check more command sizesMinwoo Im1-0/+1
2019-05-01nvme-pci: check more command sizesMinwoo Im1-0/+7
2019-05-01nvme-pci: remove an unneeded variable initializationMinwoo Im1-1/+1
2019-05-01nvme-pci: unquiesce admin queue on shutdownKeith Busch1-1/+4
2019-05-01nvme-pci: shutdown on timeout during deletionKeith Busch1-1/+4
2019-05-01nvme-pci: fix psdt field for single segment sglsKlaus Birkelund Jensen1-0/+1
2019-05-01nvme-multipath: don't print ANA group state by defaultHannes Reinecke1-1/+1
2019-05-01nvme-multipath: split bios with the ns_head bio_set before submittingHannes Reinecke1-0/+8
2019-05-01nvme-tcp: fix possible null deref on a timed out io queue connectSagi Grimberg1-1/+2
2019-05-01bcache: make is_discard_enabled() staticJens Axboe1-1/+1
2019-04-30block: remove the unused blk_queue_dma_pad functionChristoph Hellwig2-17/+0
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig31-0/+32
2019-04-30block: add a SPDX tag to blk-mq-rdma.hChristoph Hellwig1-0/+1
2019-04-30sed-opal.h: remove redundant licence boilerplateChristoph Hellwig1-9/+0
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig10-130/+10
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig19-208/+19
2019-04-30block: clean up __bio_add_pc_page a bitChristoph Hellwig1-6/+5
2019-04-30block: remove bogus comments in __bio_add_pc_pageChristoph Hellwig1-9/+0
2019-04-30block: remove the __bio_add_pc_page exportChristoph Hellwig2-5/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig24-81/+47
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig1-4/+5
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li1-1/+0
2019-04-25mtip32xx: remove trim supportChristoph Hellwig2-106/+0
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg1-1/+6
2019-04-25nvme-rdma: fix typo in struct commentMinwoo Im1-1/+1
2019-04-25nvme-loop: kill timeout handlerMing Lei1-16/+0
2019-04-25nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg1-6/+4
2019-04-25nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg1-4/+6
2019-04-25nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg1-2/+6
2019-04-25nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg1-6/+0
2019-04-25nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg1-1/+6
2019-04-25nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2-0/+2
2019-04-25nvmet: return a specified error it subsys_alloc failsMinwoo Im3-7/+7
2019-04-25nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy7-38/+38
2019-04-25nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy1-2/+1
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYNC branch of run_cache_setShenghui Wang1-0/+8
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch of btree_gc_coalesceShenghui Wang1-1/+1
2019-04-24bcache: fix failure in journal relplayTang Junhui1-4/+21
2019-04-24bcache: improve bcache_reboot()Coly Li1-2/+10