1. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  2. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  3. 30c2781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  4. 4789716 [SCSI] bsg: fix incorrect device_status value by FUJITA Tomonori · 14 years ago
  5. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  6. 430c62f elevator: fix oops on early call to elevator_change() by Jens Axboe · 14 years ago
  7. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  8. f281fb5 block: prevent merges of discard and write requests by Adrian Hunter · 14 years ago
  9. 180be2a cfq-iosched: fix a kernel OOPs when usb key is inserted by Vivek Goyal · 14 years ago
  10. a45dc2d block: fix blk_rq_map_kern bio direction flag by Benny Halevy · 14 years ago
  11. be14eb6 block: Range check cpu in blk_cpu_to_group by Brian King · 14 years ago
  12. 5dd531a block: add function call to switch the IO scheduler from a driver by Jens Axboe · 14 years ago
  13. 5e00d1b BLOCK: fix bio.bi_rw handling by Jiri Slaby · 14 years ago
  14. c87ffbb block: put dev->kobj in blk_register_queue fail path by Xiaotian Feng · 14 years ago
  15. c4e7893 cfq-iosched: blktrace print per slice sector stats by Vivek Goyal · 14 years ago
  16. 80bdf0c cfq-iosched: Implement tunable group_idle by Vivek Goyal · 14 years ago
  17. 02b3508 cfq-iosched: Do group share accounting in IOPS when slice_idle=0 by Vivek Goyal · 14 years ago
  18. b6508c1 cfq-iosched: Do not idle if slice_idle=0 by Vivek Goyal · 14 years ago
  19. 96aa1b4 blkio: Fix return code for mkdir calls by Ciju Rajan K · 14 years ago
  20. 8d57a98 block: add secure discard by Adrian Hunter · 14 years ago
  21. 18edc8e blkdev: fix blkdev_issue_zeroout return value by Dmitry Monakhov · 14 years ago
  22. 3383977 block: update request stacking methods to support discards by ike Snitzer · 14 years ago
  23. 16f2319 block: set up rq->rq_disk properly for flush requests by FUJITA Tomonori · 14 years ago
  24. 28e18d0 block: set REQ_TYPE_FS on flush requests by FUJITA Tomonori · 14 years ago
  25. 10d1f9e block: fix problem with sending down discard that isn't of correct granularity by Jens Axboe · 14 years ago
  26. f10d9f6 blkdev: check for valid request queue before issuing flush by Dave Chinner · 14 years ago
  27. 15392ef block: remove BKL from partition ioctls by Arnd Bergmann · 14 years ago
  28. 6de4370 block: remove BKL from BLKROSET and BLKFLSBUF by Arnd Bergmann · 14 years ago
  29. 62c2a7d block: push BKL into blktrace ioctls by Arnd Bergmann · 14 years ago
  30. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  31. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  32. b6a9031 block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn by FUJITA Tomonori · 14 years ago
  33. 8749534 block: introduce REQ_FLUSH flag by FUJITA Tomonori · 14 years ago
  34. 28018c2 block: implement an unprep function corresponding directly to prep by James Bottomley · 14 years ago
  35. 3ffb52e block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARD by Jens Axboe · 14 years ago
  36. 2c8919d gcc-4.6: block: fix unused but set variables in blk-merge by Andi Kleen · 14 years ago
  37. 66ac028 block: don't allocate a payload for discard request by Christoph Hellwig · 14 years ago
  38. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  39. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  40. 956bcb7 block: add helpers for the trivial queue flag sysfs show/store entries by Jens Axboe · 14 years ago
  41. e2e1a14 block: add sysfs knob for turning off disk entropy contributions by Jens Axboe · 14 years ago
  42. 1b99973 block: Don't count_vm_events for discard bio in submit_bio. by Tao Ma · 14 years ago
  43. 9e495db cfq: fix recursive call in cfq_blkiocg_update_completion_stats() by Jens Axboe · 14 years ago
  44. e98ef89 cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=n by Vivek Goyal · 14 years ago
  45. c10b61f cfq: Don't allow queue merges for queues that have no process references by Jeff Moyer · 14 years ago
  46. fbbf055 block: fix DISCARD_BARRIER requests by Christoph Hellwig · 14 years ago
  47. 1abec4f block: make blk_init_free_list and elevator_init idempotent by Mike Snitzer · 14 years ago
  48. c86d1b8 block: avoid unconditionally freeing previously allocated request_queue by Mike Snitzer · 14 years ago
  49. d02a2c0 cfq-iosched: fix an oops caused by slab leak by Shaohua Li · 14 years ago
  50. e36f724 block: Adjust elv_iosched_show to return "none" for bio-based DM by Mike Snitzer · 14 years ago
  51. 80b15c7 cfq-iosched: compact io_context radix_tree by Konstantin Khlebnikov · 14 years ago
  52. bca4b91 cfq-iosched: remove dead_key from cfq_io_context by Konstantin Khlebnikov · 14 years ago
  53. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  54. f1ac2502 block: remove all rcu head initializations by Paul E. McKenney · 14 years ago
  55. 01effb0 block: allow initialization of previously allocated request_queue by Mike Snitzer · 14 years ago
  56. 0341509 blk-cgroup: Fix an RCU warning in blkiocg_create() by Li Zefan · 14 years ago
  57. dcf097b blk-cgroup: Fix RCU correctness warning in cfq_init_queue() by Vivek Goyal · 14 years ago
  58. 0f3942a block: kill some useless goto's in blk-cgroup.c by Jens Axboe · 14 years ago
  59. 0341aaf block: fix bad use of min() on different types by Jens Axboe · 14 years ago
  60. 50eaeb3 cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GROUP_IOSCHED=n by Dmitry Monakhov · 14 years ago
  61. 3f14d79 blkdev: add blkdev_issue_zeroout helper function by Dmitry Monakhov · 14 years ago
  62. f31e7e4 blkdev: move blkdev_issue helper functions to separate file by Dmitry Monakhov · 14 years ago
  63. f17e232 blkdev: allow async blkdev_issue_flush requests by Dmitry Monakhov · 14 years ago
  64. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  65. afc24d4 blk-cgroup: config options re-arrangement by Vivek Goyal · 14 years ago
  66. e5ff082 blkio: Fix another BUG_ON() crash due to cfqq movement across groups by Vivek Goyal · 14 years ago
  67. 7f1dc8a blkio: Fix blkio crash during rq stat update by Vivek Goyal · 14 years ago
  68. a534dbe block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer by Richard Kennedy · 14 years ago
  69. 8d2a91f blkio: Initialize blkg->stats_lock for the root cfqg too by Divyesh Shah · 14 years ago
  70. b6ac23af blkio: fix for modular blk-cgroup build by Divyesh Shah · 14 years ago
  71. c0d97e9 block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer by Richard Kennedy · 14 years ago
  72. 28baf44 blkio: Fix compile errors by Divyesh Shah · 14 years ago
  73. 4facdae Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  74. a11cdaa block: Update to io-controller stats by Divyesh Shah · 14 years ago
  75. 34d0f17 io-controller: Add a new interface "weight_device" for IO-Controller by Gui Jianfeng · 14 years ago
  76. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  77. 3440c49 cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatch by Divyesh Shah · 14 years ago
  78. 812df48 blkio: Add more debug-only per-cgroup stats by Divyesh Shah · 14 years ago
  79. cdc1184 blkio: Add io_queued and avg_queue_size stats by Divyesh Shah · 14 years ago
  80. 812d402 blkio: Add io_merged stat by Divyesh Shah · 14 years ago
  81. 84c124d blkio: Changes to IO controller additional stats patches by Divyesh Shah · 14 years ago
  82. 31373d0 laptop-mode: Make flushes per-device by Matthew Garrett · 14 years ago
  83. a74b2ad block: expose the statistics in blkio.time and blkio.sectors for the root cgroup by Ricky Benitez · 14 years ago
  84. 9195291 blkio: Increment the blkio cgroup stats for real now by Divyesh Shah · 14 years ago
  85. 303a3ac blkio: Add io controller stats like by Divyesh Shah · 14 years ago
  86. 9a0785b blkio: Remove per-cfqq nr_sectors as we'll be passing by Divyesh Shah · 14 years ago
  87. a506aed Block: Fix block/elevator.c elevator_get() off-by-one error by wzt.wzt@gmail.com · 14 years ago
  88. 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
  89. 39c01b2 cfq-iosched: Do not merge queues of BE and IDLE classes by Divyesh Shah · 14 years ago
  90. b1ffe73 cfq-iosched: Add additional blktrace log messages in CFQ for easier debugging by Divyesh Shah · 14 years ago
  91. b4b7a4e Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  92. e9ce335 cfq-iosched: fix a kbuild regression by Shaohua Li · 14 years ago
  93. 910ac73 block: make CONFIG_BLK_CGROUP visible by Li Zefan · 14 years ago
  94. c77a571 block: Export max number of segments and max segment size in sysfs by Martin K. Petersen · 14 years ago
  95. 2cda272 block: Fix overrun in lcm() and move it to lib by Martin K. Petersen · 14 years ago
  96. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  97. 67523c4 cgroups: blkio subsystem as module by Ben Blum · 14 years ago
  98. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  99. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  100. 4671a13 block: don't access jiffies when initialising io_context by Richard Kennedy · 14 years ago