aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-12-01md/raid1/10: add missed blk plugGravatar Shaohua Li 2-0/+8
2017-12-01md: limit mdstat resync progress to max_sectorsGravatar Nate Dailey 1-1/+3
2017-12-01md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Gravatar Song Liu 1-13/+9
2017-12-01md/raid5: correct degraded calculation in raid5_errorGravatar bingjingc 1-1/+1
2017-11-24bcache: check return value of register_shrinkerGravatar Michael Lyle 1-1/+4
2017-11-24bcache: recover data from backing when data is cleanGravatar Rui Hua 1-7/+6
2017-11-24bcache: Fix building error on MIPSGravatar Huacai Chen 3-3/+3
2017-11-24bcache: add a comment in journal bucket readingGravatar Tang Junhui 1-0/+5
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-21/+16
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-39/+28
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeGravatar Eric Biggers 1-9/+6
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledGravatar Mike Snitzer 1-2/+8
2017-11-16dm: do not set 'discards_supported' in targets that do not need itGravatar Mike Snitzer 2-7/+0
2017-11-16dm: discard support requires all targets in a table support discardsGravatar Mike Snitzer 1-19/+14
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Gravatar Ming Lei 1-2/+0
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-14md: Convert timers to use timer_setup()Gravatar Kees Cook 5-21/+16
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