1. c23f72c Revert "writeback: introduce writeback_control.more_io to indicate more io" by Linus Torvalds · 16 years ago
  2. 8c08634 dirty page balancing: Get rid of broken unmapped_ratio logic by Linus Torvalds · 17 years ago
  3. 5fce25a mm: speed up writeback ramp-up on clean systems by Peter Zijlstra · 17 years ago
  4. 183ff22 spelling fixes: mm/ by Simon Arlott · 17 years ago
  5. 369f238 writeback: remove unnecessary wait in throttle_vm_writeout() by Fengguang Wu · 17 years ago
  6. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  7. 2e6883b writeback: introduce writeback_control.more_io to indicate more io by Fengguang Wu · 17 years ago
  8. e423003 writeback: don't propagate AOP_WRITEPAGE_ACTIVATE by Andrew Morton · 17 years ago
  9. 3e26c14 mm: dirty balancing for tasks by Peter Zijlstra · 17 years ago
  10. 04fbfdc mm: per device dirty threshold by Peter Zijlstra · 17 years ago
  11. 69cb51d mm: count writeback pages per BDI by Peter Zijlstra · 17 years ago
  12. c9e51e4 mm: count reclaimable pages per BDI by Peter Zijlstra · 17 years ago
  13. 37b07e4 memoryless nodes: fixup uses of node_online_map in generic code by Lee Schermerhorn · 17 years ago
  14. 0012818 mm: use lockless radix-tree probe by Nick Piggin · 17 years ago
  15. a200ee1 mm: set_page_dirty_balance() vs ->page_mkwrite() by Peter Zijlstra · 17 years ago
  16. d688abf move page writeback acounting out of macros by Andrew Morton · 17 years ago
  17. fe3cba1 mm: share PG_readahead and PG_reclaim by Fengguang Wu · 17 years ago
  18. 7935289 mm: fix clear_page_dirty_for_io vs fault race by Nick Piggin · 17 years ago
  19. 787d221 fs: introduce some page/buffer invariants by Nick Piggin · 17 years ago
  20. 3e733f0 dirty_writeback_centisecs_handler() cleanup by Andrew Morton · 17 years ago
  21. 0ea9718 consolidate generic_writepages and mpage_writepages by Miklos Szeredi · 17 years ago
  22. 3e9f45b Factor outstanding I/O error handling by Guillaume Chazarain · 17 years ago
  23. 1b42446 Use ZVC counters to establish exact size of dirtyable pages by Christoph Lameter · 17 years ago
  24. 07db59b Change default dirty-writeback limits by Linus Torvalds · 17 years ago
  25. 232ea4d [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations by Andrew Morton · 17 years ago
  26. aa0f030 [PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler() by Paul E. McKenney · 17 years ago
  27. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  28. 7671932 [PATCH] simplify shmem_aops.set_page_dirty() method by Ken Chen · 17 years ago
  29. dc6e29d Fix balance_dirty_page() calculations with CONFIG_HIGHMEM by Linus Torvalds · 17 years ago
  30. 7658cc2 VM: Fix nasty and subtle race in shared mmap'ed page writeback by Linus Torvalds · 17 years ago
  31. fba2591 VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functions by Linus Torvalds · 17 years ago
  32. 55e829a [PATCH] io-accounting: write accounting by Andrew Morton · 17 years ago
  33. 8c08540 [PATCH] clean up __set_page_dirty_nobuffers() by Andrew Morton · 17 years ago
  34. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  35. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  36. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  37. 811d736 [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6] by David Howells · 18 years ago
  38. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  39. 2d1d43f [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-added by Chandra Seetharaman · 18 years ago
  40. 40c99aa [PATCH] remove static variable mm/page-writeback.c:total_pages by Chandra Seetharaman · 18 years ago
  41. db37648 [PATCH] mm: non syncing lock_page() by Nick Piggin · 18 years ago
  42. edc79b2 [PATCH] mm: balance dirty pages by Peter Zijlstra · 18 years ago
  43. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  44. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  45. c24f21b [PATCH] zoned vm counters: remove useless struct wbs by Christoph Lameter · 18 years ago
  46. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  47. ce866b3 [PATCH] zoned vm counters: conversion of nr_writeback to per zone counter by Christoph Lameter · 18 years ago
  48. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  49. f3dbd34 [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED by Christoph Lameter · 18 years ago
  50. 65ba55f [PATCH] zoned vm counters: convert nr_mapped to per zone counter by Christoph Lameter · 18 years ago
  51. 26c2143 [PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit only by Chandra Seetharaman · 18 years ago
  52. 74b85f3 [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only by Chandra Seetharaman · 18 years ago
  53. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  54. fd5403c [PATCH] page-writeback comment fixes by Coywolf Qi Hunt · 18 years ago
  55. a580290 Documentation: fix minor kernel-doc warnings by Martin Waitz · 18 years ago
  56. 4741c9f [PATCH] set_page_dirty() return value fixes by Andrew Morton · 18 years ago
  57. fa5a734 [PATCH] balance_dirty_pages_ratelimited: take nr_pages arg by Andrew Morton · 18 years ago
  58. ed5b43f [PATCH] Represent laptop_mode as jiffies internally by Bart Samwel · 18 years ago
  59. f6ef943 [PATCH] Represent dirty_*_centisecs as jiffies internally by Bart Samwel · 18 years ago
  60. e236a16 [PATCH] mm: dirty_exceeded speedup by Andrew Morton · 18 years ago
  61. 22905f7 identify multipage ->writepages() calls by Andrew Morton · 19 years ago
  62. 58bb01a [PATCH] re-export clear_page_dirty_for_io() by Hans Reiser · 19 years ago
  63. e6a7e0e [PATCH] unexport clear_page_dirty_for_io by Adrian Bunk · 19 years ago
  64. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  65. 687a21c [PATCH] rename wakeup_bdflush to wakeup_pdflush by Pekka J Enberg · 19 years ago
  66. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago