summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2018-03-19dm raid: fix raid set size revalidationHeinz Mauelshagen
2018-03-19dm mpath: fix passing integrity dataSteffen Maier
2018-03-15bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-03-15bcache: fix crashes in duplicate cache device registerTang Junhui
2018-03-15dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann
2018-03-08md: only allow remove_and_add_spares when no sync_thread running.NeilBrown
2018-02-22dm: correctly handle chained bios in dec_pending()NeilBrown
2018-01-17dm crypt: fix error return code in crypt_ctr()Wei Yongjun
2018-01-17dm crypt: wipe kernel key copy after IV initializationOndrej Kozina
2018-01-17dm integrity: don't store cipher request on the stackMikulas Patocka
2018-01-17dm crypt: fix crash by adding missing check for auth key sizeMilan Broz
2018-01-17dm btree: fix serious bug in btree_split_beneath()Joe Thornber
2018-01-17dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang
2017-12-15Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-12-08dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan
2017-12-08dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer
2017-12-04dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com
2017-12-04dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer
2017-12-01md/raid1/10: add missed blk plugShaohua Li
2017-12-01md: limit mdstat resync progress to max_sectorsNate Dailey
2017-12-01md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu
2017-12-01md/raid5: correct degraded calculation in raid5_errorbingjingc
2017-11-24bcache: check return value of register_shrinkerMichael Lyle
2017-11-24bcache: recover data from backing when data is cleanRui Hua
2017-11-24bcache: Fix building error on MIPSHuacai Chen
2017-11-24bcache: add a comment in journal bucket readingTang Junhui
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14md: Convert timers to use timer_setup()Kees Cook
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-10dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer
2017-11-10dm cache: remove usused deferred_cells member from struct cacheJoe Thornber
2017-11-10dm cache policy smq: allocate cache blocks in orderJoe Thornber
2017-11-10dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber
2017-11-10dm cache background tracker: limit amount of background work that may be issu...Joe Thornber
2017-11-10dm cache policy smq: take origin idle status into account when queuing writeb...Joe Thornber
2017-11-10dm cache policy smq: handle races with queuing background_workJoe Thornber
2017-11-10dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen
2017-11-10dm integrity: allow unaligned bv_offsetMikulas Patocka
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka