aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-22/+46
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+9
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe2-1/+1
2008-10-17block: move q->unplug_work initializationPeter Zijlstra2-2/+1
2008-10-17block: fix current kernel-doc warningsRandy Dunlap2-3/+4
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe2-6/+20
2008-10-17block: simplify string handling in elv_iosched_store()Li Zefan1-7/+2
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan1-1/+0
2008-10-17block: fix nr_phys_segments miscalculation bugFUJITA Tomonori1-2/+18
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+1
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-2/+9
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen1-14/+14
2008-10-09block: Fix double put in blk_integrity_unregisterMartin K. Petersen1-1/+1
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda1-51/+7
2008-10-09block: change elevator to use __blk_end_request()Kiyoshi Ueda1-3/+3
2008-10-09blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe1-1/+2
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda2-0/+34
2008-10-09block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns1-2/+4
2008-10-09block: reserve some tags just for sync IOJens Axboe1-2/+12
2008-10-09block: as/cfq ssd idle check updateJens Axboe2-3/+7
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe2-0/+12
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda1-1/+2
2008-10-09block: add request submission interfaceKiyoshi Ueda1-0/+81
2008-10-09block: add request update interfaceKiyoshi Ueda1-9/+48
2008-10-09block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe1-0/+8
2008-10-09block: use rq complete marking in blk_abort_request()Jens Axboe1-0/+2
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe4-0/+81
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins1-3/+4
2008-10-09block: Add interface to abort queued requestsMike Anderson2-0/+35
2008-10-09block: unify request timeout handlingJens Axboe7-14/+226
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo1-1/+1
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori1-4/+12
2008-10-09block: update comment on end_request()Jens Axboe1-3/+3
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo1-2/+2
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison2-3/+3
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori1-10/+2
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori3-15/+22
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori3-12/+18
2008-10-09cfq-iosched: fix queue depth detectionAaron Carroll1-9/+38
2008-10-09block: don't use bio_has_data() in the completion pathJens Axboe1-3/+2
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe2-0/+6
2008-10-09block: add support for IO CPU affinityJens Axboe5-55/+162
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe3-8/+8
2008-10-09block: split softirq handling into blk-softirq.cJens Axboe3-90/+105
2008-10-09block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe1-2/+1
2008-10-09block: allow disk to have extended device numberTejun Heo1-1/+24
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-15/+1
2008-10-09block: make partition array dynamicTejun Heo2-21/+110
2008-10-09block: move stats from disk to part0Tejun Heo3-131/+62
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo2-31/+4