| Commit message (Expand) | Author | Age | Files | Lines |
* | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 111 | -167/+150 |
* | Revert "drivers/usb: Remove unnecessary return's from void functions" for mus... | Jiri Kosina | 2010-10-06 | 1 | -0/+1 |
* | Revert "Fix typo: configuation => configuration" partially | Jiri Kosina | 2010-09-24 | 1 | -1/+1 |
* | drivers/scsi: Remove unnecessary casts of private_data | Joe Perches | 2010-09-23 | 2 | -2/+2 |
* | drivers/s390: Remove unnecessary casts of private_data | Joe Perches | 2010-09-23 | 1 | -3/+3 |
* | drivers/infiniband: Remove unnecessary casts of private_data | Joe Perches | 2010-09-23 | 1 | -2/+2 |
* | drivers/gpu/drm: Remove unnecessary casts of private_data | Joe Perches | 2010-09-23 | 3 | -3/+3 |
* | Fix typo configue => configure in comments | Thomas Weber | 2010-09-23 | 1 | -1/+1 |
* | Fix typo: configuation => configuration | Thomas Weber | 2010-09-23 | 3 | -5/+5 |
* | Fix typo interrest[ing|ed] => interest[ing|ed] | Thomas Weber | 2010-09-21 | 2 | -3/+3 |
* | Fix various typos of valid in comments | Nikanth Karthikesan | 2010-09-21 | 3 | -4/+4 |
* | Revert "drivers/usb: Remove unnecessary return's from void functions" partially | Jiri Kosina | 2010-09-02 | 1 | -0/+3 |
* | parport_pc: show the detection of a 2 serial port ITE8874 chip | Niels de Vos | 2010-08-24 | 1 | -1/+1 |
* | Fix typo in Kconfig help text | Thomas Weber | 2010-08-23 | 1 | -1/+1 |
* | Use kzalloc in idedisk_prep_fn. | Tao Ma | 2010-08-19 | 1 | -2/+1 |
* | vesafb: fix comment a typo | Justin P. Mattock | 2010-08-16 | 1 | -1/+1 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-11 | 502 | -13595/+29103 |
|\ |
|
| * | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2010-08-11 | 21 | -2012/+644 |
| |\ |
|
| | * | Merge git://git.infradead.org/users/dwmw2/libraid-2.6 into for-linus | NeilBrown | 2010-08-10 | 2969 | -131110/+251978 |
| | |\ |
|
| | | * | Merge branch 'async' of macbook:git/btrfs-unstable | David Woodhouse | 2010-08-09 | 14 | -1605/+1 |
| | | |\ |
|
| | | | * | async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependencies | David Woodhouse | 2009-10-29 | 1 | -13/+0 |
| | | | * | md: Factor out RAID6 algorithms into lib/ | David Woodhouse | 2009-10-29 | 14 | -1613/+2 |
| | * | | | md: clean up do_md_stop | NeilBrown | 2010-08-08 | 1 | -16/+9 |
| | * | | | md: fix another deadlock with removing sysfs attributes. | NeilBrown | 2010-08-08 | 2 | -14/+21 |
| | * | | | md: move revalidate_disk() back outside open_mutex | Dan Williams | 2010-08-08 | 1 | -2/+4 |
| | * | | | md/raid10: fix deadlock with unaligned read during resync | NeilBrown | 2010-08-07 | 1 | -0/+18 |
| | * | | | md/bitmap: separate out loading a bitmap from initialising the structures. | NeilBrown | 2010-07-26 | 3 | -23/+60 |
| | * | | | md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log. | NeilBrown | 2010-07-26 | 3 | -39/+99 |
| | * | | | md/bitmap: optimise scanning of empty bitmaps. | NeilBrown | 2010-07-26 | 1 | -10/+13 |
| | * | | | md/bitmap: clean up plugging calls. | NeilBrown | 2010-07-26 | 3 | -3/+3 |
| | * | | | md/bitmap: reduce dependence on sysfs. | NeilBrown | 2010-07-26 | 1 | -3/+4 |
| | * | | | md/bitmap: white space clean up and similar. | NeilBrown | 2010-07-26 | 2 | -167/+136 |
| | * | | | md/raid5: export raid5 unplugging interface. | NeilBrown | 2010-07-26 | 2 | -19/+19 |
| | * | | | md/plug: optionally use plugger to unplug an array during resync/recovery. | NeilBrown | 2010-07-26 | 3 | -3/+15 |
| | * | | | md/raid5: add simple plugging infrastructure. | NeilBrown | 2010-07-26 | 4 | -14/+93 |
| | * | | | md/raid5: export is_congested test | NeilBrown | 2010-07-26 | 2 | -7/+17 |
| | * | | | raid5: Don't set read-ahead when there is no queue | NeilBrown | 2010-07-26 | 1 | -15/+17 |
| | * | | | md: add support for raising dm events. | NeilBrown | 2010-07-26 | 2 | -0/+3 |
| | * | | | md: export various start/stop interfaces | NeilBrown | 2010-07-26 | 2 | -8/+20 |
| | * | | | md: split out md_rdev_init | NeilBrown | 2010-07-26 | 2 | -15/+20 |
| | * | | | md: be more careful setting MD_CHANGE_CLEAN | NeilBrown | 2010-07-26 | 2 | -2/+4 |
| | * | | | md/raid5: ensure we create a unique name for kmem_cache when mddev has no gen... | NeilBrown | 2010-07-26 | 2 | -5/+9 |
| | * | | | md/raid5: factor out code for changing size of stripe cache. | NeilBrown | 2010-07-21 | 2 | -13/+27 |
| | * | | | md: reduce dependence on sysfs. | NeilBrown | 2010-07-21 | 3 | -59/+62 |
| * | | | | power: Remove owner field from attribute initialization code in OLPC driver | Guenter Roeck | 2010-08-11 | 1 | -1/+0 |
| * | | | | docbook: fix fatal error from libata | Randy Dunlap | 2010-08-11 | 1 | -1/+1 |
| * | | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-11 | 88 | -2249/+3178 |
| |\ \ \ \ |
|
| | * | | | | xen-blkfront: fix missing out label | Jens Axboe | 2010-08-09 | 1 | -0/+1 |
| | * | | | | drbd: revert "delay probes", feature is being re-implemented differently | Lars Ellenberg | 2010-08-07 | 6 | -220/+22 |
| | * | | | | drbd: Initialize all members of sync_conf to their defaults [Bugz 315] | Philipp Reisner | 2010-08-07 | 1 | -3/+18 |