summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | ALSA: hda - Add support for vref-out based mute LED control on IDT codecsVitaliy Kulikov2011-07-271-43/+156
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-2736-2839/+6483
|\ \ \ \ \ \ \
| * | | | | | | tpm_nsc: Fix bug when loading multiple TPM driversStefan Berger2011-07-261-7/+7
| * | | | | | | tpm: Move tpm_tis_reenable_interrupts out of CONFIG_PNP blockStefan Berger2011-07-221-22/+23
| * | | | | | | tpm: Fix compilation warning when CONFIG_PNP is not definedStefan Berger2011-07-211-6/+1
| * | | | | | | TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-1413-62/+269
| * | | | | | | tpm: Fix a typoStefan Berger2011-07-121-1/+1
| * | | | | | | tpm_tis: Probing function for Intel iTPM bugStefan Berger2011-07-121-4/+73
| * | | | | | | tpm_tis: Fix the probing for interruptsStefan Berger2011-07-122-6/+28
| * | | | | | | tpm_tis: Delay ACPI S3 suspend while the TPM is busyStefan Berger2011-07-121-5/+23
| * | | | | | | tpm_tis: Re-enable interrupts upon (S3) resumeStefan Berger2011-07-121-0/+30