summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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-091-1/+24
* block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2008-10-091-15/+1
* block: make partition array dynamicTejun Heo2008-10-092-21/+110
* block: move stats from disk to part0Tejun Heo2008-10-093-131/+62
* block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo2008-10-092-31/+4
* block: always set bdev->bd_partTejun Heo2008-10-091-1/+1
* block: move holder_dir from disk to part0Tejun Heo2008-10-091-7/+2
* block: move policy from disk to part0Tejun Heo2008-10-091-11/+5
* block: unify sysfs size node handlingTejun Heo2008-10-091-9/+1
* block: move __dev from disk to part0Tejun Heo2008-10-091-28/+12
* block: introduce partition 0Tejun Heo2008-10-092-19/+25
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-093-17/+19
* block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-091-3/+35
* block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo2008-10-091-11/+34
* block: implement extended dev numbersTejun Heo2008-10-091-5/+115
* block: fix diskstats accessTejun Heo2008-10-093-39/+44
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-094-47/+226
* block: don't depend on consecutive minor spaceTejun Heo2008-10-092-34/+79
* block: make variable and argument names more consistentTejun Heo2008-10-092-36/+33
* block: misc updatesTejun Heo2008-10-093-7/+8
* block: update add_partition() error handlingTejun Heo2008-10-091-5/+2
* block: allow deleting zero length partitionTejun Heo2008-10-091-2/+0
* block: use class_dev_iterator instead of class_for_each_device()Tejun Heo2008-10-091-155/+97
* block: don't grab block_class_lock unnecessarilyTejun Heo2008-10-091-19/+9
* block: fix partition info printoutsTejun Heo2008-10-091-5/+5
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-097-59/+60
* drop vmerge accountingMikulas Patocka2008-10-093-30/+4
* block: drop virtual merging accountingMikulas Patocka2008-10-091-73/+6
* deadline-iosched: non-functional fixesAaron Carroll2008-10-091-13/+13
* deadline-iosched: allow non-sequential batchingAaron Carroll2008-10-091-11/+3
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-095-19/+36
* Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse2008-10-092-0/+77
* Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)OGAWA Hirofumi2008-10-091-1/+1
* blktrace: simplify flags handling in __blk_add_traceDavid Woodhouse2008-10-091-30/+8
* blktrace: support discard requestsDavid Woodhouse2008-10-091-1/+10
* Add 'discard' request handlingDavid Woodhouse2008-10-093-8/+106
* Fix up comments about matching flags between bio and rqDavid Woodhouse2008-10-091-5/+2
* block: use bio_has_data() in the IO completion pathJens Axboe2008-10-091-5/+4
* block: use bio_has_data() to check for data carrying bioJens Axboe2008-10-091-4/+1
* SG_IO block filter whitelist missing MMC SET READ AHEAD commandxiphmont@xiph.org2008-10-091-0/+1
* block: disable sysfs parts of the disk command filterJens Axboe2008-09-111-0/+2
* block: restore original behavior of /proc/partition when there's no partitionTejun Heo2008-09-011-1/+12
* remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori2008-08-292-3/+2
* block: remove unused ->busy part of the block queue tag mapMatthew Wilcox2008-08-271-4/+2
* block: clean up cmdfilter sysfs interfaceAdel Gadllah2008-08-271-24/+30
* block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori2008-08-272-16/+16
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-274-148/+110
* block: drop references taken by class_find_device()Kay Sievers2008-08-211-6/+16