summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-07-27MD: generate an event when array sync is completeJonathan Brassow1-0/+2
2011-07-27MD bitmap: Revert DM dirty log hooksJonathan Brassow3-100/+43
2011-07-27MD: raid1 s/sysfs_notify_dirent/sysfs_notify_dirent_safeJonathan Brassow1-1/+1
2011-07-27md/raid5: Avoid BUG caused by multiple failures.NeilBrown1-1/+5
2011-07-27md/raid10: move rdev->corrected_errors countingNamhyung Kim1-1/+1
2011-07-27md/raid5: move rdev->corrected_errors countingNamhyung Kim1-4/+1
2011-07-27md/raid1: move rdev->corrected_errors countingNamhyung Kim1-11/+6
2011-07-27md: get rid of unnecessary casts on page_address()Namhyung Kim1-12/+11
2011-07-27md/raid10: Improve decision on whether to fail a device with a read error.NeilBrown1-29/+28
2011-07-27md/raid10: Make use of new recovery_disabled handlingNeilBrown2-26/+41
2011-07-27md: change managed of recovery_disabled.NeilBrown4-7/+19
2011-07-27md: remove ro check in md_check_recovery()Namhyung Kim1-3/+0
2011-07-27md: introduce link/unlink_rdev() helpersNamhyung Kim4-50/+36
2011-07-27md/raid: use printk_ratelimited instead of printk_ratelimitChristian Dietrich3-42/+53
2011-07-27md: use proper little-endian bitopsAkinobu Mita1-3/+5
2011-07-27md/raid5: finalise new merged handle_stripe.NeilBrown1-102/+13
2011-07-27md/raid5: move some more common code into handle_stripeNeilBrown1-113/+67
2011-07-27md/raid5: move more common code into handle_stripeNeilBrown1-100/+61
2011-07-27md/raid5: unite handle_stripe_dirtying5 and handle_stripe_dirtying6NeilBrown1-56/+21
2011-07-27md/raid5: unite fetch_block5 and fetch_block6NeilBrown1-84/+23
2011-07-27md/raid5: rearrange a test in fetch_block6.NeilBrown1-7/+5
2011-07-27md/raid5: move more code into common handle_stripeNeilBrown1-58/+32
2011-07-27md/raid5: Move code for finishing a reconstruction into handle_stripe.NeilBrown1-96/+57
2011-07-27md/raid5: Remove stripe_head_state arg from handle_stripe_expansion.NeilBrown1-5/+4
2011-07-27Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds11-293/+1545
2011-07-27Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2011-07-27Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2011-07-27Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-21/+37
2011-07-27atomic: use <linux/atomic.h>Arun Sharma117-117/+118
2011-07-27ramoops: make record_size a module parameterSergiu Iordache1-10/+27
2011-07-27ramoops: move dump_oops into platform dataSergiu Iordache1-1/+4
2011-07-27ramoops: add new line to each printMarco Stornelli1-6/+9
2011-07-27ramoops: use module parameters instead of platform data if not availableMarco Stornelli1-12/+35
2011-07-27Vmware balloon: switch to using sysem-wide freezable workqueueDmitry Torokhov1-20/+11
2011-07-27drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp2-0/+10
2011-07-27drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...Kai.Jiang1-2/+2
2011-07-27rtc: fix hrtimer deadlockThomas Gleixner1-19/+37
2011-07-27rtc: limit frequencyThomas Gleixner1-1/+1
2011-07-27rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner1-0/+3
2011-07-27drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi1-1/+1
2011-07-27i2c-eg20t : Fix the issue of Combined R/W transfer modeTomoya MORINAGA1-2/+2
2011-07-27i2c-eg20t : Support Combined R/W transfer modeTomoya MORINAGA1-19/+20
2011-07-27i2c: Tegra: Add DeviceTree supportJohn Bonesio1-1/+16
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+45
2011-07-26gma500: udelay(20000) it too long againStephen Rothwell1-1/+1
2011-07-26USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki1-0/+1
2011-07-26MMC / TMIO: Fix build issue related to struct scatterlistRafael J. Wysocki1-0/+1
2011-07-26rbd: set blk_queue request sizes to object sizeJosh Durgin1-0/+15
2011-07-26rbd: cancel watch request when releasing the deviceYehuda Sadeh1-1/+30