summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: add fault injection mechanism for faking request timeoutsJens Axboe2008-10-096-1/+94
* block: add bio_kmalloc()Jens Axboe2008-10-092-21/+76
* block: adjust blkdev_issue_discard for swapHugh Dickins2008-10-092-7/+9
* sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori2008-10-091-7/+0
* sg: remove sg_read_xferFUJITA Tomonori2008-10-091-28/+5
* sg: remove sg_write_xferFUJITA Tomonori2008-10-091-32/+0
* sg: incorporate sg_build_direct into sg_start_reqFUJITA Tomonori2008-10-091-47/+33
* sg: remove __sg_start_reqFUJITA Tomonori2008-10-091-25/+13
* sg: remove b_malloc_len in sg_scatter_hold structFUJITA Tomonori2008-10-091-2/+0
* sg: remove SG_ALLOW_DIO_CODE defineFUJITA Tomonori2008-10-091-3/+1
* sg: rename sg_cmd_done sg_rq_end_ioFUJITA Tomonori2008-10-091-11/+12
* dm: Call blk_abort_queue on failed pathsMike Anderson2008-10-091-1/+14
* block: Add interface to abort queued requestsMike Anderson2008-10-095-0/+39
* block: unify request timeout handlingJens Axboe2008-10-0939-339/+399
* Call flush_disk() after detecting an online resize.Andrew Patterson2008-10-091-0/+1
* Added flush_disk to factor out common buffer cache flushing code.Andrew Patterson2008-10-091-5/+27
* SCSI sd driver calls revalidate_disk wrapper.Andrew Patterson2008-10-091-2/+2
* Check for device resize when rescanning partitionsAndrew Patterson2008-10-091-1/+2
* Adjust block device size after an online resize of a disk.Andrew Patterson2008-10-092-0/+39
* Wrapper for lower-level revalidate_disk routines.Andrew Patterson2008-10-092-0/+22
* block: fix duplicate headers for /proc/partitionsTejun Heo2008-10-091-1/+1
* sg: set dxferp to NULL for READ with the older SG interfaceFUJITA Tomonori2008-10-091-1/+4
* block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori2008-10-093-8/+17
* block: update comment on end_request()Jens Axboe2008-10-091-3/+3
* init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramTejun Heo2008-10-092-0/+10
* block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo2008-10-091-2/+2
* Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'Jens Axboe2008-10-091-1/+1
* block: kmalloc args reversed, small function definition fixesHarvey Harrison2008-10-092-3/+3
* sg: use blk_rq_aligned helper functionFUJITA Tomonori2008-10-091-3/+1
* block: add blk_rq_aligned helper functionFUJITA Tomonori2008-10-092-10/+9
* bio: convert bio_copy_kern to use bio_copy_userFUJITA Tomonori2008-10-091-50/+4
* sg: convert the indirect IO path to use the block layerFUJITA Tomonori2008-10-091-292/+105
* sg: convert the direct IO path to use the block layerFUJITA Tomonori2008-10-091-146/+27
* sg: convert the non-data path to use the block layerFUJITA Tomonori2008-10-091-5/+48
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-098-39/+80
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-098-34/+47
* cfq-iosched: fix queue depth detectionAaron Carroll2008-10-091-9/+38
* block: don't use bio_has_data() in the completion pathJens Axboe2008-10-091-3/+2
* block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe2008-10-093-0/+7
* block: add support for IO CPU affinityJens Axboe2008-10-099-60/+182
* block: make kblockd_schedule_work() take the queue as parameterJens Axboe2008-10-094-9/+9
* block: split softirq handling into blk-softirq.cJens Axboe2008-10-093-90/+105
* block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe2008-10-091-2/+1
* block: allow disk to have extended device numberTejun Heo2008-10-095-23/+82
* block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2008-10-095-42/+17
* block: make partition array dynamicTejun Heo2008-10-094-27/+154
* block: move stats from disk to part0Tejun Heo2008-10-0914-296/+165
* block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo2008-10-094-37/+16
* block: always set bdev->bd_partTejun Heo2008-10-095-48/+35
* block: move holder_dir from disk to part0Tejun Heo2008-10-094-29/+6