aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointerJonathan Brassow2011-01-13
| * | md: Ensure no IO request to get md device before it is properly initialised.NeilBrown2011-01-13
| * | md: Fix single printks with multiple KERN_<level>sJoe Perches2011-01-13
| * | md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown2011-01-13
| * | md: fix regression with re-adding devices to arrays with no metadataNeilBrown2011-01-11
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-01-13
|\ \ \
| * | | [IA64] fix build error - arch/ia64/kernel/perfmon.cTony Luck2011-01-13
| | |/ | |/|
* | | Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds2011-01-13
* | | ecryptfs: fix broken buildLinus Torvalds2011-01-13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2011-01-13
|\ \ \
| * | | avr32: update default configuration files for Atmel boardsHans-Christian Egtvedt2011-01-13
| * | | avr32: Convert to clocksource_register_hzJohn Stultz2011-01-13
| * | | avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt2011-01-13
| * | | avr32: use syscall prototypes from asm-generic instead of archHans-Christian Egtvedt2011-01-13
| * | | avr32: disable kprobes for all default configurationsHans-Christian Egtvedt2011-01-13
| * | | avr32: boards: setup: use IS_ERR() instead of NULL checkVasiliy Kulikov2011-01-13
| | |/ | |/|
* | | NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust2011-01-13
| |/ |/|
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-01-13
|\ \
| * | [IA64] Fix format warning in arch/ia64/kernel/acpi.cTony Luck2011-01-12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-01-13
|\ \ \
| * | | firewire: ohci: fix compilation on arches without PAGE_KERNEL_ROClemens Ladisch2011-01-13
* | | | Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
|\ \ \ \
| * | | | cciss: reinstate proper FIFO order of command queue listJens Axboe2011-01-10
| * | | | floppy: replace NO_GEOM macro with a functionPekka Enberg2010-11-08
* | | | | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2011-01-13
| |\ \ \ \ \
| | * | | | | Revert "sd: implement sd_check_events()"Jens Axboe2010-12-22
| | * | | | | cdrom: export cdrom_check_events()Jens Axboe2010-12-16
| | * | | | | sd: implement sd_check_events()Tejun Heo2010-12-16
| | * | | | | sr: implement sr_check_events()Tejun Heo2010-12-16
| | * | | | | scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo2010-12-16
| | * | | | | scsi: fix TUR error handling in sr_media_change()Tejun Heo2010-12-16
| | * | | | | cdrom: add ->check_events() supportTejun Heo2010-12-16
| | * | | | | implement in-kernel gendisk events handlingTejun Heo2010-12-16
| | * | | | | block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-16
| | * | | | | block: kill genhd_media_change_notify()Tejun Heo2010-12-16
| * | | | | | block: ensure that completion error gets properly tracedJens Axboe2011-01-10
| * | | | | | blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers2011-01-07
| * | | | | | block cfq: don't use atomic_t for cfq_groupShaohua Li2011-01-07
| * | | | | | block cfq: don't use atomic_t for cfq_queueShaohua Li2011-01-07
| * | | | | | block: trace event block fix unassigned fieldJeff Moyer2011-01-07
| * | | | | | block: add internal hd part table referencesJens Axboe2011-01-07
| * | | | | | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-05
| * | | | | | kref: add kref_test_and_getJerome Marchand2011-01-05
| * | | | | | bio-integrity: mark kintegrityd_wq highpri and CPU intensiveTejun Heo2011-01-03
| * | | | | | block: make kblockd_workqueue smarterTejun Heo2011-01-03
| * | | | | | block: Clean up exit_io_context() source code.Bart Van Assche2010-12-21
| * | | | | | Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-20
| * | | | | | fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang2010-12-17
| * | | | | | block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)Yang Zhang2010-12-17