summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* md: add 'recovery_start' per-device sysfs attributeDan Williams2009-12-141-1/+40
* md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams2009-12-141-2/+6
* md: integrate spares into array at earliest opportunity.NeilBrown2009-12-141-7/+6Star
* md: move compat_ioctl handling into md.cArnd Bergmann2009-12-141-0/+23
* md: revise Kconfig help for MD_MULTIPATHNeilBrown2009-12-141-5/+4Star
* md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-149-0/+9
* raid: improve MD/raid10 handling of correctable read errors.Robert Becker2009-12-143-0/+112
* md/raid10: print more useful messages on device failure.Robert Becker2009-12-141-3/+29
* md/bitmap: update dirty flag when bitmap bits are explicitly set.NeilBrown2009-12-141-0/+6
* md: Support write-intent bitmaps with externally managed metadata.NeilBrown2009-12-143-33/+121
* md/bitmap: move setting of daemon_lastrun out of bitmap_read_sbNeilBrown2009-12-141-1/+1
* md: support updating bitmap parameters via sysfs.NeilBrown2009-12-143-2/+211
* md: factor out parsing of fixed-point numbersNeilBrown2009-12-142-23/+44
* md: support bitmap offset appropriate for external-metadata arrays.NeilBrown2009-12-142-5/+15
* md: remove needless setting of thread->timeout in raid10_quiesceNeilBrown2009-12-142-7/+1Star
* md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.NeilBrown2009-12-142-8/+8
* md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown2009-12-146-32/+40
* md: collect bitmap-specific fields into one structure.NeilBrown2009-12-143-56/+63
* md/raid1: add takeover support for raid5->raid1NeilBrown2009-12-142-76/+120
* md: add honouring of suspend_{lo,hi} to raid1.NeilBrown2009-12-141-0/+22
* md/raid5: don't complete make_request on barrier until writes are scheduledNeilBrown2009-12-141-12/+39
* md: support barrier requests on all personalities.NeilBrown2009-12-147-7/+126
* md: don't reset curr_resync_completed after an interrupted resyncNeilBrown2009-12-141-1/+3
* md: adjust resync_min usefully when resync aborts.NeilBrown2009-12-141-3/+7
* md: remove sparse warning:symbol XXX was not declared.NeilBrown2009-12-141-19/+0Star
* md/raid5: remove some sparse warnings.NeilBrown2009-12-141-2/+1Star
* md/bitmap: protect against bitmap removal while being updated.NeilBrown2009-12-144-8/+22
* Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-12-132-1/+8
|\
| * IXP4xx: move FSG platform macros to the platform code.Krzysztof Hałasa2009-12-051-0/+7
| * IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.Krzysztof Hałasa2009-12-051-1/+1
* | tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox2009-12-121-2/+0Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-1229-867/+3247
|\ \
| * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-091204-44127/+102650
| |\ \
| * \ \ Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2009-12-099-304/+553
| |\ \ \
| | * | | mpc52xx/wdt: remove obsolete old WDT implementationAlbrecht Dreß2009-12-083-295/+3Star
| | * | | mmc: fix missing module license declaration in of_mmc_spi.cGrant Likely2009-11-051-0/+2
| | * | | spi/mpc52xx: replace printk with dev_errWolfram Sang2009-11-051-3/+2Star
| | * | | Xilinx: SPI: Fix bits_per_word for transfersJohn Linn2009-11-051-1/+2
| | * | | spi/mpc52xx-psc-spi: check for valid PSCWolfram Sang2009-11-051-4/+8
| | * | | powerpc/5200: Add mpc5200-spi (non-PSC) device driverGrant Likely2009-11-043-0/+529
| | * | | spi/mpc5200: Register SPI devices described in device treeGrant Likely2009-11-041-1/+7
| * | | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-0/+2
| * | | | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+32
| * | | | powerpc/therm_adt746x: Record pwm invert bit at module load time]Darrick J. Wong2009-12-091-2/+11
| * | | | agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer2009-12-091-53/+11Star
| * | | | agp/uninorth: Also handle user memory types in u3_remove_memory().Michel Dänzer2009-12-091-7/+22
| * | | | offb: Add support for framebuffer handoff to offb.Dave Airlie2009-12-091-1/+14
| * | | | libata/drivers: Add driver for Apple "MacIO" IDE controllerBenjamin Herrenschmidt2009-12-093-0/+1438
| * | | | libata/sff: Use ops->bmdma_stop instead of ata_bmdma_stop()Benjamin Herrenschmidt2009-12-091-1/+1
| * | | | powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2009-12-093-264/+195Star