1. a534dbe block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer by Richard Kennedy · 14 years ago
  2. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  3. 3440c49 cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatch by Divyesh Shah · 14 years ago
  4. a74b2ad block: expose the statistics in blkio.time and blkio.sectors for the root cgroup by Ricky Benitez · 14 years ago
  5. a506aed Block: Fix block/elevator.c elevator_get() off-by-one error by wzt.wzt@gmail.com · 14 years ago
  6. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  7. 39c01b2 cfq-iosched: Do not merge queues of BE and IDLE classes by Divyesh Shah · 14 years ago
  8. b1ffe73 cfq-iosched: Add additional blktrace log messages in CFQ for easier debugging by Divyesh Shah · 14 years ago
  9. b4b7a4e Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  10. e9ce335 cfq-iosched: fix a kbuild regression by Shaohua Li · 14 years ago
  11. 910ac73 block: make CONFIG_BLK_CGROUP visible by Li Zefan · 14 years ago
  12. c77a571 block: Export max number of segments and max segment size in sysfs by Martin K. Petersen · 14 years ago
  13. 2cda272 block: Fix overrun in lcm() and move it to lib by Martin K. Petersen · 14 years ago
  14. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  15. 67523c4 cgroups: blkio subsystem as module by Ben Blum · 14 years ago
  16. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  17. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  18. 4671a13 block: don't access jiffies when initialising io_context by Richard Kennedy · 14 years ago
  19. 73e9ffd cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit builds by Richard Kennedy · 14 years ago
  20. abc3c74 cfq-iosched: quantum check tweak by Shaohua Li · 14 years ago
  21. 53c583d cfq-iosched: requests "in flight" vs "in driver" clarification by Corrado Zoccolo · 14 years ago
  22. 41647e7 cfq-iosched: rethink seeky detection for SSDs by Corrado Zoccolo · 14 years ago
  23. 3dde36d cfq-iosched: rework seeky detection by Corrado Zoccolo · 14 years ago
  24. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  25. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  26. eb28d31 block: Add BLK_ prefix to definitions by Martin K. Petersen · 14 years ago
  27. e751e76 block: Remove unused accessor function by Martin K. Petersen · 14 years ago
  28. 2800aac block: Update blk_queue_max_sectors and documentation by Martin K. Petersen · 14 years ago
  29. 024f906 cfq: Remove useless css reference get by Gui Jianfeng · 14 years ago
  30. 7f03292 Merge branch 'master' into for-2.6.34 by Jens Axboe · 14 years ago
  31. bddd87c blk-core: use BIO list management functions by Akinobu Mita · 14 years ago
  32. 79da0644 Revert "block: improve queue_should_plug() by looking at IO depths" by Jens Axboe · 14 years ago
  33. c4081ba cfq: reorder cfq_queue removing padding on 64bit by Richard Kennedy · 14 years ago
  34. f11cbd7 Merge branch 'master' into for-2.6.34 by Jens Axboe · 14 years ago
  35. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  36. ae54abe cfq-iosched: split seeky coop queues after one slice by Shaohua Li · 14 years ago
  37. 1efe8fe cfq-iosched: Do not idle on async queues by Vivek Goyal · 14 years ago
  38. bcf4dd4 blk-cgroup: Fix potential deadlock in blk-cgroup by Gui Jianfeng · 14 years ago
  39. 488991e block: Added in stricter no merge semantics for block I/O by Alan D. Brunelle · 14 years ago
  40. 875feb6 cfq-iosched: Respect ioprio_class when preempting by Divyesh Shah · 15 years ago
  41. e03a72e block: Stop using byte offsets by Martin K. Petersen · 15 years ago
  42. ce28932 block: removed unused as_io_context by Kirill Afonshin · 15 years ago
  43. 17be8c2 block: bdev_stack_limits wrapper by Martin K. Petersen · 15 years ago
  44. dd3d145 block: Fix discard alignment calculation and printing by Martin K. Petersen · 15 years ago
  45. fe0b393 block: Correct handling of bottom device misaligment by Martin K. Petersen · 15 years ago
  46. e79e95d block: Honor the gfp_mask for alloc_page() in blkdev_issue_discard() by OGAWA Hirofumi · 15 years ago
  47. 81744ee block: Fix incorrect alignment offset reporting and update documentation by Martin K. Petersen · 15 years ago
  48. 2f7a2d8 cfq-iosched: don't regard requests with long distance as close by Shaohua Li · 15 years ago
  49. 9504e08 block: Fix topology stacking for data and discard alignment by Martin K. Petersen · 15 years ago
  50. 65b32a5 cfq-iosched: Remove prio_change logic for workload selection by Vivek Goyal · 15 years ago
  51. fb104db cfq-iosched: Get rid of nr_groups by Vivek Goyal · 15 years ago
  52. 1db32c4 cfq-iosched: Remove the check for same cfq group from allow_merge by Vivek Goyal · 15 years ago
  53. b568be6 block: temporarily disable discard granularity by Jens Axboe · 15 years ago
  54. 51b736b Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  55. 66ae291 cfq: set workload as expired if it doesn't have any slice left by Gui Jianfeng · 15 years ago
  56. 82bbbf2 Fix a CFQ crash in "for-2.6.33" branch of block tree by Vivek Goyal · 15 years ago
  57. 554554f cfq: Remove wait_request flag when idle time is being deleted by Gui Jianfeng · 15 years ago
  58. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  59. edc7113 cfq-iosched: commenting non-obvious initialization by Corrado Zoccolo · 15 years ago
  60. 7667aa0 cfq-iosched: Take care of corner cases of group losing share due to deletion by Vivek Goyal · 15 years ago
  61. c244bb5 cfq-iosched: Get rid of cfqq wait_busy_done flag by Vivek Goyal · 15 years ago
  62. b9d8f4c cfq: Optimization for close cooperating queue searching by Gui Jianfeng · 15 years ago
  63. 573412b cfq-iosched: reduce write depth only if sync was delayed by Corrado Zoccolo · 15 years ago
  64. 878eadd cfq-iosched: Do not access cfqq after freeing it by Vivek Goyal · 15 years ago
  65. accee78 block: include linux/err.h to use ERR_PTR by Stephen Rothwell · 15 years ago
  66. bb729bc cfq-iosched: use call_rcu() instead of doing grace period stall on queue exit by Jens Axboe · 15 years ago
  67. 846954b blkio: Allow CFQ group IO scheduling even when CFQ is a module by Vivek Goyal · 15 years ago
  68. 3e25206 blkio: Implement dynamic io controlling policy registration by Vivek Goyal · 15 years ago
  69. 9d6a986 blkio: Export some symbols from blkio as its user CFQ can be a module by Vivek Goyal · 15 years ago
  70. b69f229 block: Fix io_context leak after failure of clone with CLONE_IO by Louis Rilling · 15 years ago
  71. 61cc74f block: Fix io_context leak after clone with CLONE_IO by Louis Rilling · 15 years ago
  72. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  73. 3c764b7 cfq-iosched: make nonrot check logic consistent by Shaohua Li · 15 years ago
  74. 237e5bc io controller: quick fix for blk-cgroup and modular CFQ by Jens Axboe · 15 years ago
  75. f2eecb9 cfq-iosched: move IO controller declerations to a header file by Jens Axboe · 15 years ago
  76. 2f5ea47 cfq-iosched: fix compile problem with !CONFIG_CGROUP by Jens Axboe · 15 years ago
  77. c04645e blkio: Wait on sync-noidle queue even if rq_noidle = 1 by Vivek Goyal · 15 years ago
  78. ae30c28 blkio: Implement group_isolation tunable by Vivek Goyal · 15 years ago
  79. f26bd1f blkio: Determine async workload length based on total number of queues by Vivek Goyal · 15 years ago
  80. f75edf2 blkio: Wait for cfq queue to get backlogged if group is empty by Vivek Goyal · 15 years ago
  81. f8d461d blkio: Propagate cgroup weight updation to cfq groups by Vivek Goyal · 15 years ago
  82. 24610333 blkio: Drop the reference to queue once the task changes cgroup by Vivek Goyal · 15 years ago
  83. 8682e1f blkio: Provide some isolation between groups by Vivek Goyal · 15 years ago
  84. 2208419 blkio: Export disk time and sectors used by a group to user space by Vivek Goyal · 15 years ago
  85. 2868ef7 blkio: Some debugging aids for CFQ by Vivek Goyal · 15 years ago
  86. b1c3576 blkio: Take care of cgroup deletion and cfq group reference counting by Vivek Goyal · 15 years ago
  87. 25fb516 blkio: Dynamic cfq group creation based on cgroup tasks belongs to by Vivek Goyal · 15 years ago
  88. dae739e blkio: Group time used accounting and workload context save restore by Vivek Goyal · 15 years ago
  89. 58ff82f blkio: Implement per cfq group latency target and busy queue avg by Vivek Goyal · 15 years ago
  90. 25bc6b0 blkio: Introduce per cfq group weights and vdisktime calculations by Vivek Goyal · 15 years ago
  91. 31e4c28 blkio: Introduce blkio controller cgroup interface by Vivek Goyal · 15 years ago
  92. 1fa8f6d blkio: Introduce the root service tree for cfq groups by Vivek Goyal · 15 years ago
  93. f04a642 blkio: Keep queue on service tree until we expire it by Vivek Goyal · 15 years ago
  94. 615f025 blkio: Implement macro to traverse each service tree in group by Vivek Goyal · 15 years ago
  95. cdb16e8 blkio: Introduce the notion of cfq groups by Vivek Goyal · 15 years ago
  96. bf791937 blkio: Set must_dispatch only if we decided to not dispatch the request by Vivek Goyal · 15 years ago
  97. 474b18c cfq-iosched: no dispatch limit for single queue by Shaohua Li · 15 years ago
  98. 98262f2 block: Allow devices to indicate whether discarded blocks are zeroed by Martin K. Petersen · 15 years ago
  99. 464191c Revert "cfq: Make use of service count to estimate the rb_key offset" by Jens Axboe · 15 years ago
  100. 8e55063 cfq-iosched: fix corner cases in idling logic by Corrado Zoccolo · 15 years ago