aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09block: always set bdev->bd_partTejun Heo1-1/+1
2008-10-09block: move holder_dir from disk to part0Tejun Heo1-7/+2
2008-10-09block: move policy from disk to part0Tejun Heo1-11/+5
2008-10-09block: unify sysfs size node handlingTejun Heo1-9/+1
2008-10-09block: move __dev from disk to part0Tejun Heo1-28/+12
2008-10-09block: introduce partition 0Tejun Heo2-19/+25
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo3-17/+19
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo1-3/+35
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo1-11/+34
2008-10-09block: implement extended dev numbersTejun Heo1-5/+115
2008-10-09block: fix diskstats accessTejun Heo3-39/+44
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo4-47/+226
2008-10-09block: don't depend on consecutive minor spaceTejun Heo2-34/+79
2008-10-09block: make variable and argument names more consistentTejun Heo2-36/+33
2008-10-09block: misc updatesTejun Heo3-7/+8
2008-10-09block: update add_partition() error handlingTejun Heo1-5/+2
2008-10-09block: allow deleting zero length partitionTejun Heo1-2/+0
2008-10-09block: use class_dev_iterator instead of class_for_each_device()Tejun Heo1-155/+97
2008-10-09block: don't grab block_class_lock unnecessarilyTejun Heo1-19/+9
2008-10-09block: fix partition info printoutsTejun Heo1-5/+5
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap7-59/+60
2008-10-09drop vmerge accountingMikulas Patocka3-30/+4
2008-10-09block: drop virtual merging accountingMikulas Patocka1-73/+6
2008-10-09deadline-iosched: non-functional fixesAaron Carroll1-13/+13
2008-10-09deadline-iosched: allow non-sequential batchingAaron Carroll1-11/+3
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse5-19/+36
2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse2-0/+77
2008-10-09Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER)OGAWA Hirofumi1-1/+1
2008-10-09blktrace: simplify flags handling in __blk_add_traceDavid Woodhouse1-30/+8
2008-10-09blktrace: support discard requestsDavid Woodhouse1-1/+10
2008-10-09Add 'discard' request handlingDavid Woodhouse3-8/+106
2008-10-09Fix up comments about matching flags between bio and rqDavid Woodhouse1-5/+2
2008-10-09block: use bio_has_data() in the IO completion pathJens Axboe1-5/+4
2008-10-09block: use bio_has_data() to check for data carrying bioJens Axboe1-4/+1
2008-10-09SG_IO block filter whitelist missing MMC SET READ AHEAD commandxiphmont@xiph.org1-0/+1
2008-09-11block: disable sysfs parts of the disk command filterJens Axboe1-0/+2
2008-09-01block: restore original behavior of /proc/partition when there's no partitionTejun Heo1-1/+12
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori2-3/+2
2008-08-27block: remove unused ->busy part of the block queue tag mapMatthew Wilcox1-4/+2
2008-08-27block: clean up cmdfilter sysfs interfaceAdel Gadllah1-24/+30
2008-08-27block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori2-16/+16
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori4-148/+110
2008-08-21block: drop references taken by class_find_device()Kay Sievers1-6/+16
2008-08-21block: fix partial read() of /proc/{partitions,diskstats}Kay Sievers1-6/+8
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-1/+1
2008-08-01block: add a blk_plug_device_unlocked() that grabs the queue lockJens Axboe1-0/+18
2008-07-30[SCSI] block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.Tim Wright1-1/+1
2008-07-26Use WARN() in block/Arjan van de Ven1-2/+1
2008-07-26block/blk-map.c: use the new object_is_on_stack() helperFUJITA Tomonori1-6/+2
2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche1-2/+3