1. 00380a4 block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNEL by Dan Carpenter · 12 years ago
  2. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  3. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 2b566fa block: remove ioc_*_changed() by Tejun Heo · 12 years ago
  5. 598971b cfq: don't use icq_get_changed() by Tejun Heo · 12 years ago
  6. abede6d cfq: pass around cfq_io_cq instead of io_context by Tejun Heo · 12 years ago
  7. 9a9e8a2 blkcg: add blkcg->id by Tejun Heo · 12 years ago
  8. edf1b87 blkcg: remove blkio_group->stats_lock by Tejun Heo · 12 years ago
  9. c4c76a0 blkcg: restructure blkio_get_stat() by Tejun Heo · 12 years ago
  10. 997a026 blkcg: simplify stat reset by Tejun Heo · 12 years ago
  11. 5fe224d blkcg: don't use percpu for merged stats by Tejun Heo · 12 years ago
  12. 1cd9e03 blkcg: alloc per cpu stats from worker thread in a delayed manner by Vivek Goyal · 12 years ago
  13. f1cbd03 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  14. ff8c147 block: fix ioc leak in put_io_context by Xiaotian Feng · 12 years ago
  15. 671058f block: make blk-throttle preserve the issuing task on delayed bios by Tejun Heo · 12 years ago
  16. 4f85cb9 block: make block cgroup policies follow bio task association by Tejun Heo · 12 years ago
  17. 852c788 block: implement bio_associate_current() by Tejun Heo · 12 years ago
  18. f6e8d01 block: add io_context->active_ref by Tejun Heo · 12 years ago
  19. 24acfc3 block: interface update for ioc/icq creation functions by Tejun Heo · 12 years ago
  20. b679281 block: restructure get_request() by Tejun Heo · 12 years ago
  21. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 12 years ago
  22. 9f13ef6 blkcg: use double locking instead of RCU for blkg synchronization by Tejun Heo · 12 years ago
  23. e8989fa blkcg: unify blkg's for blkcg policies by Tejun Heo · 12 years ago
  24. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 12 years ago
  25. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 12 years ago
  26. c176826 blkcg: don't use blkg->plid in stat related functions by Tejun Heo · 12 years ago
  27. 549d3aa blkcg: make blkg->pd an array and move configuration and stats into it by Tejun Heo · 12 years ago
  28. 1adaf3d blkcg: move refcnt to blkcg core by Tejun Heo · 12 years ago
  29. 0381411 blkcg: let blkcg core handle policy private data allocation by Tejun Heo · 12 years ago
  30. 923adde blkcg: clear all request_queues on blkcg policy [un]registrations by Tejun Heo · 12 years ago
  31. 5efd611 blkcg: add blkcg_{init|drain|exit}_queue() by Tejun Heo · 12 years ago
  32. 7ee9c56 blkcg: let blkio_group point to blkio_cgroup directly by Tejun Heo · 12 years ago
  33. 92616b5 blkcg: skip blkg printing if q isn't associated with disk by Vivek Goyal · 12 years ago
  34. 7a4dd28 blkcg: kill the mind-bending blkg->dev by Tejun Heo · 12 years ago
  35. 4bfd482 blkcg: kill blkio_policy_node by Tejun Heo · 12 years ago
  36. e56da7e blkcg: don't allow or retain configuration of missing devices by Tejun Heo · 12 years ago
  37. cd1604f blkcg: factor out blkio_group creation by Tejun Heo · 12 years ago
  38. f51b802 blkcg: use the usual get blkg path for root blkio_group by Tejun Heo · 12 years ago
  39. 035d10b blkcg: add blkio_policy[] array and allow one policy per policy ID by Tejun Heo · 12 years ago
  40. ca32aef blkcg: use q and plid instead of opaque void * for blkio_group association by Tejun Heo · 12 years ago
  41. 0a5a7d0 blkcg: update blkg get functions take blkio_cgroup as parameter by Tejun Heo · 12 years ago
  42. 2a7f124 blkcg: move rcu_read_lock() outside of blkio_group get functions by Tejun Heo · 12 years ago
  43. 72e06c2 blkcg: shoot down blkio_groups on elevator switch by Tejun Heo · 12 years ago
  44. 6ecf23a block: extend queue bypassing to cover blkcg policies by Tejun Heo · 12 years ago
  45. d732580 block: implement blk_queue_bypass_start/end() by Tejun Heo · 12 years ago
  46. b2fab5a elevator: make elevator_init_fn() return 0/-errno by Tejun Heo · 12 years ago
  47. 5a5bafd elevator: clear auxiliary data earlier during elevator switch by Tejun Heo · 12 years ago
  48. b95ada5 cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED by Tejun Heo · 12 years ago
  49. 32e380a blkcg: make CONFIG_BLK_CGROUP bool by Tejun Heo · 12 years ago
  50. b855b04 block: blk-throttle should be drained regardless of q->elevator by Tejun Heo · 12 years ago
  51. 62d3c54 Block: use a freezable workqueue for disk-event polling by Alan Stern · 12 years ago
  52. 9f53d2fe block: fix __blkdev_get and add_disk race condition by Stanislaw Gruszka · 12 years ago
  53. fe316bf block: Fix NULL pointer dereference in sd_revalidate_disk by Jun'ichi Nomura · 12 years ago
  54. 7e4d960 Merge branch 'linus' into sched/core by Ingo Molnar · 12 years ago
  55. 97387e3 LDM: Fix reassembly of extended VBLKs. by Anton Altaparmakov · 12 years ago
  56. 621032a block: exit_io_context() should call elevator_exit_icq_fn() by Tejun Heo · 12 years ago
  57. 2274b02 block: simplify ioc_release_fn() by Tejun Heo · 12 years ago
  58. d705ae6 block: replace icq->changed with icq->flags by Tejun Heo · 12 years ago
  59. d8c66c5 block: fix lockdep warning on io_context release put_io_context() by Tejun Heo · 12 years ago
  60. 37b40ad bsg: fix sysfs link remove warning by Stanislaw Gruszka · 12 years ago
  61. 07c2bd3 block: don't call elevator callbacks for plug merges by Tejun Heo · 12 years ago
  62. 050c8ea block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functions by Tejun Heo · 12 years ago
  63. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 12 years ago
  64. 9fa7347 block: fix ioc locking warning by Shaohua Li · 12 years ago
  65. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  66. 39be350 sched, block: Unify cache detection by Peter Zijlstra · 12 years ago
  67. 05c30b9 block: fix NULL icq_cache reference by Shaohua Li · 12 years ago
  68. df0793a block,cfq: change code order by Shaohua Li · 12 years ago
  69. 54b466e cfq-iosched: fix use-after-free of cfqq by Jens Axboe · 12 years ago
  70. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  71. 5d381ef Revert "block: recursive merge requests" by Jens Axboe · 12 years ago
  72. 0bfc96c block: fail SCSI passthrough ioctls on partition devices by Paolo Bonzini · 12 years ago
  73. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 12 years ago
  74. ef00f59 block: Add BLKROTATIONAL ioctl by Martin K. Petersen · 12 years ago
  75. b1bd055 block: Introduce blk_set_stacking_limits function by Martin K. Petersen · 12 years ago
  76. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  77. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  78. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  79. 07d106d vfs: fix up ENOIOCTLCMD error handling by Linus Torvalds · 13 years ago
  80. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  81. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  82. 94ea415 separate partition format handling from generic code by Al Viro · 13 years ago
  83. 9be96f3 move fs/partitions to block/ by Al Viro · 13 years ago
  84. 4752bc3 make register_disk() static by Al Viro · 13 years ago
  85. f2b20d4 block: fix blk_queue_end_tag() by Dan Williams · 13 years ago
  86. c98b2cc block: remove WARN_ON_ONCE() in exit_io_context() by Tejun Heo · 13 years ago
  87. fd63836 block: an exiting task should be allowed to create io_context by Tejun Heo · 13 years ago
  88. 609f6ea block: re-use existing 'reading' variable instead of checking direction again by majianpeng · 13 years ago
  89. 64c4299 block: ioc_cgroup_changed() needs to be exported by Jens Axboe · 13 years ago
  90. 6ae0516 block, cfq: fix empty queue crash caused by request merge by Shaohua Li · 13 years ago
  91. 2741932 block: recursive merge requests by Shaohua Li · 13 years ago
  92. 4a0b75c block, cfq: fix empty queue crash caused by request merge by Shaohua Li · 13 years ago
  93. 4eabc94 block: don't kick empty queue in blk_drain_queue() by Tejun Heo · 13 years ago
  94. f1f8cc9 block, cfq: move icq creation and rq->elv.icq association to block core by Tejun Heo · 13 years ago
  95. 9b84cac block, cfq: restructure io_cq creation path for io_context interface cleanup by Tejun Heo · 13 years ago
  96. 7e5a879 block, cfq: move io_cq exit/release to blk-ioc.c by Tejun Heo · 13 years ago
  97. 3d3c237 block, cfq: move icq cache management to block core by Tejun Heo · 13 years ago
  98. 47fdd4c block, cfq: move io_cq lookup to blk-ioc.c by Tejun Heo · 13 years ago
  99. a612fdd block, cfq: move cfqd->icq_list to request_queue and add request->elv.icq by Tejun Heo · 13 years ago
  100. c586980 block, cfq: reorganize cfq_io_context into generic and cfq specific parts by Tejun Heo · 13 years ago