1. a9520cd blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data by Tejun Heo · 9 years ago
  2. b2ce264 blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods by Tejun Heo · 9 years ago
  3. 4fb7203 blk-throttle: remove asynchrnous percpu stats allocation mechanism by Tejun Heo · 9 years ago
  4. 001bea7 blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods by Tejun Heo · 9 years ago
  5. 3e41871 blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fn by Tejun Heo · 9 years ago
  6. 4c55f4f blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy() by Tejun Heo · 9 years ago
  7. bc915e6 blkcg: remove unnecessary blkcg_root handling from css_alloc/free paths by Tejun Heo · 9 years ago
  8. 994b783 blkcg: use blkg_free() in blkcg_init_queue() failure path by Tejun Heo · 9 years ago
  9. 60a8370 cfq-iosched: charge async IOs to the appropriate blkcg's instead of the root by Tejun Heo · 9 years ago
  10. d4aad7f cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue() by Tejun Heo · 9 years ago
  11. 322731e cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_get_queue() by Tejun Heo · 9 years ago
  12. 2da8de0 cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue() by Tejun Heo · 9 years ago
  13. d93a11f blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical allocations by Tejun Heo · 9 years ago
  14. 563180a cfq-iosched: minor cleanups by Tejun Heo · 9 years ago
  15. bce6133 cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request() by Tejun Heo · 9 years ago
  16. 95e5d6f cfq-iosched: fix async oom queue handling by Tejun Heo · 9 years ago
  17. 4ebc1c6 cfq-iosched: simplify control flow in cfq_get_queue() by Tejun Heo · 9 years ago
  18. 30e2bc0 Revert "block: remove artifical max_hw_sectors cap" by Jeff Moyer · 9 years ago
  19. da81ed1 scatterlist: remove open coded sg_unmark_end instances by Dan Williams · 9 years ago
  20. 1efdb5f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  21. 0048b48 blk-mq: fix race between timeout and freeing request by Ming Lei · 9 years ago
  22. 596f5aa blk-mq: fix buffer overflow when reading sysfs file of 'pending' by Ming Lei · 9 years ago
  23. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  24. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  25. b49a087 block: remove split code in blkdev_issue_{discard,write_same} by Ming Lin · 9 years ago
  26. c66a14d block: simplify bio_add_page() by Kent Overstreet · 11 years ago
  27. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  28. 4f258a4 sd: Fix maximum I/O size for BLOCK_PC requests by Martin K. Petersen · 9 years ago
  29. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  30. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  31. f3f5da6 block: Do a full clone when splitting discard bios by Martin K. Petersen · 9 years ago
  32. 5aa2a96 block: export bio_associate_*() and wbc_account_io() by Tejun Heo · 9 years ago
  33. a3ad0a9 block: Remove forced page bouncing under IO by Jan Kara · 9 years ago
  34. 5f6c2d2 blkcg: fix gendisk reference leak in blkg_conf_prep() by Tejun Heo · 9 years ago
  35. 0034af0 block: make /sys/block/<dev>/queue/discard_max_bytes writeable by Jens Axboe · 9 years ago
  36. 6c71013 block: partition: convert percpu ref by Ming Lei · 9 years ago
  37. b54e5ed block: partition: introduce hd_free_part() by Ming Lei · 9 years ago
  38. e56f698 blk-mq: set default timeout as 30 seconds by Ming Lei · 9 years ago
  39. 06b285b blkcg: fix blkcg_policy_data allocation bug by Tejun Heo · 9 years ago
  40. 7876f93 blkcg: implement all_blkcgs list by Tejun Heo · 9 years ago
  41. 144232b blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_policy[] by Tejun Heo · 9 years ago
  42. 838f13b blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methods by Tejun Heo · 9 years ago
  43. a322baa block/blk-cgroup.c: free per-blkcg data when freeing the blkcg by Arianna Avanzini · 9 years ago
  44. 0762b23 block: use FIELD_SIZEOF to calculate size of a field by Maninder Singh · 9 years ago
  45. bb8bd38 bio integrity: do not assume bio_integrity_pool exists if bioset exists by Mike Snitzer · 9 years ago
  46. 2c4cffe block: fix bogus EFAULT error from SG_IO ioctl by Paolo Bonzini · 9 years ago
  47. 22165fa Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  48. 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 9 years ago
  49. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  50. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  51. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. ae994ea cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULL by Jens Axboe · 9 years ago
  53. 9470e4a cfq-iosched: fix sysfs oops when attempting to read unconfigured weights by Jens Axboe · 9 years ago
  54. 4ceab71 cfq-iosched: move group scheduling functions under ifdef by Jens Axboe · 9 years ago
  55. 4d66e5e block: fix ext_dev_lock lockdep report by Dan Williams · 9 years ago
  56. 0bb9794 cfq-iosched: fix the setting of IOPS mode on SSDs by Jens Axboe · 9 years ago
  57. c3b4afc blk-mq: free hctx->ctxs in queue's release handler by Ming Lei · 9 years ago
  58. e48453c block, cgroup: implement policy-specific per-blkcg data by Arianna Avanzini · 9 years ago
  59. 41c0126 block: Make CFQ default to IOPS mode on SSDs by Tahsin Erdogan · 9 years ago
  60. 482cf79 writeback, blkcg: propagate non-root blkcg congestion state by Tejun Heo · 9 years ago
  61. d40f75a writeback, blkcg: restructure blk_{set|clear}_queue_congested() by Tejun Heo · 9 years ago
  62. ce7acfe writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested by Tejun Heo · 9 years ago
  63. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 9 years ago
  64. 89e9b9e writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK by Tejun Heo · 9 years ago
  65. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  66. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 9 years ago
  67. 1d933cf blkcg: implement bio_associate_blkcg() by Tejun Heo · 9 years ago
  68. ec43869 cgroup, block: implement task_get_css() and use it in bio_associate_current() by Tejun Heo · 9 years ago
  69. 496d5e7 blkcg: add blkcg_root_css by Tejun Heo · 9 years ago
  70. ec13b1d blkcg: always create the blkcg_gq for the root blkcg by Tejun Heo · 9 years ago
  71. eea8f41 blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h by Tejun Heo · 9 years ago
  72. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 9 years ago
  73. f26cdc8 blk-mq: Shared tag enhancements by Keith Busch · 9 years ago
  74. beefa6b block: only honor SG gap prevention for merges that contain data by Jens Axboe · 9 years ago
  75. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  76. aad653a block: discard bdi_unregister() in favour of bdi_destroy() by NeilBrown · 9 years ago
  77. 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  78. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  79. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  80. b04a5636 block: replace trylock with mutex_lock in blkdev_reread_part() by Ming Lei · 9 years ago
  81. be32417 block: export blkdev_reread_part() and __blkdev_reread_part() by Jarod Wilson · 9 years ago
  82. 97ca223 block: remove unused BIO_RW_BLOCK and BIO_EOF flags by Christoph Hellwig · 9 years ago
  83. b25de9d block: remove BIO_EOPNOTSUPP by Christoph Hellwig · 9 years ago
  84. 4ecd4fe block: use an atomic_t for mq_freeze_depth by Christoph Hellwig · 9 years ago
  85. 336b7e1 block: remove export for blk_queue_bio by Mike Snitzer · 9 years ago
  86. 5b3f341 blk-mq: make plug work for mutiple disks and queues by Shaohua Li · 9 years ago
  87. f984df1 blk-mq: do limited block plug for multiple queue case by Shaohua Li · 9 years ago
  88. 239ad21 blk-mq: avoid re-initialize request which is failed in direct dispatch by Shaohua Li · 9 years ago
  89. e6c4438 blk-mq: fix plugging in blk_sq_make_request by Jeff Moyer · 9 years ago
  90. dd6cf3e blk: clean up plug by Shaohua Li · 9 years ago
  91. a7928c1 block: move PM request support to IDE by Christoph Hellwig · 9 years ago
  92. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  93. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  94. 9ba52e5 blk-mq: don't lose requests if a stopped queue restarts by Shaohua Li · 9 years ago
  95. 6cd18e7 block: destroy bdi before blockdev is unregistered. by NeilBrown · 9 years ago
  96. 393a339 block:bounce: fix call inc_|dec_zone_page_state on different pages confuse value of NR_BOUNCE by Wang YanQing · 9 years ago
  97. 8406a4d elevator: fix double release of elevator module by Chao Yu · 9 years ago
  98. 2a34c08 blk-mq: fix CPU hotplug handling by Ming Lei · 9 years ago
  99. f054b56 blk-mq: fix race between timeout and CPU hotplug by Ming Lei · 9 years ago
  100. 569fd0c blk-mq: fix iteration of busy bitmap by Jens Axboe · 9 years ago