summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | md/raid1: avoid reading from known bad blocks.NeilBrown2011-07-284-29/+233
| * | | | md: Disable bad blocks and v0.90 metadata.NeilBrown2011-07-281-0/+4
| * | | | md: load/store badblock list from v1.x metadataNeilBrown2011-07-283-11/+116
| * | | | md: don't allow arrays to contain devices with bad blocks.NeilBrown2011-07-283-0/+22
| * | | | md: add documentation for bad block logNamhyung Kim2011-07-281-1/+14
| * | | | md/bad-block-log: add sysfs interface for accessing bad-block-log.NeilBrown2011-07-281-0/+123
| * | | | md: beginnings of bad block management.NeilBrown2011-07-282-4/+459
| * | | | md: remove suspicious size_of()NeilBrown2011-07-271-1/+2
| * | | | MD: generate an event when array sync is completeJonathan Brassow2011-07-271-0/+2
| * | | | MD bitmap: Revert DM dirty log hooksJonathan Brassow2011-07-273-100/+43
| * | | | MD: raid1 s/sysfs_notify_dirent/sysfs_notify_dirent_safeJonathan Brassow2011-07-271-1/+1
| * | | | md/raid5: Avoid BUG caused by multiple failures.NeilBrown2011-07-271-1/+5
| * | | | md/raid10: move rdev->corrected_errors countingNamhyung Kim2011-07-271-1/+1
| * | | | md/raid5: move rdev->corrected_errors countingNamhyung Kim2011-07-271-4/+1
| * | | | md/raid1: move rdev->corrected_errors countingNamhyung Kim2011-07-271-11/+6
| * | | | md: get rid of unnecessary casts on page_address()Namhyung Kim2011-07-271-12/+11
| * | | | md/raid10: Improve decision on whether to fail a device with a read error.NeilBrown2011-07-271-29/+28
| * | | | md/raid10: Make use of new recovery_disabled handlingNeilBrown2011-07-272-26/+41
| * | | | md: change managed of recovery_disabled.NeilBrown2011-07-274-7/+19
| * | | | md: remove ro check in md_check_recovery()Namhyung Kim2011-07-271-3/+0
| * | | | md: introduce link/unlink_rdev() helpersNamhyung Kim2011-07-274-50/+36
| * | | | md/raid: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-07-273-42/+53
| * | | | md: use proper little-endian bitopsAkinobu Mita2011-07-271-3/+5
| * | | | md/raid5: finalise new merged handle_stripe.NeilBrown2011-07-271-102/+13
| * | | | md/raid5: move some more common code into handle_stripeNeilBrown2011-07-271-113/+67
| * | | | md/raid5: move more common code into handle_stripeNeilBrown2011-07-271-100/+61
| * | | | md/raid5: unite handle_stripe_dirtying5 and handle_stripe_dirtying6NeilBrown2011-07-271-56/+21
| * | | | md/raid5: unite fetch_block5 and fetch_block6NeilBrown2011-07-271-84/+23
| * | | | md/raid5: rearrange a test in fetch_block6.NeilBrown2011-07-271-7/+5
| * | | | md/raid5: move more code into common handle_stripeNeilBrown2011-07-271-58/+32
| * | | | md/raid5: Move code for finishing a reconstruction into handle_stripe.NeilBrown2011-07-271-96/+57
| * | | | md/raid5: Remove stripe_head_state arg from handle_stripe_expansion.NeilBrown2011-07-271-5/+4
| * | | | md/raid5: move stripe_head_state and more code into handle_stripe.NeilBrown2011-07-261-182/+158
| * | | | md/raid5: add some more fields to stripe_head_stateNeilBrown2011-07-262-31/+29
| * | | | md/raid5: unify stripe_head_state and r6_stateNeilBrown2011-07-262-45/+40
| * | | | md/raid5: move common code into handle_stripeNeilBrown2011-07-261-12/+6
| * | | | md/raid5: replace sh->lock with an 'active' flag.NeilBrown2011-07-262-32/+29
| * | | | md/raid5: Protect some more code with ->device_lock.NeilBrown2011-07-261-14/+16
| * | | | md/raid5: Remove use of sh->lock in sync_requestNeilBrown2011-07-262-19/+27
| * | | | md/raid5: get rid of duplicated call to bio_data_dir()Namhyung Kim2011-07-181-2/+2
| * | | | md/raid5: use kmem_cache_zalloc()Namhyung Kim2011-07-181-5/+3
| * | | | md/raid10: share pages between read and write bio's during recoveryNamhyung Kim2011-07-181-11/+12
| * | | | md/raid10: factor out common bio handling codeNamhyung Kim2011-07-181-21/+23
| * | | | md/raid10: get rid of duplicated conditional expressionNamhyung Kim2011-07-181-2/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-07-285-70/+183
|\ \ \ \ \
| * | | | | sound: oss: rename local change_bits to avoid powerpc bitsops.h definitionAndy Whitcroft2011-07-272-6/+6
| * | | | | ALSA: hda - Fix duplicated DAC assignments for RealtekTakashi Iwai2011-07-271-2/+5
| * | | | | ALSA: asihpi - off by one in asihpi_hpi_ioctl()Dan Carpenter2011-07-271-1/+1
| * | | | | ALSA: hda - Fix Oops with Realtek quirks with NULL adc_nidsTakashi Iwai2011-07-271-11/+11
| * | | | | ALSA: asihpi - bug fix pa use before init.Eliot Blennerhassett2011-07-271-7/+4