- ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
- 242d98f block,elevator: use new hashtable implementation by Sasha Levin · 12 years ago
- 852c788 block: implement bio_associate_current() by Tejun Heo · 13 years ago
- b2fab5a elevator: make elevator_init_fn() return 0/-errno by Tejun Heo · 13 years ago
- 07c2bd3 block: don't call elevator callbacks for plug merges by Tejun Heo · 13 years ago
- 050c8ea block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functions by Tejun Heo · 13 years ago
- f1f8cc9 block, cfq: move icq creation and rq->elv.icq association to block core by Tejun Heo · 13 years ago
- 9b84cac block, cfq: restructure io_cq creation path for io_context interface cleanup by Tejun Heo · 13 years ago
- 7e5a879 block, cfq: move io_cq exit/release to blk-ioc.c by Tejun Heo · 13 years ago
- 3d3c237 block, cfq: move icq cache management to block core by Tejun Heo · 13 years ago
- 22f746e block: remove elevator_queue->ops by Tejun Heo · 13 years ago
- b50b636 block, cfq: kill ioc_gone by Tejun Heo · 13 years ago
- b9a1920 block, cfq: remove delayed unlink by Tejun Heo · 13 years ago
- bd87b58 block: drop @tsk from attempt_plug_merge() and explain sync rules by Tejun Heo · 13 years ago
- 796d511 iosched: prevent aliased requests from starving other I/O by Jeff Moyer · 13 years ago
- b710a48 block: get rid of elv_insert() interface by Jens Axboe · 14 years ago
- 5e84ea3 block: attempt to merge with existing requests on plug flush by Jens Axboe · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 73c1010 block: initial patch for on-stack per-task plugging by Jens Axboe · 14 years ago
- 6fae9c2 Merge commit 'v2.6.38-rc6' into for-2.6.39/core by Jens Axboe · 14 years ago
- ae1b153 block: reimplement FLUSH/FUA to support merge by Tejun Heo · 14 years ago
- 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 14 years ago
- f253b86 Revert "block: fix accounting bug on cross partition merges" by Jens Axboe · 14 years ago
- e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 7681bfe block: fix accounting bug on cross partition merges by Yasuaki Ishimatsu · 14 years ago
- 430c62f elevator: fix oops on early call to elevator_change() by Jens Axboe · 14 years ago
- 5dd531a block: add function call to switch the IO scheduler from a driver by Jens Axboe · 14 years ago
- 812d402 blkio: Add io_merged stat by Divyesh Shah · 15 years ago
- 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
- 2e46e8b block: drop request->hard_* and *nr_sectors by Tejun Heo · 16 years ago
- 26308ea block: fix inconsistency in I/O stat accounting code by Jerome Marchand · 16 years ago
- b374d18 block: get rid of elevator_t typedef by Jens Axboe · 16 years ago
- 11914a5 block: Add interface to abort queued requests by Mike Anderson · 16 years ago
- c7c22e4 block: add support for IO CPU affinity by Jens Axboe · 16 years ago
- 2fdd82b block: let elv_register() return void by Adrian Bunk · 17 years ago
- 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
- da77526 [PATCH] cfq-iosched: don't allow sync merges across queues by Jens Axboe · 18 years ago
- bb37b94 [BLOCK] Cleanup unused variable passing by Jens Axboe · 18 years ago
- 2b1191a [PATCH] elevator: elevator_type member not used by Jens Axboe · 18 years ago
- 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
- 4a893e8 [PATCH] elevator: define ioc counting mechanism by Jens Axboe · 18 years ago
- cb78b28 [PATCH] Drop useless bio passing in may_queue/set_request API by Jens Axboe · 18 years ago
- 1fbfdfc [PATCH] elevator: introduce a way to reuse rq for internal FIFO handling by Jens Axboe · 18 years ago
- 2e662b6 [PATCH] elevator: abstract out the rbtree sort handling by Jens Axboe · 18 years ago
- 9817064 [PATCH] elevator: move the backmerging logic into the elevator core by Jens Axboe · 18 years ago
- bc1c116 [PATCH] elevator switching race by Jens Axboe · 18 years ago
- e572ec7 [PATCH] fix rmmod problems with elevator attributes, clean them up by Al Viro · 19 years ago
- 3d1ab40 [PATCH] elevator_t lifetime rules and sysfs fixes by Al Viro · 19 years ago
- e17a948 [PATCH] stop elv_unregister() from rogering other iosched's data, fix locking by Al Viro · 19 years ago
- 30e9656 [PATCH] block: implement elv_insert and use it (fix ordcolor flipping bug) by Tejun Heo · 19 years ago
- 5406958 s/assoicated/associated/ by Adrian Bunk · 19 years ago
- 769db45 make elv_try_merge() static, kill the dead declaration of by Coywolf Qi Hunt · 19 years ago
- 797e7db [BLOCK] reimplement handling of barrier request by Tejun Heo · 19 years ago
- 28d721e Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
- 8267e26 [PATCH] gfp_t: block layer core by Al Viro · 19 years ago
- 1b47f53 [PATCH] generic dispatch fixes by Jens Axboe · 19 years ago
- 8922e16 [PATCH] 01/05 Implement generic dispatch queue by Tejun Heo · 19 years ago
- 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago