| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation: fix minor kernel-doc warnings | Martin Waitz | 2006-04-02 | 1 | -1/+1 |
* | [PATCH] config: fix CONFIG_LFS option | Trond Myklebust | 2006-03-31 | 1 | -4/+4 |
* | [PATCH] Don't pass boot parameters to argv_init[] | OGAWA Hirofumi | 2006-03-31 | 1 | -1/+1 |
* | [PATCH] Simplify proc/devices and fix early termination regression | Joe Korty | 2006-03-31 | 1 | -92/+11 |
* | Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-03-28 | 2 | -171/+207 |
|\ |
|
| * | [BLOCK] cfq-iosched: seek and async performance fixes | Jens Axboe | 2006-03-28 | 1 | -37/+65 |
| * | [PATCH] ll_rw_blk: fix 80-col offender in put_io_context() | Jens Axboe | 2006-03-28 | 1 | -1/+3 |
| * | [PATCH] cfq-iosched: small cfq_choose_req() optimization | Andreas Mohr | 2006-03-28 | 1 | -18/+32 |
| * | [PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to tree | Jens Axboe | 2006-03-28 | 2 | -116/+108 |
* | | [PATCH] for_each_possible_cpu: fixes for generic part | KAMEZAWA Hiroyuki | 2006-03-28 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-03-27 | 3 | -10/+11 |
|\ |
|
| * | [PATCH] Fix blktrace compile with sysfs not defined | Jens Axboe | 2006-03-27 | 1 | -0/+1 |
| * | [BLOCK] increase size of disk stat counters | Ben Woodard | 2006-03-27 | 1 | -3/+3 |
| * | [PATCH] blk_execute_rq_nowait-speedup | Andrew Morton | 2006-03-27 | 1 | -3/+5 |
| * | [BLOCK] ll_rw_blk: kmalloc -> kzalloc conversion | Jens Axboe | 2006-03-27 | 1 | -4/+2 |
* | | [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md. | NeilBrown | 2006-03-27 | 1 | -0/+2 |
|/ |
|
* | [PATCH] 2TB files: add blkcnt_t | Takashi Sato | 2006-03-26 | 1 | -0/+9 |
* | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 2006-03-26 | 1 | -1/+1 |
* | BUG_ON() Conversion in block/elevator.c | Eric Sesterhenn | 2006-03-24 | 1 | -2/+1 |
* | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 | Jens Axboe | 2006-03-23 | 6 | -2/+604 |
* | [PATCH] sem2mutex: blockdev #2 | Arjan van de Ven | 2006-03-23 | 1 | -11/+11 |
* | [PATCH] kobj_map semaphore to mutex conversion | Jes Sorensen | 2006-03-20 | 1 | -15/+16 |
* | [PATCH] fix rmmod problems with elevator attributes, clean them up | Al Viro | 2006-03-19 | 4 | -168/+67 |
* | [PATCH] elevator_t lifetime rules and sysfs fixes | Al Viro | 2006-03-19 | 4 | -201/+152 |
* | [PATCH] noise removal: cfq-iosched.c | Al Viro | 2006-03-19 | 1 | -14/+2 |
* | [PATCH] don't bother with refcounting for cfq_data | Al Viro | 2006-03-19 | 1 | -21/+7 |
* | [PATCH] fix sysfs interaction and lifetime rules handling for queues | Al Viro | 2006-03-19 | 1 | -25/+58 |
* | [PATCH] fix cfq_get_queue()/ioprio_set(2) races | Al Viro | 2006-03-19 | 1 | -4/+12 |
* | [PATCH] deal with rmmod/put_io_context() races | Al Viro | 2006-03-19 | 3 | -1/+32 |
* | [PATCH] stop elv_unregister() from rogering other iosched's data, fix locking | Al Viro | 2006-03-19 | 3 | -15/+24 |
* | [PATCH] stop cfq from pinning queue down | Al Viro | 2006-03-19 | 1 | -4/+0 |
* | [PATCH] make cfq_exit_queue() prune the cfq_io_context for that queue | Al Viro | 2006-03-19 | 1 | -1/+58 |
* | [PATCH] fix the exclusion for ioprio_set() | Al Viro | 2006-03-19 | 1 | -1/+13 |
* | [PATCH] keep sync and async cfq_queue separate | Al Viro | 2006-03-19 | 1 | -10/+26 |
* | [PATCH] switch to use of ->key to get cfq_data by cfq_io_context | Al Viro | 2006-03-19 | 1 | -11/+15 |
* | [PATCH] stop leaking cfq_data in cfq_set_request() | Al Viro | 2006-03-19 | 1 | -2/+0 |
* | [PATCH] fix cfq hash lookups | Al Viro | 2006-03-19 | 1 | -1/+1 |
* | [PATCH] fix locking in queue_requests_store() | Al Viro | 2006-03-19 | 1 | -3/+7 |
* | [PATCH] fix double-free in blk_init_queue_node() | Al Viro | 2006-03-19 | 1 | -5/+5 |
* | [PATCH] block: disable block layer bouncing for most memory on 64bit systems | Andi Kleen | 2006-03-09 | 1 | -14/+19 |
* | [PATCH] cfq-iosched: slice expiry fixups | Jens Axboe | 2006-02-28 | 1 | -91/+60 |
* | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-02-08 | 1 | -0/+3 |
|\ |
|
| * | [PATCH] blk: Fix SG_IO ioctl failure retry looping | Jens Axboe | 2006-02-08 | 1 | -0/+3 |
* | | [PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug) | Tejun Heo | 2006-02-08 | 2 | -34/+40 |
|/ |
|
* | [PATCH] block: request_queue->ordcolor must not be flipped on SOFTBARRIER | Tejun Heo | 2006-02-05 | 1 | -1/+2 |
* | [PATCH] fix ordering on requeued request drainage | Jens Axboe | 2006-02-05 | 1 | -22/+16 |
* | [PATCH] percpu data: only iterate over possible CPUs | Eric Dumazet | 2006-02-05 | 1 | -1/+1 |
* | [PATCH] device-mapper disk statistics: timing | Jun'ichi "Nick" Nomura | 2006-02-01 | 1 | -0/+2 |
* | [BLOCK] A few kerneldoc fixups | Jens Axboe | 2006-01-31 | 1 | -0/+2 |
* | [BLOCK] ll_rw_blk: fix setting of ->ordered on init | Tetsuo Takata | 2006-01-24 | 1 | -0/+1 |