1. 6585027 writeback: integrated background writeback work by Jan Kara · 13 years ago
  2. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  3. cdf01dd fs-writeback.c: unify some common code by Linus Torvalds · 14 years ago
  4. 3259f8b Add new functions for triggering inode writeback by Chris Mason · 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. 766f916 kernel: remove PF_FLUSHER by Peter Zijlstra · 14 years ago
  7. 74ce002 fs/fs-writeback.c: restore lost comment by Andrew Morton · 14 years ago
  8. 4cbec4c writeback: remove the internal 5% low bound on dirty_ratio by Wu Fengguang · 14 years ago
  9. 9843b76 fs: skip I_FREEING inodes in writeback_sb_inodes by Christoph Hellwig · 14 years ago
  10. 7ccf19a fs: inode split IO and LRU lists by Nick Piggin · 14 years ago
  11. 9e38d86 fs: Implement lazy LRU updates for inodes by Nick Piggin · 14 years ago
  12. cffbc8a fs: Convert nr_inodes and nr_unused to per-cpu counters by Dave Chinner · 14 years ago
  13. 1d3382cb new helper: inode_unhashed() by Al Viro · 14 years ago
  14. c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  15. aaead25 writeback: always use sb->s_bdi for writeback purposes by Christoph Hellwig · 14 years ago
  16. 692ebd1 bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends by Jan Kara · 14 years ago
  17. b76b401 writeback: Fix lost wake-up shutting down writeback thread by J. Bruce Fields · 14 years ago
  18. 81d73a3 mm: fix writeback_in_progress() by Jan Kara · 14 years ago
  19. a50aeb4 writeback: merge for_kupdate and !for_kupdate cases by Wu Fengguang · 14 years ago
  20. 4ea879b writeback: fix queue_io() ordering by Wu Fengguang · 14 years ago
  21. 23539af writeback: don't redirty tail an inode with dirty pages by Wu Fengguang · 14 years ago
  22. 16c4042 writeback: avoid unnecessary calculation of bdi dirty thresholds by Wu Fengguang · 14 years ago
  23. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  24. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  25. 7624ee7 mm: avoid resetting wb_start after each writeback round by Jan Kara · 14 years ago
  26. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  27. 6467716 writeback: optimize periodic bdi thread wakeups by Artem Bityutskiy · 14 years ago
  28. 253c34e writeback: prevent unnecessary bdi threads wakeups by Artem Bityutskiy · 14 years ago
  29. fff5b85 writeback: move bdi threads exiting logic to the forker thread by Artem Bityutskiy · 14 years ago
  30. ecd5840 writeback: move last_active to bdi by Artem Bityutskiy · 14 years ago
  31. 78c40cb writeback: do not remove bdi from bdi_list by Artem Bityutskiy · 14 years ago
  32. 297252c writeback: do not lose wake-ups in bdi threads by Artem Bityutskiy · 14 years ago
  33. 6f904ff writeback: harmonize writeback threads naming by Artem Bityutskiy · 14 years ago
  34. 08852b6 writeback: remove wb in get_next_work_item by Minchan Kim · 14 years ago
  35. 028c2dd writeback: Add tracing to balance_dirty_pages by Dave Chinner · 14 years ago
  36. 455b286 writeback: Initial tracing support by Dave Chinner · 14 years ago
  37. 0824390 writeback: merge bdi_writeback_task and bdi_start_fn by Christoph Hellwig · 14 years ago
  38. c1955ce writeback: remove wb_list by Christoph Hellwig · 14 years ago
  39. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  40. edadfb1 writeback: split writeback_inodes_wb by Christoph Hellwig · 14 years ago
  41. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  42. 06d738f fs-writeback: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  43. 29cb4859 writeback: fix pin_sb_for_writeback by Christoph Hellwig · 14 years ago
  44. 334132a writeback: add missing requeue_io in writeback_inodes_wb by Christoph Hellwig · 14 years ago
  45. c544419 writeback: simplify and split bdi_start_writeback by Christoph Hellwig · 14 years ago
  46. b8c2f34 writeback: simplify wakeup_flusher_threads by Christoph Hellwig · 14 years ago
  47. d19de7e writeback: fix writeback_inodes_wb from writeback_inodes_sb by Christoph Hellwig · 14 years ago
  48. cf37e97 writeback: enforce s_umount locking in writeback_inodes_sb by Christoph Hellwig · 14 years ago
  49. 3c4d716 writeback: queue work on stack in writeback_inodes_sb by Christoph Hellwig · 14 years ago
  50. 7f0e7be writeback: fix writeback completion notifications by Christoph Hellwig · 14 years ago
  51. b4ca761 Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  52. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 14 years ago
  53. f17625b Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync" by Jens Axboe · 14 years ago
  54. 58a9d3d8 fs-writeback: check sync bit earlier in inode_wait_for_writeback by Richard Kennedy · 14 years ago
  55. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  56. 52957fe fs-writeback.c: bitfields should be unsigned by H Hartley Sweeten · 14 years ago
  57. f9eadbb writeback: bdi_writeback_task() must set task state before calling schedule() by Jens Axboe · 14 years ago
  58. 7c8a355 writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync by Jens Axboe · 14 years ago
  59. 5547e8a writeback: Update dirty flags in two steps by Dmitry Monakhov · 14 years ago
  60. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 14 years ago
  61. 69b62d0 writeback: disable periodic old data writeback for !dirty_writeback_centisecs by Jens Axboe · 14 years ago
  62. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  63. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  64. f11c9c5 vfs: improve writeback_inodes_wb() by Edward Shishkin · 14 years ago
  65. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  66. 26821ed make sure data is on disk before calling ->write_inode by Christoph Hellwig · 14 years ago
  67. 4b6764f writeback: add missing kernel-doc notation by Jaswinder Singh Rajput · 14 years ago
  68. 17bd55d fs-writeback: Add helper function to start writeback if idle by Eric Sandeen · 14 years ago
  69. 0d99519 writeback: remove unused nonblocking and congestion checks by Wu Fengguang · 14 years ago
  70. b17621f writeback: introduce wbc.for_background by Wu Fengguang · 14 years ago
  71. 951c30d writeback: remove the always false bdi_cap_writeback_dirty() test by Wu Fengguang · 14 years ago
  72. a72bfd4 writeback: pass in super_block to bdi_start_writeback() by Jens Axboe · 15 years ago
  73. 56a131d writeback: writeback_inodes_sb() should use bdi_start_writeback() by Jens Axboe · 15 years ago
  74. b3af946 writeback: don't delay inodes redirtied by a fast dirtier by Wu Fengguang · 15 years ago
  75. 9ecc273 writeback: make the super_block pinning more efficient by Jens Axboe · 15 years ago
  76. cf13730 writeback: don't resort for a single super_block in move_expired_inodes() by Jens Axboe · 15 years ago
  77. 5c03449 writeback: move inodes from one super_block together by Shaohua Li · 15 years ago
  78. 5b0830c writeback: get rid to incorrect references to pdflush in comments by Jens Axboe · 15 years ago
  79. 71fd05a writeback: improve readability of the wb_writeback() continue/break logic by Jens Axboe · 15 years ago
  80. ae1b7f7 writeback: cleanup writeback_single_inode() by Wu Fengguang · 15 years ago
  81. 7fbdea3 writeback: kupdate writeback shall not stop when more io is possible by Wu Fengguang · 15 years ago
  82. d3ddec7 writeback: stop background writeback when below background threshold by Wu Fengguang · 15 years ago
  83. a5989bd fs: Fix busyloop in wb_writeback() by Jan Kara · 15 years ago
  84. 1ef7d9a writeback: fix possible bdi writeback refcounting problem by Nick Piggin · 15 years ago
  85. 77b9d05 writeback: Fix bdi use after free in wb_work_complete() by Nick Piggin · 15 years ago
  86. 77fad5e writeback: improve scalability of bdi writeback work queues by Nick Piggin · 15 years ago
  87. deed62e writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() by Nick Piggin · 15 years ago
  88. 49db041 writeback: use schedule_timeout_interruptible() by Jens Axboe · 15 years ago
  89. 8010c3b writeback: add comments to bdi_work structure by Jens Axboe · 15 years ago
  90. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  91. bcddc3f writeback: inline allocation failure handling in bdi_alloc_queue_work() by Jens Axboe · 15 years ago
  92. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  93. f11fcae writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout by Jens Axboe · 15 years ago
  94. c4a77a6 writeback: make wb_writeback() take an argument structure by Jens Axboe · 15 years ago
  95. f0fad8a writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE by Christoph Hellwig · 15 years ago
  96. 18f2ee7 vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() by Jan Kara · 15 years ago
  97. 500b067 writeback: check for registered bdi in flusher add and inode dirty by Jens Axboe · 15 years ago
  98. d0bceac writeback: get rid of pdflush completely by Jens Axboe · 15 years ago
  99. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  100. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 15 years ago