| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] separate bdi congestion functions from queue congestion functions | Andrew Morton | 2006-10-20 | 1 | -71/+0 |
* | [PATCH] export clear_queue_congested and set_queue_congested | Thomas Maier | 2006-10-20 | 1 | -10/+10 |
* | [PATCH] block layer: elv_iosched_show should get elv_list_lock | Vasily Tarasov | 2006-10-12 | 1 | -2/+2 |
* | [PATCH] block layer: elevator_find function cleanup | Vasily Tarasov | 2006-10-12 | 1 | -8/+5 |
* | [PATCH] helper function for retrieving scsi_cmd given host based block layer tag | David C Somayajulu | 2006-10-04 | 1 | -6/+1 |
* | [PATCH] dm: export blkdev_driver_ioctl | Alasdair G Kergon | 2006-10-03 | 1 | -2/+3 |
* | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 2006-10-01 | 2 | -2/+2 |
* | [PATCH] Only enable CONFIG_BLOCK option for embedded | Jens Axboe | 2006-09-30 | 1 | -1/+1 |
* | [PATCH] blk_queue_start_tag() shared map race fix | Jens Axboe | 2006-09-30 | 1 | -4/+9 |
* | [PATCH] Update axboe@suse.de email address | Jens Axboe | 2006-09-30 | 5 | -5/+5 |
* | [PATCH] BLOCK: Make it possible to disable the block layer [try #6] | David Howells | 2006-09-30 | 3 | -1/+24 |
* | [PATCH] blktrace: cleanup using on_each_cpu | Martin Peschke | 2006-09-30 | 1 | -15/+4 |
* | [PATCH] exit_io_context: don't disable irqs | Oleg Nesterov | 2006-09-30 | 1 | -5/+2 |
* | [PATCH] blktrace: support for logging metadata reads | Jens Axboe | 2006-09-30 | 1 | -1/+4 |
* | [PATCH] cfq-iosched: use metadata read flag | Jens Axboe | 2006-09-30 | 1 | -0/+24 |
* | [PATCH] Allow file systems to differentiate between data and meta reads | Jens Axboe | 2006-09-30 | 1 | -0/+2 |
* | [PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb store | Jens Axboe | 2006-09-30 | 1 | -3/+0 |
* | [PATCH] cfq-iosched: improve queue preemption | Jens Axboe | 2006-09-30 | 1 | -6/+8 |
* | [PATCH] Add blk_start_queueing() helper | Jens Axboe | 2006-09-30 | 3 | -25/+25 |
* | [PATCH] cfq-iosched: kill the empty_list | Jens Axboe | 2006-09-30 | 1 | -8/+2 |
* | [PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr_list() | Jens Axboe | 2006-09-30 | 1 | -31/+22 |
* | [PATCH] Make sure all block/io scheduler setups are node aware | Jens Axboe | 2006-09-30 | 5 | -22/+25 |
* | [PATCH] Audit block layer inlines | Jens Axboe | 2006-09-30 | 2 | -5/+5 |
* | [PATCH] cfq-iosched: use new io context counting mechanism | Jens Axboe | 2006-09-30 | 1 | -5/+7 |
* | [PATCH] as-iosched: use new io context counting mechanism | Jens Axboe | 2006-09-30 | 1 | -4/+5 |
* | [PATCH] cfq-iosched: kill cfq_exit_lock | Jens Axboe | 2006-09-30 | 2 | -38/+18 |
* | [PATCH] cfq-iosched: cleanups, fixes, dead code removal | Jens Axboe | 2006-09-30 | 1 | -114/+70 |
* | [PATCH] ll_rw_blk: cleanup __make_request() | Jens Axboe | 2006-09-30 | 1 | -15/+7 |
* | [PATCH] Drop useless bio passing in may_queue/set_request API | Jens Axboe | 2006-09-30 | 4 | -14/+11 |
* | [PATCH] Remove ->rq_status from struct request | Jens Axboe | 2006-09-30 | 1 | -3/+0 |
* | [PATCH] Remove struct request_list from struct request | Jens Axboe | 2006-09-30 | 1 | -8/+2 |
* | [PATCH] Remove ->waiting member from struct request | Jens Axboe | 2006-09-30 | 2 | -9/+7 |
* | [PATCH] as-iosched: kill arq | Jens Axboe | 2006-09-30 | 1 | -195/+118 |
* | [PATCH] cfq-iosched: kill crq | Jens Axboe | 2006-09-30 | 1 | -144/+95 |
* | [PATCH] cfq-iosched: remove the crq flag functions/variable | Jens Axboe | 2006-09-30 | 1 | -42/+16 |
* | [PATCH] deadline-iosched: remove elevator private drq request type | Jens Axboe | 2006-09-30 | 1 | -142/+52 |
* | [PATCH] as-iosched: remove arq->is_sync member | Jens Axboe | 2006-09-30 | 1 | -22/+14 |
* | [PATCH] as-iosched: reuse rq for fifo | Jens Axboe | 2006-09-30 | 1 | -22/+12 |
* | [PATCH] cfq-iosched: convert to using the FIFO elevator defines | Jens Axboe | 2006-09-30 | 1 | -2/+1 |
* | [PATCH] deadline-iosched: migrate to using the elevator rb functions | Jens Axboe | 2006-09-30 | 1 | -136/+34 |
* | [PATCH] cfq-iosched: migrate to using the elevator rb functions | Jens Axboe | 2006-09-30 | 1 | -123/+41 |
* | [PATCH] as-iosched: migrate to using the elevator rb functions | Jens Axboe | 2006-09-30 | 1 | -151/+29 |
* | [PATCH] elevator: abstract out the rbtree sort handling | Jens Axboe | 2006-09-30 | 2 | -17/+113 |
* | [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev | Jens Axboe | 2006-09-30 | 1 | -2/+2 |
* | [PATCH] elevator: move the backmerging logic into the elevator core | Jens Axboe | 2006-09-30 | 5 | -360/+142 |
* | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 2006-09-30 | 4 | -83/+52 |
* | [PATCH] ifdef blktrace debugging fields | Alexey Dobriyan | 2006-09-29 | 2 | -4/+5 |
* | [PATCH] block: handle subsystem_register() init errors | Randy Dunlap | 2006-09-29 | 1 | -2/+7 |
* | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2006-09-27 | 1 | -1/+1 |
* | Merge mulgrave-w:git/linux-2.6 | James Bottomley | 2006-09-24 | 1 | -0/+12 |
|\ |
|