summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * ll_rw_blk: temporarily enable max_segments tweakingJens Axboe2007-10-161-0/+23
| | * block: convert to using sg helpersJens Axboe2007-10-161-7/+11
| * | Merge branch 'barrier' into for-linusJens Axboe2007-10-162-88/+199
| |\|
| | * block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-20/+36
| | * block: Initial support for data-less (or empty) barrier supportJens Axboe2007-10-162-19/+47
| | * block: factor our bio_check_eod()Jens Axboe2007-10-161-30/+33
| | * block: add end_queued_request() and end_dequeued_request() helpersJens Axboe2007-10-162-13/+74
| | * block: ll_rw_blk.c: cosmeticsJens Axboe2007-10-161-6/+9
| * | bsg: mark struct file_operations constArjan van de Ven2007-10-161-1/+1
| |/
* | readahead: remove the limit max_sectors_kb imposed on max_readahead_kbFengguang Wu2007-10-161-9/+0
* | Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-161-1/+1
|/
* Only enable BLOCK_COMPAT if COMPAT is neededLinus Torvalds2007-10-121-2/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-124-33/+11
|\
| * cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+1
| * kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-122-2/+2
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-27/+8