summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda
2008-10-09block: add request submission interfaceKiyoshi Ueda
2008-10-09block: add request update interfaceKiyoshi Ueda
2008-10-09block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe
2008-10-09block: use rq complete marking in blk_abort_request()Jens Axboe
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins
2008-10-09block: Add interface to abort queued requestsMike Anderson
2008-10-09block: unify request timeout handlingJens Axboe
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori
2008-10-09block: update comment on end_request()Jens Axboe
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori
2008-10-09cfq-iosched: fix queue depth detectionAaron Carroll
2008-10-09block: don't use bio_has_data() in the completion pathJens Axboe
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe
2008-10-09block: add support for IO CPU affinityJens Axboe
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe
2008-10-09block: split softirq handling into blk-softirq.cJens Axboe
2008-10-09block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe
2008-10-09block: allow disk to have extended device numberTejun Heo
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo
2008-10-09block: make partition array dynamicTejun Heo
2008-10-09block: move stats from disk to part0Tejun Heo
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo
2008-10-09block: always set bdev->bd_partTejun Heo
2008-10-09block: move holder_dir from disk to part0Tejun Heo
2008-10-09block: move policy from disk to part0Tejun Heo
2008-10-09block: unify sysfs size node handlingTejun Heo
2008-10-09block: move __dev from disk to part0Tejun Heo
2008-10-09block: introduce partition 0Tejun Heo
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo
2008-10-09block: implement extended dev numbersTejun Heo
2008-10-09block: fix diskstats accessTejun Heo
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-10-09block: make variable and argument names more consistentTejun Heo
2008-10-09block: misc updatesTejun Heo
2008-10-09block: update add_partition() error handlingTejun Heo
2008-10-09block: allow deleting zero length partitionTejun Heo
2008-10-09block: use class_dev_iterator instead of class_for_each_device()Tejun Heo
2008-10-09block: don't grab block_class_lock unnecessarilyTejun Heo
2008-10-09block: fix partition info printoutsTejun Heo