aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-11-19md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_...NeilBrown
2013-11-19md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown
2013-11-19md: fix some places where mddev_lock return value is not checked.NeilBrown
2013-11-19raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li
2013-11-14raid5: relieve lock contention in get_active_stripe()Shaohua Li
2013-11-14md/raid5.c: add proper locking to error path of raid5_start_reshape.NeilBrown
2013-11-14md: fix calculation of stacking limits on level change.NeilBrown
2013-11-14raid5: Use slow_path to release stripe when mddev->thread is nullmajianpeng
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-10-24raid5: avoid finding "discard" stripeShaohua Li
2013-10-24raid5: set bio bi_vcnt 0 for discard requestShaohua Li
2013-10-24md: avoid deadlock when md_set_badblocks.Bian Yu
2013-10-24md: Fix skipping recovery for read-only arrays.Lukasz Dorau
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman
2013-10-16dm snapshot: fix data corruptionMikulas Patocka
2013-10-10bcache: Fix a null ptr deref regressionKent Overstreet
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo
2013-09-25Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer
2013-09-23dm: lower bio-based mempool reservationMike Snitzer
2013-09-23dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer
2013-09-20dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka
2013-09-20dm snapshot: workaround for a false positive lockdep warningMikulas Patocka
2013-09-18dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka
2013-09-18dm mpath: do not fail path on -ENOSPCJun'ichi Nomura
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner
2013-09-10Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-09-10Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds
2013-09-06dm stripe: silence a couple sparse warningsMike Snitzer
2013-09-05dm: add statistics supportMikulas Patocka
2013-09-05dm thin: always return -ENOSPC if no_free_space is setMike Snitzer
2013-09-05dm ioctl: cleanup error handling in table_loadMike Snitzer
2013-09-05dm ioctl: increase granularity of type_lock when loading tableMike Snitzer
2013-09-05dm ioctl: prevent rename to empty name or uuidAlasdair Kergon