1. 76d3252 Merge android-4.9.211(5af9b7f) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. 5af9b7f Merge 4.9.211 into android-4.9-q by Greg Kroah-Hartman · 4 years, 3 months ago
  3. 28f0430 mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio() by Wen Yang · 4 years, 4 months ago
  4. d3054dc Merge android-4.9.204(72e8598) into msm-4.9 by jianzhou · 4 years, 4 months ago
  5. 72e8598 Merge 4.9.204 into android-4.9-q by Greg Kroah-Hartman · 4 years, 5 months ago
  6. 8a7b0a5 mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock by Dave Chinner · 6 years ago
  7. 31d65a6 Merge android-4.9.183 (a80a7ab) into msm-4.9 by jianzhou · 4 years, 9 months ago
  8. 5c95b53 Revert "mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()" by jianzhou · 4 years, 9 months ago
  9. b9dc7bb mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() by Johannes Weiner · 5 years ago
  10. 2f8eb1c Merge android-4.9.155 (32e6695) into msm-4.9 by jianzhou · 5 years ago
  11. fe0eb27 Merge 4.9.153 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  12. c6e4be6 mm/page-writeback.c: don't break integrity writeback on ->writepage() error by Brian Foster · 5 years ago
  13. f56989b Merge android-4.9.114 (dbcb748) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  14. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  15. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 6 years ago
  16. bef1c39 mm: use pagevec_lookup_range_tag() in write_cache_pages() by Jan Kara · 6 years ago
  17. 2c5fffe Merge android-4.9.96 (320d53a) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  18. 18484eb writeback: safer lock nesting by Greg Thelen · 6 years ago
  19. 1cdb7f9 block: Use pointer to backing_dev_info from request_queue by Jan Kara · 7 years ago
  20. d4a7428 mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() by Johannes Weiner · 7 years ago
  21. 371a096 mm: don't use radix tree writeback tags for pages in swap cache by Huang Ying · 8 years ago
  22. bf48438 mm, vmscan: get rid of throttle_vm_writeout by Michal Hocko · 8 years ago
  23. 1d7ac6a mm/writeback: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  24. 5a1c84b mm: remove reclaim and compaction retry approximations by Mel Gorman · 8 years ago
  25. bb4cc2b mm, vmscan: remove highmem_file_pages by Mel Gorman · 8 years ago
  26. 9cb937e mm, page_alloc: fix dirtyable highmem calculation by Minchan Kim · 8 years ago
  27. bca6759 mm, vmstat: remove zone and node double accounting by approximating retries by Mel Gorman · 8 years ago
  28. c4a2563 mm: move vmscan writes and file write accounting to the node by Mel Gorman · 8 years ago
  29. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  30. 281e372 mm, page_alloc: consider dirtyable memory in terms of nodes by Mel Gorman · 8 years ago
  31. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  32. 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
  33. 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
  34. 62a584f writeback: use higher precision calculation in domain_dirty_limits() by Tejun Heo · 8 years ago
  35. a53eaff MM: increase safety margin provided by PF_LESS_THROTTLE by NeilBrown · 8 years ago
  36. 09b4ab3 mm/writeback: correct dirty page calculation for highmem by Joonsoo Kim · 8 years ago
  37. 0783783 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  38. 74d3694 writeback: Fix performance regression in wb_over_bg_thresh() by Howard Cochran · 8 years ago
  39. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  40. fdf1cdb mm: remove unnecessary uses of lock_page_memcg() by Johannes Weiner · 8 years ago
  41. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 8 years ago
  42. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 8 years ago
  43. d59b108 mm/page-writeback: fix dirty_ratelimit calculation by Andrey Ryabinin · 8 years ago
  44. a8d0143 mm: page_alloc: generalize the dirty balance reserve by Johannes Weiner · 8 years ago
  45. 90eec10 treewide: Remove old email address by Peter Zijlstra · 8 years ago
  46. 50e55bf mm/page-writeback.c: initialize m_dirty to avoid compile warning by Yang Shi · 8 years ago
  47. c5edf9c writeback: fix incorrect calculation of available memory for memcg domains by Tejun Heo · 9 years ago
  48. d60d1bd writeback: memcg dirty_throttle_control should be initialized with wb->memcg_completions by Tejun Heo · 9 years ago
  49. b817525 writeback: bdi_writeback iteration must not skip dying ones by Tejun Heo · 9 years ago
  50. 9ad18ab writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback iteration by Tejun Heo · 9 years ago
  51. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  52. 5634cc2 writeback: update writeback tracepoints to report cgroup by Tejun Heo · 9 years ago
  53. a50fcb5 writeback: fix initial dirty limit by Rabin Vincent · 9 years ago
  54. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  55. 682aa8e writeback: implement unlocked_inode_to_wb transaction and use it for stat updates by Tejun Heo · 9 years ago
  56. c2aa723 writeback: implement memcg writeback domain based throttling by Tejun Heo · 9 years ago
  57. 841710a writeback: implement memcg wb_domain by Tejun Heo · 9 years ago
  58. 947e976 writeback: update wb_over_bg_thresh() to use wb_domain aware operations by Tejun Heo · 9 years ago
  59. aa661bb writeback: move over_bground_thresh() to mm/page-writeback.c by Tejun Heo · 9 years ago
  60. 9fc3a43 writeback: separate out domain_dirty_limits() by Tejun Heo · 9 years ago
  61. c798143 writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameter by Tejun Heo · 9 years ago
  62. e9f07df writeback: add dirty_throttle_control->dom by Tejun Heo · 9 years ago
  63. e9770b3 writeback: add dirty_throttle_control->wb_completions by Tejun Heo · 9 years ago
  64. daddfa3 writeback: add dirty_throttle_control->pos_ratio by Tejun Heo · 9 years ago
  65. b1cbc6d writeback: make __wb_calc_thresh() take dirty_throttle_control by Tejun Heo · 9 years ago
  66. 970fb01 writeback: add dirty_throttle_control->wb_bg_thresh by Tejun Heo · 9 years ago
  67. 2bc00ae writeback: consolidate dirty throttle parameters into dirty_throttle_control by Tejun Heo · 9 years ago
  68. dcc25ae writeback: move global_dirty_limit into wb_domain by Tejun Heo · 9 years ago
  69. 380c27c writeback: implement wb_domain by Tejun Heo · 9 years ago
  70. 8a73179 writeback: reorganize [__]wb_update_bandwidth() by Tejun Heo · 9 years ago
  71. 0d960a3 writeback: clean up wb_dirty_limit() by Tejun Heo · 9 years ago
  72. 9ecf4866 writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info by Tejun Heo · 9 years ago
  73. bc05873 writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info by Tejun Heo · 9 years ago
  74. a06fd6b writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's by Tejun Heo · 9 years ago
  75. c00ddad writeback: remove bdi_start_writeback() by Tejun Heo · 9 years ago
  76. 693108a writeback: make bdi->min/max_ratio handling cgroup writeback aware by Tejun Heo · 9 years ago
  77. 95a46c6 writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account by Tejun Heo · 9 years ago
  78. 766a9d6 writeback: implement backing_dev_info->tot_write_bandwidth by Tejun Heo · 9 years ago
  79. dfb8ae5 writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback by Tejun Heo · 9 years ago
  80. 9101813 writeback: attribute stats to the matching per-cgroup bdi_writeback by Tejun Heo · 9 years ago
  81. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 9 years ago
  82. de1fff3 writeback: s/bdi/wb/ in mm/page-writeback.c by Tejun Heo · 9 years ago
  83. a88a341 writeback: move bandwidth related fields from backing_dev_info into bdi_writeback by Tejun Heo · 9 years ago
  84. 93f78d8 writeback: move backing_dev_info->bdi_stat[] into bdi_writeback by Tejun Heo · 9 years ago
  85. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 9 years ago
  86. 11f81be page_writeback: revive cancel_dirty_page() in a restricted form by Tejun Heo · 9 years ago
  87. 464d138 writeback: use |1 instead of +1 to protect against div by zero by Tejun Heo · 9 years ago
  88. a4bb3ec mm/page-writeback: check-before-clear PageReclaim by Naoya Horiguchi · 9 years ago
  89. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 9 years ago
  90. c72efb6 writeback: fix possible underflow in write bandwidth calculation by Tejun Heo · 9 years ago
  91. 7d70e15 writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth() by Tejun Heo · 9 years ago
  92. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  93. 8d38633 page_writeback: put account_page_redirty() after set_page_dirty() by Konstantin Khebnikov · 9 years ago
  94. 6de2261 mm: memcontrol: track move_lock state internally by Johannes Weiner · 9 years ago
  95. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  96. 2d6d7f9 mm: protect set_page_dirty() from ongoing truncation by Johannes Weiner · 9 years ago
  97. e4bd6a0 mm, memcg: fix potential undefined behaviour in page stat accounting by Michal Hocko · 9 years ago
  98. d7365e7 mm: memcontrol: fix missed end-writeback page accounting by Johannes Weiner · 10 years ago
  99. 3a3c02e mm: page-writeback: inline account_page_dirtied() into single caller by Johannes Weiner · 10 years ago
  100. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago