summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-12-08dm raid: avoid passing array_in_sync variable to raid_status() calleesHeinz Mauelshagen1-14/+16
2017-12-08dm raid: display a consistent copy of the MD status via raid_status()Heinz Mauelshagen1-16/+18
2017-12-08dm raid: fix raid_resume() to keep raid set frozen as neededHeinz Mauelshagen1-3/+9
2017-12-08dm raid: add component device size checks to avoid runtime failureHeinz Mauelshagen1-1/+19
2017-12-08dm raid: fix raid set size revalidationHeinz Mauelshagen1-10/+20
2017-12-08dm raid: correct resizing state relative to reshape space in ctrHeinz Mauelshagen1-4/+6
2017-12-08dm raid: consume sizes after md_finish_reshape() completes changing themHeinz Mauelshagen1-4/+38
2017-12-08dm raid: fix deadlock caused by premature md_stop_writes()Heinz Mauelshagen1-10/+4
2017-12-08dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan1-2/+6
2017-12-08dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer1-7/+42
2017-12-04dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com4-51/+49
2017-12-04dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer1-2/+3
2017-12-01md/raid1/10: add missed blk plugShaohua Li2-0/+8
2017-12-01md: limit mdstat resync progress to max_sectorsNate Dailey1-1/+3
2017-12-01md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu1-13/+9
2017-12-01md/raid5: correct degraded calculation in raid5_errorbingjingc1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro2-4/+4
2017-11-24bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2017-11-24bcache: recover data from backing when data is cleanRui Hua1-7/+6
2017-11-24bcache: Fix building error on MIPSHuacai Chen3-3/+3
2017-11-24bcache: add a comment in journal bucket readingTang Junhui1-0/+5
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-21/+16
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-39/+28
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers1-9/+6
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer1-2/+8
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer2-7/+0
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer1-19/+14
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei1-2/+0
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2017-11-14md: Convert timers to use timer_setup()Kees Cook5-21/+16
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+7
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds21-220/+400
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds14-262/+408
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds16-138/+204
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-66/+20
2017-11-10dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer1-10/+7
2017-11-10dm cache: remove usused deferred_cells member from struct cacheJoe Thornber1-2/+0
2017-11-10dm cache policy smq: allocate cache blocks in orderJoe Thornber1-1/+14
2017-11-10dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber1-1/+1
2017-11-10dm cache background tracker: limit amount of background work that may be issu...Joe Thornber1-6/+12
2017-11-10dm cache policy smq: take origin idle status into account when queuing writeb...Joe Thornber1-4/+4
2017-11-10dm cache policy smq: handle races with queuing background_workJoe Thornber1-3/+14
2017-11-10dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen1-10/+11
2017-11-10dm integrity: allow unaligned bv_offsetMikulas Patocka1-1/+1
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka1-2/+2
2017-11-10dm: small cleanup in dm_get_md()Mike Snitzer1-10/+5
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka2-4/+5
2017-11-10dm zoned: ignore last smaller runt zoneDamien Le Moal1-4/+9
2017-11-10dm space map metadata: use ARRAY_SIZEJérémy Lefaure1-1/+2