aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-3031-0/+32
* block: add a SPDX tag to blk-mq-rdma.hChristoph Hellwig2019-04-301-0/+1
* sed-opal.h: remove redundant licence boilerplateChristoph Hellwig2019-04-301-9/+0
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-3010-130/+10
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-3019-208/+19
* block: clean up __bio_add_pc_page a bitChristoph Hellwig2019-04-301-6/+5
* block: remove bogus comments in __bio_add_pc_pageChristoph Hellwig2019-04-301-9/+0
* block: remove the __bio_add_pc_page exportChristoph Hellwig2019-04-302-5/+1
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-3024-81/+47
* bcache: clean up do_btree_node_write a bitChristoph Hellwig2019-04-301-4/+5
* bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-04-301-1/+0
* Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe2019-04-2615-84/+77
|\
| * nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg2019-04-251-1/+6
| * nvme-rdma: fix typo in struct commentMinwoo Im2019-04-251-1/+1
| * nvme-loop: kill timeout handlerMing Lei2019-04-251-16/+0
| * nvme-tcp: rename function to have nvme_tcp prefixSagi Grimberg2019-04-251-6/+4
| * nvme-rdma: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-4/+6
| * nvme-tcp: fix a NULL deref when an admin connect times outSagi Grimberg2019-04-251-2/+6
| * nvmet-tcp: don't fail maxr2t greater than 1Sagi Grimberg2019-04-251-6/+0
| * nvmet-file: clamp-down file namespace lba_shiftSagi Grimberg2019-04-251-1/+6
| * nvmet: include <linux/scatterlist.h>Enrico Weigelt, metux IT consult2019-04-252-0/+2
| * nvmet: return a specified error it subsys_alloc failsMinwoo Im2019-04-253-7/+7
| * nvmet: rename nvme_completion instances from rsp to cqeMax Gurtovoy2019-04-257-38/+38
| * nvmet-rdma: remove p2p_client initialization from fast-pathMax Gurtovoy2019-04-251-2/+1
* | mtip32xx: remove trim supportChristoph Hellwig2019-04-252-106/+0
|/
* bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-04-241-0/+8
* bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang2019-04-241-1/+1
* bcache: fix failure in journal relplayTang Junhui2019-04-241-4/+21
* bcache: improve bcache_reboot()Coly Li2019-04-241-2/+10
* bcache: add comments for closure_fn to be called in closure_queue()Coly Li2019-04-241-0/+6
* bcache: Add comments for blkdev_put() in registration code pathColy Li2019-04-241-0/+8
* bcache: add error check for calling register_bdev()Coly Li2019-04-241-6/+10
* bcache: return error immediately in bch_journal_replay()Coly Li2019-04-241-3/+6
* bcache: add comments for kobj release callback routineColy Li2019-04-241-0/+4
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-04-241-5/+12
* bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li2019-04-241-4/+7
* bcache: move definition of 'int ret' out of macro read_bucket()Coly Li2019-04-241-2/+3
* bcache: fix a race between cache register and cacheset unregisterLiang Chen2019-04-241-1/+1
* bcache: Clean up bch_get_congested()George Spelvin2019-04-243-15/+28
* bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang2019-04-241-6/+4
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-04-241-2/+3
* bcache: fix inaccurate result of unused bucketsGuoju Fang2019-04-241-2/+0
* bcache: fix crashes stopping bcache device before read miss doneGuoju Fang2019-04-241-5/+21
* block: don't run get_page() on pages from non-bvec iov iterMing Lei2019-04-241-1/+1
* block: clarify that bio_add_page() and related helpers can add multi pagesMing Lei2019-04-231-11/+15
* Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.2/blockJens Axboe2019-04-222-7/+26
|\
| * md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon2019-04-161-1/+9
| * Revert "Don't jump to compute_result state from check_result state"Song Liu2019-04-161-4/+15
| * md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak2019-04-161-2/+2
| * block: fix use-after-free on gendiskYufen Yu2019-04-153-0/+27