summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-11-0532-210/+327
|\
| * dm switch: simplify conditional in alloc_region_table()Tomohiro Kusumi2015-11-011-2/+2
| * dm delay: document that offsets are specified in sectorsTomohiro Kusumi2015-11-011-0/+1
| * dm delay: capitalize the start of an delay_ctr() error messageTomohiro Kusumi2015-11-011-1/+1
| * dm delay: Use DM_MAPIO macros instead of open-coded equivalentsTomohiro Kusumi2015-11-011-2/+2
| * dm linear: remove redundant target name from error messagesTomohiro Kusumi2015-11-011-3/+3
| * dm persistent data: eliminate unnecessary return valuesMikulas Patocka2015-11-0113-82/+67Star
| * dm: eliminate unused "bioset" process for each bio-based DM deviceMikulas Patocka2015-11-011-2/+6
| * dm: convert ffs to __ffsMikulas Patocka2015-11-017-11/+11
| * dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-11-017-28/+12Star
| * dm: add support for passing through persistent reservationsChristoph Hellwig2015-11-012-1/+124
| * dm: refactor ioctl handlingChristoph Hellwig2015-11-017-72/+91
| * Revert "dm mpath: fix stalls when handling invalid ioctls"Mauricio Faria de Oliveira2015-10-311-5/+2Star
| * dm: initialize non-blk-mq queue data before queue is usedMikulas Patocka2015-10-301-3/+7
* | Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds2015-11-0513-309/+1917
|\ \
| * | MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RWSong Liu2015-11-011-2/+25
| * | MD: set journal disk ->raid_diskShaohua Li2015-11-012-7/+26
| * | MD: kick out journal disk if it's not freshSong Liu2015-11-011-1/+2
| * | raid5-cache: start raid5 readonly if journal is missingShaohua Li2015-11-012-1/+9
| * | MD: add new bit to indicate raid array with journalSong Liu2015-11-012-3/+8
| * | raid5-cache: IO error handlingShaohua Li2015-11-013-2/+19
| * | raid5: journal disk can't be removedShaohua Li2015-11-011-0/+11
| * | raid5-cache: add trim support for logShaohua Li2015-11-011-1/+62
| * | MD: fix info output for journal diskShaohua Li2015-11-011-5/+4Star
| * | raid5-cache: use bio chainingChristoph Hellwig2015-11-011-22/+16Star
| * | raid5-cache: small log->seq cleanupChristoph Hellwig2015-11-011-2/+1Star
| * | raid5-cache: new helper: r5_reserve_log_entryChristoph Hellwig2015-11-011-11/+19
| * | raid5-cache: inline r5l_alloc_io_unit into r5l_new_metaChristoph Hellwig2015-11-011-18/+8Star
| * | raid5-cache: take rdev->data_offset into account early onChristoph Hellwig2015-11-011-5/+2Star
| * | raid5-cache: refactor bio allocationChristoph Hellwig2015-11-011-25/+20Star
| * | raid5-cache: clean up r5l_get_metaChristoph Hellwig2015-11-011-8/+4Star
| * | raid5-cache: simplify state machine when caches flushes are not neededChristoph Hellwig2015-11-011-4/+29
| * | raid5-cache: factor out a helper to run all stripes for an I/O unitChristoph Hellwig2015-11-011-10/+13
| * | raid5-cache: rename flushed_ios to finished_iosChristoph Hellwig2015-11-011-7/+7
| * | raid5-cache: free I/O units earlierChristoph Hellwig2015-11-011-89/+54Star
| * | raid5-cache: move reclaim stop to quiesceShaohua Li2015-11-013-12/+20
| * | md: show journal for journal disk in disk state sysfsShaohua Li2015-11-011-0/+4
| * | skip match_mddev_units check for special rolesSong Liu2015-11-011-2/+12
| * | raid5-cache: don't delay stripe captured in logShaohua Li2015-11-011-0/+5
| * | raid5-cache: check stripe finish out of orderShaohua Li2015-11-011-0/+5
| * | md: skip resync for raid array with journalShaohua Li2015-11-012-0/+5
| * | raid5-cache: optimize FLUSH IO with log enabledShaohua Li2015-11-013-2/+28
| * | raid5-cache: move functionality out of __r5l_set_io_unit_stateChristoph Hellwig2015-11-011-41/+38Star
| * | raid5-cache: fix a user-after-free bugShaohua Li2015-11-011-11/+7Star
| * | raid5-cache: switching to state machine for log disk cache flushShaohua Li2015-11-012-52/+71
| * | raid5: enable log for raid array with cache diskShaohua Li2015-11-011-0/+11
| * | raid5: don't allow resize/reshape with cache(log) supportShaohua Li2015-11-011-0/+14
| * | raid5: disable batch with log enabledShaohua Li2015-11-011-0/+4
| * | raid5-cache: use crc32c checksumShaohua Li2015-11-011-10/+10
| * | raid5: log recoveryShaohua Li2015-10-241-3/+240