1. 468e6a2 writeback: remove vm_dirties and task->dirties by Wu Fengguang · 13 years ago
  2. 1df6471 writeback: hard throttle 1000+ dd on a slow USB stick by Wu Fengguang · 13 years ago
  3. 499d05e mm: Make task in balance_dirty_pages() killable by Jan Kara · 13 years ago
  4. 3a73dbb writeback: fix uninitialized task_ratelimit by Wu Fengguang · 13 years ago
  5. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  6. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  7. d08c429 mm/page-writeback.c: document bdi_min_ratio by Johannes Weiner · 13 years ago
  8. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  9. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  10. ece13ac writeback: trace event balance_dirty_pages by Wu Fengguang · 14 years ago
  11. b48c104 writeback: trace event bdi_dirty_ratelimit by Wu Fengguang · 13 years ago
  12. 50657fc writeback: fix ppc compile warnings on do_div(long long, unsigned long) by Wu Fengguang · 13 years ago
  13. 8927f66 writeback: dirty position control - bdi reserve area by Wu Fengguang · 13 years ago
  14. 57fc978 writeback: control dirty pause time by Wu Fengguang · 13 years ago
  15. c8462cc writeback: limit max dirty pause time by Wu Fengguang · 13 years ago
  16. 143dfe8 writeback: IO-less balance_dirty_pages() by Wu Fengguang · 14 years ago
  17. 9d823e8 writeback: per task dirty rate limit by Wu Fengguang · 13 years ago
  18. 7381131 writeback: stabilize bdi->dirty_ratelimit by Wu Fengguang · 13 years ago
  19. be3ffa2 writeback: dirty rate control by Wu Fengguang · 13 years ago
  20. af6a311 writeback: add bg_threshold parameter to __bdi_update_bandwidth() by Wu Fengguang · 13 years ago
  21. 6c14ae1 writeback: dirty position control by Wu Fengguang · 13 years ago
  22. c8e28ce writeback: account per-bdi accumulated dirtied pages by Wu Fengguang · 14 years ago
  23. bb08229 squeeze max-pause area and drop pass-good area by Wu Fengguang · 13 years ago
  24. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  25. 99b12e3 writeback: account NR_WRITTEN at IO completion time by Wu Fengguang · 13 years ago
  26. 72c4783 mm: remove useless rcu lock-unlock from mapping_tagged() by Konstantin Khlebnikov · 13 years ago
  27. bcff25f mm: properly reflect task dirty limits in dirty_exceeded logic by Jan Kara · 13 years ago
  28. e1cbe23 writeback: trace global_dirty_state by Wu Fengguang · 14 years ago
  29. ffd1f60 writeback: introduce max-pause and pass-good dirty limits by Wu Fengguang · 13 years ago
  30. c42843f writeback: introduce smoothed global dirty limit by Wu Fengguang · 13 years ago
  31. 7762741 writeback: consolidate variable names in balance_dirty_pages() by Wu Fengguang · 14 years ago
  32. e98be2d writeback: bdi write bandwidth estimation by Wu Fengguang · 14 years ago
  33. f7d2b1e writeback: account per-bdi accumulated written pages by Jan Kara · 14 years ago
  34. d46db3d writeback: make writeback_control.nr_to_write straight by Wu Fengguang · 13 years ago
  35. 36715ce writeback: skip tmpfs early in balance_dirty_pages_ratelimited_nr() by Wu Fengguang · 13 years ago
  36. 3efaf0f writeback: skip balance_dirty_pages() for in-memory fs by Wu Fengguang · 14 years ago
  37. 6f71865 writeback: add bdi_dirty_limit() kernel-doc by Wu Fengguang · 13 years ago
  38. 6e6938b writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 14 years ago
  39. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  40. cf15b07 writeback: make mapping->writeback_index to point to the last written page by Jun'ichi Nomura · 13 years ago
  41. 278df9f mm: reclaim invalidated page ASAP by Minchan Kim · 13 years ago
  42. 9b6096a mm: make generic_writepages() use plugging by Shaohua Li · 13 years ago
  43. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  44. 240c879 writeback: avoid unnecessary determine_dirtyable_memory call by Minchan Kim · 14 years ago
  45. c3f0da6 mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value by Bob Liu · 14 years ago
  46. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  47. ebd1373 writeback: fix global_dirty_limits comment runtime -> real-time by Minchan Kim · 14 years ago
  48. d153ba6 writeback: do uninterruptible sleep in balance_dirty_pages() by Wu Fengguang · 14 years ago
  49. 4cbec4c writeback: remove the internal 5% low bound on dirty_ratio by Wu Fengguang · 14 years ago
  50. ea941f0 writeback: add nr_dirtied and nr_written to /proc/vmstat by Michael Rubin · 14 years ago
  51. f629d1c mm: add account_page_writeback() by Michael Rubin · 14 years ago
  52. 997396a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  53. 546a192 writeback: write_cache_pages doesn't terminate at nr_to_write <= 0 by Dave Chinner · 14 years ago
  54. 679ceac mm: exporting account_page_dirty by Michael Rubin · 14 years ago
  55. d5ed3a4 lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() by Jan Kara · 14 years ago
  56. 03ab450 mm/page-writeback: fix non-kernel-doc function comments by Randy Dunlap · 14 years ago
  57. 1babe18 writeback: add comment to the dirty limit functions by Wu Fengguang · 14 years ago
  58. 16c4042 writeback: avoid unnecessary calculation of bdi dirty thresholds by Wu Fengguang · 14 years ago
  59. e50e372 writeback: balance_dirty_pages(): reduce calls to global_page_state by Wu Fengguang · 14 years ago
  60. 3c111a0 mm: fix fatal kernel-doc error by Randy Dunlap · 14 years ago
  61. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  62. f446daae mm: implement writeback livelock avoidance using page tagging by Jan Kara · 14 years ago
  63. 9e09438 writeback: Add tracing to write_cache_pages by Dave Chinner · 14 years ago
  64. 028c2dd writeback: Add tracing to balance_dirty_pages by Dave Chinner · 14 years ago
  65. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  66. c544419 writeback: simplify and split bdi_start_writeback by Christoph Hellwig · 14 years ago
  67. d87815c writeback: limit write_cache_pages integrity scanning to current EOF by Dave Chinner · 14 years ago
  68. 0b56492 writeback: pay attention to wbc->nr_to_write in write_cache_pages by Dave Chinner · 14 years ago
  69. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 14 years ago
  70. df96e96 writeback: fix mixed up arguments to bdi_start_writeback() by Jens Axboe · 14 years ago
  71. c2c4986 writeback: fix problem with !CONFIG_BLOCK compilation by Jens Axboe · 14 years ago
  72. 6423104 writeback: fixups for !dirty_writeback_centisecs by Jens Axboe · 14 years ago
  73. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 14 years ago
  74. 31373d0 laptop-mode: Make flushes per-device by Matthew Garrett · 14 years ago
  75. 0d99519 writeback: remove unused nonblocking and congestion checks by Wu Fengguang · 15 years ago
  76. d25105e writeback: account IO throttling wait as iowait by Wu Fengguang · 15 years ago
  77. a72bfd4 writeback: pass in super_block to bdi_start_writeback() by Jens Axboe · 15 years ago
  78. 6d7f18f Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  79. 5b0830c writeback: get rid to incorrect references to pdflush in comments by Jens Axboe · 15 years ago
  80. d3ddec7 writeback: stop background writeback when below background threshold by Wu Fengguang · 15 years ago
  81. 3a2e9a5 writeback: balance_dirty_pages() shall write more than dirtied pages by Wu Fengguang · 15 years ago
  82. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  83. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  84. adea02a mm: count only reclaimable lru pages by Wu Fengguang · 15 years ago
  85. 87c6a9b writeback: make balance_dirty_pages() gradually back more off by Jens Axboe · 15 years ago
  86. 3542a5c writeback: don't use schedule_timeout() without setting runstate by Jens Axboe · 15 years ago
  87. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  88. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  89. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  90. 6746aff HWPOISON: shmem: call set_page_dirty() with locked page by Wu Fengguang · 15 years ago
  91. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  92. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  93. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 15 years ago
  94. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  95. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  96. c43768c Merge branch 'master' into for-next by Tejun Heo · 15 years ago
  97. d7831a0 mm: prevent balance_dirty_pages() from doing too much work by Richard Kennedy · 15 years ago
  98. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  99. dcf975d mm/page-writeback.c: dirty limit type should be unsigned long by H Hartley Sweeten · 15 years ago
  100. 22ef37e page-writeback: fix the calculation of the oldest_jif in wb_kupdate() by Toshiyuki Okajima · 15 years ago