summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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 notati...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-05Merge 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
2008-07-22block: make /proc/partitions and /proc/diskstats use class_find_device()Greg Kroah-Hartman1-12/+13
2008-07-22block: move header for /proc/partitions to seq_startGreg Kroah-Hartman1-3/+4
2008-07-22block: make proc files seq_start use the class_find_device()Greg Kroah-Hartman1-14/+17
2008-07-22block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledRandy Dunlap1-0/+2
2008-07-22block: make blk_lookup_devt use the class iterator functionGreg Kroah-Hartman1-12/+26
2008-07-22block: make printk_partition use the class iterator functionGreg Kroah-Hartman1-43/+50
2008-07-22block: fix compiler warning in genhd.cGreg Kroah-Hartman1-1/+3
2008-07-22device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-22sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-1/+4
2008-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+6
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-11/+7
2008-07-15block: unexport blk_end_sync_rqFUJITA Tomonori1-2/+1
2008-07-15block: remove the checking for NULL queue in blk_put_requestFUJITA Tomonori1-9/+3
2008-07-15block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()Bartlomiej Zolnierkiewicz1-0/+3