summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2008-08-29block: fix part0 handling in bdget_disk() / blk_lookup_devt()Bartlomiej Zolnierkiewicz
2008-08-29Merge commit 'block/for-next'Stephen Rothwell
2008-08-29Merge branch 'quilt/kernel-doc'Stephen Rothwell
2008-08-29Merge branch 'quilt/driver-core'Stephen Rothwell
2008-08-28block: kmalloc args reversed, small function definition fixesHarvey Harrison
2008-08-28block: add blk_rq_aligned helper functionFUJITA Tomonori
2008-08-28block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori
2008-08-28block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori
2008-08-28cfq-iosched: fix queue depth detectionAaron Carroll
2008-08-28block: don't use bio_has_data() in the completion pathJens Axboe
2008-08-28block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe
2008-08-28block: add support for IO CPU affinityJens Axboe
2008-08-28block: make kblockd_schedule_work() take the queue as parameterJens Axboe
2008-08-28block: split softirq handling into blk-softirq.cJens Axboe
2008-08-28block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe
2008-08-28block: allow disk to have extended device numberTejun Heo
2008-08-28block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo
2008-08-28block: make partition array dynamicTejun Heo
2008-08-28block: move stats from disk to part0Tejun Heo
2008-08-28block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo
2008-08-28block: always set bdev->bd_partTejun Heo
2008-08-28block: move holder_dir from disk to part0Tejun Heo
2008-08-28block: move policy from disk to part0Tejun Heo
2008-08-28block: unify sysfs size node handlingTejun Heo
2008-08-28block: move __dev from disk to part0Tejun Heo
2008-08-28block: introduce partition 0Tejun Heo
2008-08-28block: implement and use {disk|part}_to_dev()Tejun Heo
2008-08-28block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo
2008-08-28block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo
2008-08-28block: implement extended dev numbersTejun Heo
2008-08-28block: fix diskstats accessTejun Heo
2008-08-28block: fix disk->part[] dereferencing raceTejun Heo
2008-08-28block: don't depend on consecutive minor spaceTejun Heo
2008-08-28block: make variable and argument names more consistentTejun Heo
2008-08-28block: misc updatesTejun Heo
2008-08-28block: update add_partition() error handlingTejun Heo
2008-08-28block: allow deleting zero length partitionTejun Heo
2008-08-28block: use class_dev_iterator instead of class_for_each_device()Tejun Heo
2008-08-28block: don't grab block_class_lock unnecessarilyTejun Heo
2008-08-28block: fix partition info printoutsTejun Heo
2008-08-28Add some block/ source files to the kernel-api docbook.Randy Dunlap
2008-08-28From: Mikulas Patocka <mpatocka@redhat.com>Mikulas Patocka
2008-08-28block: drop virtual merging accountingMikulas Patocka
2008-08-28deadline-iosched: non-functional fixesAaron Carroll
2008-08-28deadline-iosched: allow non-sequential batchingAaron Carroll
2008-08-28Allow elevators to sort/merge discard requestsDavid Woodhouse
2008-08-28Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse
2008-08-28Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)OGAWA Hirofumi
2008-08-28blktrace: simplify flags handling in __blk_add_traceDavid Woodhouse
2008-08-28blktrace: support discard requestsDavid Woodhouse