1. e9770b3 writeback: add dirty_throttle_control->wb_completions by Tejun Heo · 9 years ago
  2. daddfa3 writeback: add dirty_throttle_control->pos_ratio by Tejun Heo · 9 years ago
  3. b1cbc6d writeback: make __wb_calc_thresh() take dirty_throttle_control by Tejun Heo · 9 years ago
  4. 970fb01 writeback: add dirty_throttle_control->wb_bg_thresh by Tejun Heo · 9 years ago
  5. 2bc00ae writeback: consolidate dirty throttle parameters into dirty_throttle_control by Tejun Heo · 9 years ago
  6. dcc25ae writeback: move global_dirty_limit into wb_domain by Tejun Heo · 9 years ago
  7. 380c27c writeback: implement wb_domain by Tejun Heo · 9 years ago
  8. 8a73179 writeback: reorganize [__]wb_update_bandwidth() by Tejun Heo · 9 years ago
  9. 0d960a3 writeback: clean up wb_dirty_limit() by Tejun Heo · 9 years ago
  10. 9ecf4866 writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info by Tejun Heo · 9 years ago
  11. bc05873 writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info by Tejun Heo · 9 years ago
  12. a06fd6b writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's by Tejun Heo · 9 years ago
  13. c00ddad writeback: remove bdi_start_writeback() by Tejun Heo · 9 years ago
  14. 693108a writeback: make bdi->min/max_ratio handling cgroup writeback aware by Tejun Heo · 9 years ago
  15. 95a46c6 writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account by Tejun Heo · 9 years ago
  16. 766a9d6 writeback: implement backing_dev_info->tot_write_bandwidth by Tejun Heo · 9 years ago
  17. dfb8ae5 writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback by Tejun Heo · 9 years ago
  18. 9101813 writeback: attribute stats to the matching per-cgroup bdi_writeback by Tejun Heo · 9 years ago
  19. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 9 years ago
  20. de1fff3 writeback: s/bdi/wb/ in mm/page-writeback.c by Tejun Heo · 9 years ago
  21. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 9 years ago
  22. 93f78d8 writeback: move backing_dev_info->bdi_stat[] into bdi_writeback by Tejun Heo · 9 years ago
  23. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 9 years ago
  24. 11f81be page_writeback: revive cancel_dirty_page() in a restricted form by Tejun Heo · 9 years ago
  25. a4bb3ec mm/page-writeback: check-before-clear PageReclaim by Naoya Horiguchi · 9 years ago
  26. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 9 years ago
  27. c72efb6 writeback: fix possible underflow in write bandwidth calculation by Tejun Heo · 9 years ago
  28. 7d70e15 writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth() by Tejun Heo · 9 years ago
  29. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  30. 8d38633 page_writeback: put account_page_redirty() after set_page_dirty() by Konstantin Khebnikov · 9 years ago
  31. 6de2261 mm: memcontrol: track move_lock state internally by Johannes Weiner · 9 years ago
  32. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  33. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 9 years ago
  34. e4bd6a0 mm, memcg: fix potential undefined behaviour in page stat accounting by Michal Hocko · 9 years ago
  35. d7365e7 mm: memcontrol: fix missed end-writeback page accounting by Johannes Weiner · 10 years ago
  36. 3a3c02e mm: page-writeback: inline account_page_dirtied() into single caller by Johannes Weiner · 10 years ago
  37. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  38. 7c80996 mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings by Mark Rustad · 10 years ago
  39. 20ae007 proportions: add @gfp to init functions by Tejun Heo · 10 years ago
  40. 9ef0a0f mm, writeback: prevent race when calculating dirty limits by David Rientjes · 10 years ago
  41. f678959 mm/page-writeback.c: fix divide by zero in bdi_dirty_limits() by Maxim Patlasov · 10 years ago
  42. f8409ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  43. cccad5b mm: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  44. d2f3102 mm/page-writeback.c: remove outdated comment by Jianyu Zhan · 10 years ago
  45. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  46. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  47. d5c9fde mm/page-writeback.c: fix divide by zero in pos_ratio_polynom by Rik van Riel · 10 years ago
  48. ed6d7c8 mm: remove unused arg of set_page_dirty_balance() by Miklos Szeredi · 10 years ago
  49. a85d9df mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq() by KOSAKI Motohiro · 10 years ago
  50. a1c3bfb mm/page-writeback.c: do not count anon pages as dirtyable memory by Johannes Weiner · 10 years ago
  51. a804552 mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memory by Johannes Weiner · 10 years ago
  52. e3b6c65 writeback: fix negative bdi max pause by Fengguang Wu · 11 years ago
  53. 3ea67d0 memcg: add per cgroup writeback pages accounting by Sha Zhengju · 11 years ago
  54. 5a53748 mm/page-writeback.c: add strictlimit feature by Maxim Patlasov · 11 years ago
  55. 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
  56. 72457c0 mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory" by Johannes Weiner · 11 years ago
  57. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  58. 713685111 mm: make snapshotting pages for stable writes a per-bio operation by Darrick J. Wong · 11 years ago
  59. de1a226 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  60. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  61. 75f7ad8 page-writeback.c: subtract min_free_kbytes from dirtyable memory by Paul Szabo · 11 years ago
  62. ffecfd1 block: optionally snapshot page contents to provide stable pages during write by Darrick J. Wong · 11 years ago
  63. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 11 years ago
  64. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 11 years ago
  65. ed84825b Negative (setpoint-dirty) in bdi_position_ratio() by paul.szabo@sydney.edu.au · 11 years ago
  66. 9fb0a7d writeback: add more tracepoints by Tejun Heo · 11 years ago
  67. c8b74c2f mm: fix calculation of dirtyable memory by Sonny Rao · 11 years ago
  68. d0e1d66 writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr() by Namjae Jeon · 11 years ago
  69. 2f60d62 CPU hotplug, writeback: Don't call writeback_set_ratelimit() too often during hotplug by Srivatsa S. Bhat · 12 years ago
  70. f0cd2db vfs: kill write_super and sync_supers by Artem Bityutskiy · 12 years ago
  71. 331cbde writeback: Fix some comment errors by Wanpeng Li · 12 years ago
  72. eb608e3 block: Convert BDI proportion calculations to flexible proportions by Jan Kara · 12 years ago
  73. 68809c7 writeback: initialize global_dirty_limit by Fengguang Wu · 12 years ago
  74. 18cf8cf mm: page-writeback.c: local functions should not be exposed globally by H Hartley Sweeten · 12 years ago
  75. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  76. 91913a2 mm: export dirty_writeback_interval by Artem Bityutskiy · 12 years ago
  77. 47a1333 mm: use global_dirty_limit in throttle_vm_writeout() by Fengguang Wu · 12 years ago
  78. 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  79. a756cf5 mm: try to distribute dirty pages fairly across zones by Johannes Weiner · 12 years ago
  80. ccafa28 mm: writeback: cleanups in preparation for per-zone dirty limits by Johannes Weiner · 12 years ago
  81. ab8fabd mm: exclude reserved pages from dirtyable memory by Johannes Weiner · 12 years ago
  82. 1edf223 mm/page-writeback.c: make determine_dirtyable_memory static again by Johannes Weiner · 12 years ago
  83. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  84. bdaac49 writeback: balanced_rate cannot exceed write bandwidth by Wu Fengguang · 13 years ago
  85. 8279194 writeback: do strict bdi dirty_exceeded by Wu Fengguang · 13 years ago
  86. 5b9b357 writeback: avoid tiny dirty poll intervals by Wu Fengguang · 12 years ago
  87. 7ccb9ad writeback: max, min and target dirty pause time by Wu Fengguang · 13 years ago
  88. 8371235 writeback: dirty ratelimit - think time compensation by Wu Fengguang · 13 years ago
  89. 2f800fb writeback: fix dirtied pages accounting on redirty by Wu Fengguang · 13 years ago
  90. d3bc1fe writeback: fix dirtied pages accounting on sub-page writes by Wu Fengguang · 13 years ago
  91. 54848d7 writeback: charge leaked page dirties to active tasks by Wu Fengguang · 13 years ago
  92. 82e230a writeback: set max_pause to lowest value on zero bdi_dirty by Wu Fengguang · 13 years ago
  93. c5c6343 writeback: permit through good bdi even when global dirty exceeded by Wu Fengguang · 13 years ago
  94. aed21ad writeback: comment on the bdi dirty threshold by Wu Fengguang · 13 years ago
  95. 468e6a2 writeback: remove vm_dirties and task->dirties by Wu Fengguang · 13 years ago
  96. 1df6471 writeback: hard throttle 1000+ dd on a slow USB stick by Wu Fengguang · 13 years ago
  97. 499d05e mm: Make task in balance_dirty_pages() killable by Jan Kara · 13 years ago
  98. 3a73dbb writeback: fix uninitialized task_ratelimit by Wu Fengguang · 13 years ago
  99. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  100. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago