summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+14Star
| * | | 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/+41Star
| | * | | | 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/+6Star
| | * | | | 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/+87Star
| | * | | | block: kill genhd_media_change_notify()Tejun Heo2010-12-162-26/+0Star
| * | | | | block: ensure that completion error gets properly tracedJens Axboe2011-01-101-9/+13
| * | | | | blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers2011-01-071-1/+2
| * | | | | block cfq: don't use atomic_t for cfq_groupShaohua Li2011-01-071-11/+12
| * | | | | block cfq: don't use atomic_t for cfq_queueShaohua Li2011-01-071-11/+16
| * | | | | block: trace event block fix unassigned fieldJeff Moyer2011-01-072-3/+5
| * | | | | block: add internal hd part table referencesJens Axboe2011-01-077-25/+34
| * | | | | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-056-7/+36
| * | | | | kref: add kref_test_and_getJerome Marchand2011-01-052-0/+13
| * | | | | bio-integrity: mark kintegrityd_wq highpri and CPU intensiveTejun Heo2011-01-031-1/+6
| * | | | | block: make kblockd_workqueue smarterTejun Heo2011-01-031-1/+3
| * | | | | block: Clean up exit_io_context() source code.Bart Van Assche2010-12-211-3/+2Star
| * | | | | Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-202-2/+1Star
| * | | | | fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang2010-12-172-2/+2
| * | | | | block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)Yang Zhang2010-12-171-1/+1
| * | | | | cfq-iosched: don't check cfqg in choose_service_tree()Gui Jianfeng2010-12-171-6/+0Star
| * | | | | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-173-37/+14Star
| |/ / / /
| * | | | block cfq: select new workload if priority changedShaohua Li writes2010-12-131-0/+5
| * | | | cfq-iosched: Get rid of on_st flagGui Jianfeng2010-11-301-4/+1Star
| * | | | cfq-iosched: Get rid of st->activeGui Jianfeng2010-11-301-14/+1Star
| * | | | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-2728-719/+377Star
| |\ \ \ \
| | * | | | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-1318-94/+149
| | * | | | block: check bdev_read_only() from blkdev_get()Tejun Heo2010-11-132-10/+8Star
| | * | | | block: reorganize claim/release implementationTejun Heo2010-11-131-79/+48Star
| | * | | | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-1326-318/+162Star
| | * | | | block: simplify holder symlink handlingTejun Heo2010-11-134-291/+74Star
| | * | | | btrfs: close_bdev_exclusive() should use the same @flags as the matching open...Tejun Heo2010-11-131-1/+1
| | * | | | mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo2010-11-131-2/+11
| * | | | | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer2010-11-164-16/+16
| * | | | | Merge branch 'for-2.6.38/rc2-holder' into for-2.6.38/coreJens Axboe2010-11-162-4/+27
| |\ \ \ \ \
| | * | | | | blk-cgroup: Allow creation of hierarchical cgroupsVivek Goyal2010-11-152-4/+27
| * | | | | | Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe2010-11-1610459-523815/+1007389
| |\ \ \ \ \ \