aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-15/+7
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 21-220/+400
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Gravatar Linus Torvalds 14-262/+408
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-138/+204
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-66/+20
2017-11-10dm cache: lift common migration preparation code to alloc_migration()Gravatar Mike Snitzer 1-10/+7
2017-11-10dm cache: remove usused deferred_cells member from struct cacheGravatar Joe Thornber 1-2/+0
2017-11-10dm cache policy smq: allocate cache blocks in orderGravatar Joe Thornber 1-1/+14
2017-11-10dm cache policy smq: change max background work from 10240 to 4096 blocksGravatar Joe Thornber 1-1/+1
2017-11-10dm cache background tracker: limit amount of background work that may be issu...Gravatar Joe Thornber 1-6/+12
2017-11-10dm cache policy smq: take origin idle status into account when queuing writeb...Gravatar Joe Thornber 1-4/+4
2017-11-10dm cache policy smq: handle races with queuing background_workGravatar Joe Thornber 1-3/+14
2017-11-10dm raid: fix panic when attempting to force a raid to syncGravatar Heinz Mauelshagen 1-10/+11
2017-11-10dm integrity: allow unaligned bv_offsetGravatar Mikulas Patocka 1-1/+1
2017-11-10dm crypt: allow unaligned bv_offsetGravatar Mikulas Patocka 1-2/+2
2017-11-10dm: small cleanup in dm_get_md()Gravatar Mike Snitzer 1-10/+5
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Gravatar Hou Tao 1-4/+8
2017-11-10dm: allocate struct mapped_device with kvzallocGravatar Mikulas Patocka 2-4/+5
2017-11-10dm zoned: ignore last smaller runt zoneGravatar Damien Le Moal 1-4/+9
2017-11-10dm space map metadata: use ARRAY_SIZEGravatar Jérémy Lefaure 1-1/+2
2017-11-10dm log writes: add support for DAXGravatar Ross Zwisler 1-1/+87
2017-11-10dm log writes: add support for inline data buffersGravatar Ross Zwisler 1-3/+84
2017-11-10dm cache: simplify get_per_bio_data() by removing data_size argumentGravatar Mike Snitzer 1-39/+22
2017-11-10dm cache: remove all obsolete writethrough-specific codeGravatar Mike Snitzer 1-81/+1
2017-11-10dm cache: submit writethrough writes in parallel to origin and cacheGravatar Mike Snitzer 1-17/+37
2017-11-10dm cache: pass cache structure to mode functionsGravatar Mike Snitzer 1-16/+16
2017-11-10dm cache: fix race condition in the writeback mode overwrite_bio optimisationGravatar Joe Thornber 1-33/+53
2017-11-10md: free unused memory after bitmap resizeGravatar Zdenek Kabelac 1-0/+9
2017-11-10md: release allocated bitset sync_setGravatar Zdenek Kabelac 1-1/+7
2017-11-09md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sbGravatar Hou Tao 1-1/+5
2017-11-09md: be cautious about using ->curr_resync_completed for ->recovery_offsetGravatar NeilBrown 2-11/+46
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 41-0/+41
2017-11-03dm: move dm-verity to generic async completionGravatar Gilad Ben-Yossef 2-66/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 41-0/+41
2017-11-01md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeGravatar Artur Paszkiewicz 1-1/+0
2017-11-01md-cluster: update document for raid10Gravatar Guoqing Jiang 2-3/+4
2017-11-01md: remove redundant variable qGravatar Colin Ian King 1-2/+0
2017-11-01raid1: remove obsolete code in raid1_write_requestGravatar Guoqing Jiang 1-13/+7
2017-11-01md-cluster: Use a small window for raid10 resyncGravatar Guoqing Jiang 2-1/+118
2017-11-01md-cluster: Suspend writes in RAID10 if within rangeGravatar Guoqing Jiang 1-0/+16
2017-11-01md-cluster/raid10: set "do_balance = 0" if area is resyncingGravatar Guoqing Jiang 1-2/+5
2017-11-01md: use lockdep_assert_heldGravatar Shaohua Li 3-13/+8
2017-11-01raid1: prevent freeze_array/wait_all_barriers deadlockGravatar Nate Dailey 1-18/+6
2017-11-01md: use TASK_IDLE instead of blocking signalsGravatar Mikulas Patocka 2-7/+1
2017-11-01md: remove special meaning of ->quiesce(.., 2)Gravatar NeilBrown 9-69/+37
2017-11-01md: allow metadata update while suspending.Gravatar NeilBrown 2-0/+20
2017-11-01md: use mddev_suspend/resume instead of ->quiesce()Gravatar NeilBrown 1-12/+12
2017-11-01md: move suspend_hi/lo handling into core md codeGravatar NeilBrown 3-37/+28
2017-11-01md: don't call bitmap_create() while array is quiesced.Gravatar NeilBrown 1-6/+10