summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2008-10-09cfq-iosched: fix queue depth detectionAaron Carroll-9/+38
2008-10-09block: don't use bio_has_data() in the completion pathJens Axboe-3/+2
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe-0/+6
2008-10-09block: add support for IO CPU affinityJens Axboe-55/+162
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe-8/+8
2008-10-09block: split softirq handling into blk-softirq.cJens Axboe-90/+105
2008-10-09block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe-2/+1
2008-10-09block: allow disk to have extended device numberTejun Heo-1/+24
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo-15/+1
2008-10-09block: make partition array dynamicTejun Heo-21/+110
2008-10-09block: move stats from disk to part0Tejun Heo-131/+62
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo-31/+4
2008-10-09block: always set bdev->bd_partTejun Heo-1/+1
2008-10-09block: move holder_dir from disk to part0Tejun Heo-7/+2
2008-10-09block: move policy from disk to part0Tejun Heo-11/+5
2008-10-09block: unify sysfs size node handlingTejun Heo-9/+1
2008-10-09block: move __dev from disk to part0Tejun Heo-28/+12
2008-10-09block: introduce partition 0Tejun Heo-19/+25
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo-17/+19
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo-3/+35
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo-11/+34
2008-10-09block: implement extended dev numbersTejun Heo-5/+115
2008-10-09block: fix diskstats accessTejun Heo-39/+44
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo-47/+226
2008-10-09block: don't depend on consecutive minor spaceTejun Heo-34/+79
2008-10-09block: make variable and argument names more consistentTejun Heo-36/+33
2008-10-09block: misc updatesTejun Heo-7/+8
2008-10-09block: update add_partition() error handlingTejun Heo-5/+2
2008-10-09block: allow deleting zero length partitionTejun Heo-2/+0
2008-10-09block: use class_dev_iterator instead of class_for_each_device()Tejun Heo-155/+97
2008-10-09block: don't grab block_class_lock unnecessarilyTejun Heo-19/+9
2008-10-09block: fix partition info printoutsTejun Heo-5/+5
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap-59/+60
2008-10-09drop vmerge accountingMikulas Patocka-30/+4
2008-10-09block: drop virtual merging accountingMikulas Patocka-73/+6
2008-10-09deadline-iosched: non-functional fixesAaron Carroll-13/+13
2008-10-09deadline-iosched: allow non-sequential batchingAaron Carroll-11/+3
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse-19/+36
2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse-0/+77
2008-10-09Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)OGAWA Hirofumi-1/+1
2008-10-09blktrace: simplify flags handling in __blk_add_traceDavid Woodhouse-30/+8
2008-10-09blktrace: support discard requestsDavid Woodhouse-1/+10
2008-10-09Add 'discard' request handlingDavid Woodhouse-8/+106
2008-10-09Fix up comments about matching flags between bio and rqDavid Woodhouse-5/+2
2008-10-09block: use bio_has_data() in the IO completion pathJens Axboe-5/+4
2008-10-09block: use bio_has_data() to check for data carrying bioJens Axboe-4/+1
2008-10-09SG_IO block filter whitelist missing MMC SET READ AHEAD commandxiphmont@xiph.org-0/+1
2008-09-11block: disable sysfs parts of the disk command filterJens Axboe-0/+2
2008-09-01block: restore original behavior of /proc/partition when there's no partitionTejun Heo-1/+12
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori-3/+2