| Commit message (Expand) | Author | Age | Files | Lines |
* | cfq-iosched: fix alias + front merge bug | Jens Axboe | 2007-04-25 | 1 | -6/+6 |
* | cfq-iosched: fix sequential write regression | Jens Axboe | 2007-04-20 | 1 | -15/+19 |
* | [PATCH] remove protection of LANANA-reserved majors | Andrew Morton | 2007-04-04 | 1 | -2/+0 |
* | make elv_register() output atomic | Thibaut VARENE | 2007-03-27 | 1 | -3/+4 |
* | block: blk_max_pfn is somtimes wrong | Vasily Tarasov | 2007-03-27 | 1 | -3/+3 |
* | [PATCH] lockdep: annotate BLKPG_DEL_PARTITION | Peter Zijlstra | 2007-02-20 | 1 | -1/+1 |
* | [PATCH] rework reserved major handling | Andrew Morton | 2007-02-20 | 1 | -7/+2 |
* | update I/O sched Kconfig help texts - CFQ is now default, not AS. | Jesper Juhl | 2007-02-17 | 1 | -4/+5 |
* | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majors | Andrew Morton | 2007-02-12 | 1 | -0/+8 |
* | cfq-iosched: improve continue or break logic in cfq_dispatch | Jens Axboe | 2007-02-11 | 1 | -8/+8 |
* | cfq-iosched: remove the implicit queue kicking in slice expire | Jens Axboe | 2007-02-11 | 1 | -6/+6 |
* | cfq-iosched: check whether a queue timed out in accounting | Jens Axboe | 2007-02-11 | 1 | -14/+18 |
* | cfq-iosched: tweak the FIFO checking | Jens Axboe | 2007-02-11 | 1 | -3/+4 |
* | cfq-iosched: don't pass in queue for cfq_arm_slice_timer() | Jens Axboe | 2007-02-11 | 1 | -5/+4 |
* | cfq-iosched: account for slice over/under time | Jens Axboe | 2007-02-11 | 1 | -20/+12 |
* | cfq-iosched: defer slice activation to first request being active | Jens Axboe | 2007-02-11 | 1 | -38/+53 |
* | [PATCH] cfq-iosched: use last service point as the fairness criteria | Jens Axboe | 2007-02-11 | 1 | -14/+34 |
* | cfq-iosched: document the cfqq flags | Jens Axboe | 2007-02-11 | 1 | -9/+9 |
* | [PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list() | Jens Axboe | 2007-02-11 | 1 | -10/+9 |
* | cfq-iosched: remove cfq_io_context last_queue | Jens Axboe | 2007-02-11 | 1 | -17/+2 |
* | elevator: don't sort reads between writes | Jens Axboe | 2007-02-11 | 1 | -0/+2 |
* | elevator: abstract out the activate and deactivate functions | Jens Axboe | 2007-02-11 | 1 | -9/+20 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-02-11 | 1 | -1/+1 |
|\ |
|
| * | [PARTITION]: Add whole_disk attribute. | Fabio Massimo Di Nitto | 2007-02-10 | 1 | -1/+1 |
* | | [PATCH] Relay: add CPU hotplug support | Mathieu Desnoyers | 2007-02-11 | 1 | -2/+1 |
|/ |
|
* | [PATCH] md: fix various bugs with aligned reads in RAID5 | Neil Brown | 2007-02-09 | 1 | -1/+1 |
* | [PATCH] Fix SG_IO timeout jiffy conversion | Mike Christie | 2007-01-29 | 1 | -2/+3 |
* | [PATCH] elevator: move clearing of unplug flag earlier | Linas Vepstas | 2007-01-23 | 1 | -5/+6 |
* | [PATCH] cfq-iosched: merging problem | Jens Axboe | 2007-01-02 | 1 | -3/+3 |
* | [PATCH] cfq-iosched: tighten allow merge criteria | Jens Axboe | 2006-12-22 | 1 | -13/+8 |
* | [PATCH] fix kernel-doc warnings in 2.6.20-rc1 | Randy Dunlap | 2006-12-22 | 1 | -0/+1 |
* | [PATCH] elevator: fixup typo in merge logic | Jens Axboe | 2006-12-21 | 1 | -1/+1 |
* | [PATCH] cfq-iosched: don't allow sync merges across queues | Jens Axboe | 2006-12-20 | 2 | -4/+55 |
* | [PATCH] Fixup blk_rq_unmap_user() API | Jens Axboe | 2006-12-19 | 2 | -14/+17 |
* | [PATCH] __blk_rq_unmap_user() fails to return error | Jens Axboe | 2006-12-19 | 1 | -2/+7 |
* | [PATCH] __blk_rq_map_user() doesn't need to grab the queue_lock | Jens Axboe | 2006-12-19 | 1 | -9/+0 |
* | [PATCH] Remove queue merging hooks | Jens Axboe | 2006-12-19 | 1 | -9/+6 |
* | [PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requests | Jens Axboe | 2006-12-19 | 1 | -4/+2 |
* | [PATCH] Allow as-iosched to be unloaded | Jens Axboe | 2006-12-13 | 1 | -14/+1 |
* | [PATCH] Propagate down request sync flag | Jens Axboe | 2006-12-13 | 2 | -14/+32 |
* | [PATCH] remove unnecessary blk_queue_bounce in SG_IO | FUJITA Tomonori | 2006-12-12 | 1 | -7/+0 |
* | [PATCH] fix SG_IO bio leak | FUJITA Tomonori | 2006-12-12 | 1 | -0/+3 |
* | [PATCH] remove blk_queue_activity_fn | Boaz Harrosh | 2006-12-12 | 1 | -12/+0 |
* | [PATCH] io-accounting: read accounting | Andrew Morton | 2006-12-10 | 1 | -2/+5 |
* | [PATCH] fault-injection capability for disk IO | Akinobu Mita | 2006-12-08 | 2 | -0/+71 |
* | [PATCH] struct path: convert block | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] remove the old bd_mutex lockdep annotation | Peter Zijlstra | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 2006-12-07 | 1 | -4/+0 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 2 | -5/+5 |