1. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  2. 3259f8b Add new functions for triggering inode writeback by Chris Mason · 14 years ago
  3. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  4. 5b41d92 ext4: implement writeback livelock avoidance using page tagging by Eric Sandeen · 14 years ago
  5. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  6. 92c09c0 mm: declare some external symbols by Namhyung Kim · 14 years ago
  7. 9e38d86 fs: Implement lazy LRU updates for inodes by Nick Piggin · 14 years ago
  8. 16c4042 writeback: avoid unnecessary calculation of bdi dirty thresholds by Wu Fengguang · 14 years ago
  9. edadfb1 writeback: split writeback_inodes_wb by Christoph Hellwig · 14 years ago
  10. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  11. 0b56492 writeback: pay attention to wbc->nr_to_write in write_cache_pages by Dave Chinner · 14 years ago
  12. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 14 years ago
  13. c2c4986 writeback: fix problem with !CONFIG_BLOCK compilation by Jens Axboe · 14 years ago
  14. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 14 years ago
  15. 31373d0 laptop-mode: Make flushes per-device by Matthew Garrett · 14 years ago
  16. f11c9c5 vfs: improve writeback_inodes_wb() by Edward Shishkin · 14 years ago
  17. 17bd55d fs-writeback: Add helper function to start writeback if idle by Eric Sandeen · 15 years ago
  18. eaff807 kill I_LOCK by Christoph Hellwig · 15 years ago
  19. b17621f writeback: introduce wbc.for_background by Wu Fengguang · 15 years ago
  20. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  21. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  22. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  23. 18f2ee7 vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() by Jan Kara · 15 years ago
  24. d0bceac writeback: get rid of pdflush completely by Jens Axboe · 15 years ago
  25. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  26. d8a8559 writeback: get rid of generic_sync_sb_inodes() export by Jens Axboe · 15 years ago
  27. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  28. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 15 years ago
  29. fafd688 mm: add /proc controls for pdflush threads by Peter W Morreale · 15 years ago
  30. 704503d mm: fix proc_dointvec_userhz_jiffies "breakage" by Alexey Dobriyan · 15 years ago
  31. 4f5a99d fs: remove WB_SYNC_HOLD by Nick Piggin · 16 years ago
  32. 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 16 years ago
  33. 364aeb2 mm: change dirty limit type specifiers to unsigned long by David Rientjes · 16 years ago
  34. 17bc6c3 vfs: Add no_nrwrite_index_update writeback control flag by Aneesh Kumar K.V · 16 years ago
  35. 74baaaa vfs: Remove the range_cont writeback mode. by Aneesh Kumar K.V · 16 years ago
  36. 8d2567a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  37. 06d6cf6 mm: Add range_cont mode for writeback by Aneesh Kumar K.V · 16 years ago
  38. 3eefae9 ftrace: limit trace entries by Steven Rostedt · 16 years ago
  39. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 16 years ago
  40. 8bc3be2 writeback: speed up writeback of big dirty files by Fengguang Wu · 16 years ago
  41. 195cf453 mm/page-writeback: highmem_is_dirtyable option by Bron Gondwana · 16 years ago
  42. c23f72c Revert "writeback: introduce writeback_control.more_io to indicate more io" by Linus Torvalds · 17 years ago
  43. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  44. 2e6883b writeback: introduce writeback_control.more_io to indicate more io by Fengguang Wu · 17 years ago
  45. 04fbfdc mm: per device dirty threshold by Peter Zijlstra · 17 years ago
  46. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  47. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  48. 90e9a3f VFS: Remove writeback_control->fs_private by Trond Myklebust · 17 years ago
  49. a200ee1 mm: set_page_dirty_balance() vs ->page_mkwrite() by Peter Zijlstra · 17 years ago
  50. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  51. 0ea9718 consolidate generic_writepages and mpage_writepages by Miklos Szeredi · 17 years ago
  52. c63c7b0 NFS: Fix a race when doing NFS write coalescing by Trond Myklebust · 17 years ago
  53. 232ea4d [PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations by Andrew Morton · 17 years ago
  54. 3fcfab1 [PATCH] separate bdi congestion functions from queue congestion functions by Andrew Morton · 18 years ago
  55. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  56. 811d736 [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6] by David Howells · 18 years ago
  57. 2d1d43f [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-added by Chandra Seetharaman · 18 years ago
  58. edc79b2 [PATCH] mm: balance dirty pages by Peter Zijlstra · 18 years ago
  59. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  60. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  61. fa5a734 [PATCH] balance_dirty_pages_ratelimited: take nr_pages arg by Andrew Morton · 18 years ago
  62. f6ef943 [PATCH] Represent dirty_*_centisecs as jiffies internally by Bart Samwel · 18 years ago
  63. 268fc16 [PATCH] export/change sync_page_range/_nolock() by OGAWA Hirofumi · 19 years ago
  64. 22905f7 identify multipage ->writepages() calls by Andrew Morton · 19 years ago
  65. 994fc28c [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE by Zach Brown · 19 years ago
  66. 5ce7852 [PATCH] mm/filemap.c: make two functions static by Adrian Bunk · 19 years ago
  67. 687a21c [PATCH] rename wakeup_bdflush to wakeup_pdflush by Pekka J Enberg · 19 years ago
  68. 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago