summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2008-01-28cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe-83/+34
2008-01-28block: implement drain buffersJames Bottomley-1/+74
2008-01-28io_context sharing - anticipatory changesJens Axboe-6/+28
2008-01-28block: cfq: make the io contect sharing locklessJens Axboe-135/+181
2008-01-28io_context sharing - cfq changesNikanth Karthikesan-2/+18
2008-01-28io context sharing: preliminary supportJens Axboe-16/+30
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe-27/+37
2008-01-28blk_end_request: cleanup of request completion (take 4)Kiyoshi Ueda-17/+14
2008-01-28blk_end_request: cleanup 'uptodate' related code (take 4)Kiyoshi Ueda-47/+9
2008-01-28blk_end_request: remove/unexport end_that_request_* (take 4)Kiyoshi Ueda-46/+15
2008-01-28blk_end_request: add bidi completion interface (take 4)Kiyoshi Ueda-5/+35
2008-01-28blk_end_request: add callback feature (take 4)Kiyoshi Ueda-6/+66
2008-01-28blk_end_request: changing block layer core (take 4)Kiyoshi Ueda-20/+15
2008-01-28blk_end_request: add/export functions to get request size (take 4)Kiyoshi Ueda-3/+22
2008-01-28blk_end_request: add new request completion interface (take 4)Kiyoshi Ueda-0/+96
2008-01-28blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt-11/+18
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-2/+36
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman-2/+2
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman-3/+3
2008-01-24Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()Greg Kroah-Hartman-6/+3
2008-01-24Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman-6/+2
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers-235/+185
2008-01-24kset: convert block_subsys to use kset_createGreg Kroah-Hartman-18/+16
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman-2/+3
2008-01-11[SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley-0/+24
2008-01-11[SCSI] libsas, bsg: pass errors through correctlyJames Bottomley-2/+12
2008-01-11blktrace: kill the unneeded initcallJens Axboe-11/+1
2008-01-11block: fix blktrace timestampsIngo Molnar-67/+2
2007-12-18block: let elv_register() return voidAdrian Bunk-11/+12
2007-12-18as-iosched: fix write batch start pointAaron Carroll-1/+2
2007-12-18as-iosched: fix incorrect commentsAaron Carroll-2/+2
2007-12-18block: use jiffies conversion functions in scsi_ioctl.cTejun Heo-2/+2
2007-11-27Revert "ll_rw_blk: temporarily enable max_segments tweaking"Jens Axboe-23/+0
2007-11-27block: Fix memory leak in alloc_disk_node()Jerome Marchand-0/+1
2007-11-27blktrace: Make sure BLKTRACETEARDOWN does the full cleanup.Aneesh Kumar K.V-2/+7
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle-9/+15
2007-11-09block: fix requeue handling in blk_queue_invalidate_tags()Jens Axboe-15/+2
2007-11-07cfq_idle_class_timer: add paranoid checks for jiffies overflowOleg Nesterov-11/+17
2007-11-07cfq: fix IOPRIO_CLASS_IDLE delaysOleg Nesterov-0/+1
2007-11-07cfq: fix IOPRIO_CLASS_IDLE accountingOleg Nesterov-2/+3
2007-11-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-28/+32
2007-11-02[BLOCK] Don't allow empty barriers to be passed down to queues that don't gro...Jens Axboe-1/+6
2007-11-02Deadline iosched: Fix batching fairnessAaron Carroll-14/+7
2007-11-02Deadline iosched: Reset batch for ordered requestsAaron Carroll-3/+3
2007-11-02Deadline iosched: Factor out finding latter requesAaron Carroll-11/+17
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe-1/+1
2007-10-29compat_ioctl: fix block device compat ioctl regressionPhilip Langdale-1/+1
2007-10-29[BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe-5/+3
2007-10-29block: use lock bitops for the tag map.Nick Piggin-11/+9
2007-10-29cfq_get_queue: fix possible NULL pointer accessOleg Nesterov-1/+4