aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* raid1: Add some macros to make code clearly.majianpeng2013-11-18
* raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array w...majianpeng2013-11-18
* raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng2013-11-18
* md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-11-18
* md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_...NeilBrown2013-11-18
* md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown2013-11-18
* md: fix some places where mddev_lock return value is not checked.NeilBrown2013-11-18
* raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu2013-11-18
* raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-18
* raid5: relieve lock contention in get_active_stripe()Shaohua Li2013-11-13
* md/raid5.c: add proper locking to error path of raid5_start_reshape.NeilBrown2013-11-13
* md: fix calculation of stacking limits on level change.NeilBrown2013-11-13
* raid5: Use slow_path to release stripe when mddev->thread is nullmajianpeng2013-11-13
* Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-06
|\
| * Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-19
| |\
| * \ Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-29
| |\ \
| * | | sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-26
* | | | raid5: avoid finding "discard" stripeShaohua Li2013-10-23
* | | | raid5: set bio bi_vcnt 0 for discard requestShaohua Li2013-10-23
* | | | md: avoid deadlock when md_set_badblocks.Bian Yu2013-10-23
* | | | md: Fix skipping recovery for read-only arrays.Lukasz Dorau2013-10-23
* | | | bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet2013-10-23
| |_|/ |/| |
* | | dm snapshot: fix data corruptionMikulas Patocka2013-10-15
* | | bcache: Fix a null ptr deref regressionKent Overstreet2013-10-10
| |/ |/|
* | Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-09-25
|\ \
| * | dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-23
| * | dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-23
| * | dm: lower bio-based mempool reservationMike Snitzer2013-09-23
| * | dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer2013-09-23
| * | dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-20
| * | dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-09-20
| * | dm snapshot: workaround for a false positive lockdep warningMikulas Patocka2013-09-20
| * | dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka2013-09-18
| * | dm mpath: do not fail path on -ENOSPCJun'ichi Nomura2013-09-18
| |/
* | bcache: Fix flushes in writeback modeKent Overstreet2013-09-24
* | bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet2013-09-24
* | bcache: Fix a shrinker deadlockKent Overstreet2013-09-24
* | bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet2013-09-24
* | bcache: Fix a flush/fua performance bugKent Overstreet2013-09-24
* | bcache: Fix a writeback performance regressionKent Overstreet2013-09-24
* | bcache: Correct printf()-style format length modifierGeert Uytterhoeven2013-09-24
* | bcache: Fix for when no journal entries are foundKent Overstreet2013-09-24
* | bcache: Strip endline when writing the label through sysfsGabriel de Perthuis2013-09-24
* | bcache: Fix a dumb journal discard bugKent Overstreet2013-09-24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-12
|\
| * drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-10
* | Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-10
|\ \
| * | dm stripe: silence a couple sparse warningsMike Snitzer2013-09-06
| * | dm: add statistics supportMikulas Patocka2013-09-05
| * | dm thin: always return -ENOSPC if no_free_space is setMike Snitzer2013-09-05