summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
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-29dm persistent data: Simplify stack trace handlingThomas Gleixner
2019-04-29dm bufio: Simplify stack trace retrievalThomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
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
2019-04-24bcache: improve bcache_reboot()Coly Li
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li
2019-04-24bcache: add error check for calling register_bdev()Coly Li
2019-04-24bcache: return error immediately in bch_journal_replay()Coly Li
2019-04-24bcache: add comments for kobj release callback routineColy Li
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen
2019-04-24bcache: Clean up bch_get_congested()George Spelvin
2019-04-24bcache: use kmemdup_nul for CACHED_LABEL bufferGeliang Tang
2019-04-24bcache: avoid clang -Wunintialized warningArnd Bergmann
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang
2019-04-16md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon
2019-04-16Revert "Don't jump to compute_result state from check_result state"Song Liu
2019-04-16md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak
2019-04-15Merge tag 'v5.1-rc5' into for-5.2/blockJens Axboe
2019-04-10md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig
2019-04-10md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig
2019-04-10md: mark md_cluster_mod staticChristoph Hellwig
2019-04-10md: use correct type in super_1_syncChristoph Hellwig
2019-04-10md: use correct type in super_1_loadChristoph Hellwig
2019-04-10md: use correct types in md_bitmap_print_sbChristoph Hellwig
2019-04-10md: add a missing endianness conversion in check_sb_changesChristoph Hellwig
2019-04-10md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka
2019-04-01md: batch flush requests.NeilBrown
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon