summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-252-2/+36
|\
| * [SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley2008-01-111-0/+24
| * [SCSI] libsas, bsg: pass errors through correctlyJames Bottomley2008-01-111-2/+12
* | Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-242-2/+2
* | Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-242-3/+3
* | Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-6/+3
* | Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-6/+2
* | Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-242-235/+185
* | kset: convert block_subsys to use kset_createGreg Kroah-Hartman2008-01-241-18/+16
* | kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-2/+3
|/
* blktrace: kill the unneeded initcallJens Axboe2008-01-111-11/+1
* block: fix blktrace timestampsIngo Molnar2008-01-111-67/+2
* block: let elv_register() return voidAdrian Bunk2007-12-185-11/+12
* as-iosched: fix write batch start pointAaron Carroll2007-12-181-1/+2
* as-iosched: fix incorrect commentsAaron Carroll2007-12-181-2/+2
* block: use jiffies conversion functions in scsi_ioctl.cTejun Heo2007-12-181-2/+2
* Revert "ll_rw_blk: temporarily enable max_segments tweaking"Jens Axboe2007-11-271-23/+0
* block: Fix memory leak in alloc_disk_node()Jerome Marchand2007-11-271-0/+1
* blktrace: Make sure BLKTRACETEARDOWN does the full cleanup.Aneesh Kumar K.V2007-11-271-2/+7
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-091-9/+15
* block: fix requeue handling in blk_queue_invalidate_tags()Jens Axboe2007-11-091-15/+2
* cfq_idle_class_timer: add paranoid checks for jiffies overflowOleg Nesterov2007-11-071-11/+17
* cfq: fix IOPRIO_CLASS_IDLE delaysOleg Nesterov2007-11-071-0/+1
* cfq: fix IOPRIO_CLASS_IDLE accountingOleg Nesterov2007-11-071-2/+3
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-11-032-28/+32
|\
| * [BLOCK] Don't allow empty barriers to be passed down to queues that don't gro...Jens Axboe2007-11-021-1/+6
| * Deadline iosched: Fix batching fairnessAaron Carroll2007-11-021-14/+7
| * Deadline iosched: Reset batch for ordered requestsAaron Carroll2007-11-021-3/+3
| * Deadline iosched: Factor out finding latter requesAaron Carroll2007-11-021-11/+17
* | [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-1/+1
|/
* compat_ioctl: fix block device compat ioctl regressionPhilip Langdale2007-10-291-1/+1
* [BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe2007-10-291-5/+3
* block: use lock bitops for the tag map.Nick Piggin2007-10-291-11/+9
* cfq_get_queue: fix possible NULL pointer accessOleg Nesterov2007-10-291-1/+4
* blk_sync_queue() should cancel request_queue->unplug_workOleg Nesterov2007-10-291-0/+1
* cfq_exit_queue() should cancel cfq_data->unplug_workOleg Nesterov2007-10-291-1/+1
* block layer: remove a unused argument of drive_stat_acct()Jerome Marchand2007-10-291-6/+6
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-3/+1
* [BLOCK] blk_rq_map_sg: force clear termination bitJens Axboe2007-10-231-1/+13
* [BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()Jens Axboe2007-10-231-2/+0
* [SG] Update block layer to use sg helpersJens Axboe2007-10-221-2/+6
* fix typo "insted" -> "instead"Uwe Kleine-König2007-10-201-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* kernel-api docbook: fix content problemsRandy Dunlap2007-10-191-1/+1
* [BLOCK] blk_rq_map_sg() next_sg fixupJens Axboe2007-10-171-4/+6
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-171-0/+1
|\
| * [BLOCK] Clear sg entry before filling in blk_rq_map_sg()Jens Axboe2007-10-171-0/+1
* | mm: bdi init hooksPeter Zijlstra2007-10-171-3/+10
|/
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-163-96/+234
|\
| * Merge branch 'sglist-arch' into for-linusJens Axboe2007-10-161-7/+34
| |\
OpenPOWER on IntegriCloud