summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * dm: dont take i_mutex to change device sizeMike Snitzer2011-01-131-2/+3
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-01-136-116/+172
|\ \
| * | md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown2011-01-141-1/+1
| * | md: range check slot number when manually adding a spare.NeilBrown2011-01-141-1/+6
| * | md/raid5: handle manually-added spares in start_reshape.NeilBrown2011-01-141-2/+7
| * | md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle2011-01-141-2/+2
| * | md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown2011-01-141-12/+21
| * | md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown2011-01-143-6/+5
| * | md: separate meta and data devsJonathan Brassow2011-01-143-5/+17
| * | md-new-param-to_sync_page_ioJonathan Brassow2011-01-145-29/+28
| * | md-new-param-to-calc_dev_sboffsetJonathan Brassow2011-01-141-6/+6
| * | md: Be more careful about clearing flags bit in ->recoveryNeilBrown2011-01-141-37/+49
| * | md: md_stop_writes requires mddev_lock.NeilBrown2011-01-141-3/+10
| * | md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointerJonathan Brassow2011-01-141-1/+1
| * | md: Ensure no IO request to get md device before it is properly initialised.NeilBrown2011-01-142-3/+8
| * | md: Fix single printks with multiple KERN_<level>sJoe Perches2011-01-143-5/+6
| * | md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown2011-01-141-1/+2
| * | md: fix regression with re-adding devices to arrays with no metadataNeilBrown2011-01-121-2/+3
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-01-131-1/+1
|\ \ \
| * | | [IA64] fix build error - arch/ia64/kernel/perfmon.cTony Luck2011-01-131-1/+1
| | |/ | |/|
* | | Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds2011-01-133-9/+9
* | | ecryptfs: fix broken buildLinus Torvalds2011-01-131-3/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2011-01-1321-149/+206
|\ \ \
| * | | avr32: update default configuration files for Atmel boardsHans-Christian Egtvedt2011-01-1310-109/+184
| * | | avr32: Convert to clocksource_register_hzJohn Stultz2011-01-131-4/+1
| * | | avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt2011-01-132-10/+4
| * | | avr32: use syscall prototypes from asm-generic instead of archHans-Christian Egtvedt2011-01-131-9/+0
| * | | avr32: disable kprobes for all default configurationsHans-Christian Egtvedt2011-01-1311-11/+11
| * | | avr32: boards: setup: use IS_ERR() instead of NULL checkVasiliy Kulikov2011-01-136-6/+6
| | |/ | |/|
* | | NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust2011-01-131-1/+5
| |/ |/|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-01-131-1/+1
|\ \
| * | [IA64] Fix format warning in arch/ia64/kernel/acpi.cTony Luck2011-01-121-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-01-131-1/+1
|\ \ \
| * | | firewire: ohci: fix compilation on arches without PAGE_KERNEL_ROClemens Ladisch2011-01-131-1/+1
* | | | Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-134-20/+24
|\ \ \ \
| * | | | cciss: reinstate proper FIFO order of command queue listJens Axboe2011-01-103-15/+14
| * | | | floppy: replace NO_GEOM macro with a functionPekka Enberg2010-11-081-5/+10
* | | | | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-1353-1085/+1323
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2011-01-1314-230/+734
| |\ \ \ \ \
| | * | | | | Revert "sd: implement sd_check_events()"Jens Axboe2010-12-222-47/+41
| | * | | | | cdrom: export cdrom_check_events()Jens Axboe2010-12-161-0/+1
| | * | | | | sd: implement sd_check_events()Tejun Heo2010-12-162-41/+47
| | * | | | | sr: implement sr_check_events()Tejun Heo2010-12-163-53/+99
| | * | | | | scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo2010-12-165-51/+6
| | * | | | | scsi: fix TUR error handling in sr_media_change()Tejun Heo2010-12-161-7/+11
| | * | | | | cdrom: add ->check_events() supportTejun Heo2010-12-162-3/+58
| | * | | | | implement in-kernel gendisk events handlingTejun Heo2010-12-165-8/+484
| | * | | | | block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-164-94/+87
| | * | | | | block: kill genhd_media_change_notify()Tejun Heo2010-12-162-26/+0
| * | | | | | block: ensure that completion error gets properly tracedJens Axboe2011-01-101-9/+13