aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* Merge tag 'md/3.20-fixes' of git://neil.brown.name/mdLinus Torvalds2015-02-17
|\
| * md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown2015-02-17
| * md/raid10: round up to bdev_logical_block_size in narrow_write_error.NeilBrown2015-02-15
| * md/raid1: round up to bdev_logical_block_size in narrow_write_errorNate Dailey2015-02-15
* | Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-12
|\ \
| * | dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queuesKeith Busch2015-02-11
| * | dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring2015-02-09
| * | dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2015-02-09
| * | dm thin metadata: remove unused dm_pool_get_data_block_size()Rickard Strandqvist2015-02-09
| * | dm ioctl: fix stale comment above dm_get_inactive_table()Junxiao Bi2015-02-09
| * | dm crypt: update url in CONFIG_DM_CRYPT help textLoic Pefferkorn2015-02-09
| * | dm bufio: fix time comparison to use time_after_eq()Asaf Vertz2015-02-09
| * | dm: use time_in_range() and time_after()Manuel Schölling2015-02-09
| * | dm raid: fix a couple integer overflowsDan Carpenter2015-02-09
| * | dm table: train hybrid target type detection to select blk-mq if appropriateMike Snitzer2015-02-09
| * | dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-09
| * | dm: prepare for allocating blk-mq clone requests in targetKeith Busch2015-02-09
| * | dm: submit stacked requests in irq enabled contextKeith Busch2015-02-09
| * | dm: split request structure out from dm_rq_target_io structureMike Snitzer2015-02-09
| * | dm: remove exports for request-based interfaces without external callersMike Snitzer2015-02-09
* | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\| |
| * | dm: fix multipath regression due to initializing wrong requestMike Snitzer2015-02-09
| * | block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch2015-01-28
* | | Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds2015-02-12
|\ \ \ | | |/ | |/|
| * | md/raid10: fix conversion from RAID0 to RAID10NeilBrown2015-02-11
| * | md: wakeup thread upon rdev_dec_pending()Hannes Reinecke2015-02-05
| * | md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown2015-02-05
| * | md: move mddev_lock and related to md.hNeilBrown2015-02-05
| * | md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown2015-02-05
| * | md: minor cleanup in safe_delay_store.NeilBrown2015-02-05
| * | md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown2015-02-05
| * | md: tidy up set_bitmap_fileNeilBrown2015-02-05
| * | md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown2015-02-05
| * | md: remove mddev_lock from rdev_attr_show()NeilBrown2015-02-05
| * | md: remove mddev_lock() from md_attr_show()NeilBrown2015-02-05
| * | md/raid5: use ->lock to protect accessing raid5 sysfs attributes.NeilBrown2015-02-05
| * | md: remove need for mddev_lock() in md_seq_show()NeilBrown2015-02-05
| * | md/bitmap: protect clearing of ->bitmap by mddev->lockNeilBrown2015-02-05
| * | md: protect ->pers changes with mddev->lockNeilBrown2015-02-03
| * | md: level_store: group all important changes into one place.NeilBrown2015-02-03
| * | md: rename ->stop to ->freeNeilBrown2015-02-03
| * | md: split detach operation out from ->stop.NeilBrown2015-02-03
| * | md/linear: remove rcu protections in favour of suspend/resumeNeilBrown2015-02-03
| * | md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-03
| * | md: make ->congested robust against personality changes.NeilBrown2015-02-03
| * | md: rename mddev->write_lock to mddev->lockNeilBrown2015-02-03
| * | md/raid5: need_this_block: tidy/fix last condition.NeilBrown2015-02-03
| * | md/raid5: need_this_block: start simplifying the last two conditions.NeilBrown2015-02-03
| * | md/raid5: separate out the easy conditions in need_this_block.NeilBrown2015-02-03
| * | md/raid5: separate large if clause out of fetch_block().NeilBrown2015-02-03