summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: move policy from disk to part0Tejun Heo2008-10-095-15/+13
* block: unify sysfs size node handlingTejun Heo2008-10-093-11/+6
* block: move __dev from disk to part0Tejun Heo2008-10-092-33/+20
* block: move capacity from disk to part0Tejun Heo2008-10-095-8/+7
* block: introduce partition 0Tejun Heo2008-10-095-28/+41
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-0911-77/+86
* block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-094-3/+63
* sd/ide-disk: apply extended minors to sd and ideTejun Heo2008-10-092-5/+15
* block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo2008-10-092-11/+35
* block: implement extended dev numbersTejun Heo2008-10-094-9/+135
* block: fix diskstats accessTejun Heo2008-10-0913-156/+158
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-098-94/+323
* block: don't depend on consecutive minor spaceTejun Heo2008-10-0916-67/+132
* block: make variable and argument names more consistentTejun Heo2008-10-095-62/+60
* block: misc updatesTejun Heo2008-10-095-11/+19
* block: update add_partition() error handlingTejun Heo2008-10-092-24/+23
* block: allow deleting zero length partitionTejun Heo2008-10-092-4/+0
OpenPOWER on IntegriCloud