summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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/+2
* | Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-202-2/+1
* | 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/+0
* | fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-173-37/+14
|/
* 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/+1
* cfq-iosched: Get rid of st->activeGui Jianfeng2010-11-301-14/+1
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-2728-719/+377
|\
| * 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/+8
| * block: reorganize claim/release implementationTejun Heo2010-11-131-79/+48
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-1326-318/+162
| * block: simplify holder symlink handlingTejun Heo2010-11-134-291/+74
| * 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
|\ \ \
| * | | Linux 2.6.37-rc2v2.6.37-rc2Linus Torvalds2010-11-161-1/+1
| * | | capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris2010-11-167-40/+28
| * | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-154-6/+6
| |\ \ \
| | * | | arm: omap1: devices: need to return with a valueFelipe Balbi2010-11-091-3/+2
| | * | | OMAP1: camera.h: add missing includeJanusz Krzysztofik2010-11-051-0/+2
| | * | | omap: dma: Add read-back to DMA interrupt handler to avoid spuriousinterruptsMathias Nyman2010-11-051-0/+2
| | * | | OMAP2: Devkit8000: Fix mmc regulator failureThomas Weber2010-11-051-3/+0
| * | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-11-155-42/+192
| |\ \ \ \