1. 365b94ae writeback: Move clearing of I_SYNC into inode_sync_complete() by Jan Kara · 12 years ago
  2. 529b73f Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  3. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  4. 697e6fe writeback: Remove outdated comment by Jan Kara · 12 years ago
  5. f469ec9 fs: Remove bogus wait in write_inode_now() by Jan Kara · 12 years ago
  6. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  7. c097b2c writeback: fix fn name in writeback_inodes_sb_nr_if_idle() comment header by Fengguang Wu · 12 years ago
  8. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  9. 15eb77a writeback: fix NULL bdi->dev in trace writeback_single_inode by Wu Fengguang · 12 years ago
  10. 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  11. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  12. bc31b86 writeback: move MIN_WRITEBACK_PAGES to fs-writeback.c by Wu Fengguang · 12 years ago
  13. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  14. b7ba68c Merge branch 'pm-sleep' into pm-for-linus by Rafael J. Wysocki · 12 years ago
  15. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 12 years ago
  16. 1bc36b6 writeback: Include all dirty inodes in background writeback by Jan Kara · 13 years ago
  17. b3bba872 writeback: show writeback reason with __print_symbolic by Wu Fengguang · 12 years ago
  18. 786228a writeback: Fix issue on make htmldocs by Marcos Paulo de Souza · 13 years ago
  19. 8a32c44 freezer: implement and use kthread_freezable_should_stop() by Tejun Heo · 13 years ago
  20. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  21. ad4e38d writeback: send work item to queue_io, move_expired_inodes by Curt Wohlgemuth · 13 years ago
  22. b00949a writeback: per-bdi background threshold by Wu Fengguang · 14 years ago
  23. af6a311 writeback: add bg_threshold parameter to __bdi_update_bandwidth() by Wu Fengguang · 13 years ago
  24. 0e995816 don't busy retry the inode on failed grab_super_passive() by Wu Fengguang · 13 years ago
  25. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  26. fcc5c22 writeback: don't busy retry writeback on new/freeing inodes by Wu Fengguang · 13 years ago
  27. 12ad3ab superblock: move pin_sb_for_writeback() to fs/super.c by Dave Chinner · 13 years ago
  28. 1a12d8b writeback: scale IO chunk size up to half device bandwidth by Wu Fengguang · 14 years ago
  29. c42843f writeback: introduce smoothed global dirty limit by Wu Fengguang · 13 years ago
  30. e98be2d writeback: bdi write bandwidth estimation by Wu Fengguang · 14 years ago
  31. d46db3d writeback: make writeback_control.nr_to_write straight by Wu Fengguang · 13 years ago
  32. e84d0a4 writeback: trace event writeback_queue_io by Wu Fengguang · 13 years ago
  33. 251d6a4 writeback: trace event writeback_single_inode by Wu Fengguang · 13 years ago
  34. b7a2441 writeback: remove writeback_control.more_io by Wu Fengguang · 14 years ago
  35. e185dda writeback: avoid extra sync work at enqueue time by Wu Fengguang · 13 years ago
  36. e8dfc30 writeback: elevate queue_io() into wb_writeback() by Wu Fengguang · 13 years ago
  37. f758eea writeback: split inode_wb_list_lock into bdi_writeback.list_lock by Christoph Hellwig · 13 years ago
  38. 424b351 writeback: refill b_io iff empty by Wu Fengguang · 14 years ago
  39. ba9aa83 writeback: the kupdate expire timestamp should be a moving target by Wu Fengguang · 14 years ago
  40. e6fb6da writeback: try more writeback as long as something was written by Wu Fengguang · 14 years ago
  41. cb9bd11 writeback: introduce writeback_control.inodes_written by Wu Fengguang · 14 years ago
  42. 94c3dcb writeback: update dirtied_when for synced inode to prevent livelock by Wu Fengguang · 13 years ago
  43. 6e6938b writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 14 years ago
  44. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  45. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  46. 0f1b1fd fs: pull inode->i_lock up out of writeback_single_inode by Dave Chinner · 13 years ago
  47. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  48. 55fa609 fs: move i_sb_list out from under inode_lock by Dave Chinner · 13 years ago
  49. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  50. cb9ef8d fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-doc by Stefan Hajnoczi · 13 years ago
  51. c691b9d sync_inode_metadata: fix comment by Andrew Morton · 13 years ago
  52. b9543da writeback: avoid livelocking WB_SYNC_ALL writeback by Jan Kara · 13 years ago
  53. aa373cf writeback: stop background/kupdate works from livelocking other works by Jan Kara · 13 years ago
  54. 71927e8 writeback: trace wakeup event for background writeback by Wu Fengguang · 13 years ago
  55. 6585027 writeback: integrated background writeback work by Jan Kara · 13 years ago
  56. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  57. cdf01dd fs-writeback.c: unify some common code by Linus Torvalds · 14 years ago
  58. 3259f8b Add new functions for triggering inode writeback by Chris Mason · 14 years ago
  59. 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
  60. 766f916 kernel: remove PF_FLUSHER by Peter Zijlstra · 14 years ago
  61. 74ce002 fs/fs-writeback.c: restore lost comment by Andrew Morton · 14 years ago
  62. 4cbec4c writeback: remove the internal 5% low bound on dirty_ratio by Wu Fengguang · 14 years ago
  63. 9843b76 fs: skip I_FREEING inodes in writeback_sb_inodes by Christoph Hellwig · 14 years ago
  64. 7ccf19a fs: inode split IO and LRU lists by Nick Piggin · 14 years ago
  65. 9e38d86 fs: Implement lazy LRU updates for inodes by Nick Piggin · 14 years ago
  66. cffbc8a fs: Convert nr_inodes and nr_unused to per-cpu counters by Dave Chinner · 14 years ago
  67. 1d3382cb new helper: inode_unhashed() by Al Viro · 14 years ago
  68. c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  69. aaead25 writeback: always use sb->s_bdi for writeback purposes by Christoph Hellwig · 14 years ago
  70. 692ebd1 bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends by Jan Kara · 14 years ago
  71. b76b401 writeback: Fix lost wake-up shutting down writeback thread by J. Bruce Fields · 14 years ago
  72. 81d73a3 mm: fix writeback_in_progress() by Jan Kara · 14 years ago
  73. a50aeb4 writeback: merge for_kupdate and !for_kupdate cases by Wu Fengguang · 14 years ago
  74. 4ea879b writeback: fix queue_io() ordering by Wu Fengguang · 14 years ago
  75. 23539af writeback: don't redirty tail an inode with dirty pages by Wu Fengguang · 14 years ago
  76. 16c4042 writeback: avoid unnecessary calculation of bdi dirty thresholds by Wu Fengguang · 14 years ago
  77. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  78. 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
  79. 7624ee7 mm: avoid resetting wb_start after each writeback round by Jan Kara · 14 years ago
  80. a4ffdde simplify checks for I_CLEAR/I_FREEING by Al Viro · 14 years ago
  81. 6467716 writeback: optimize periodic bdi thread wakeups by Artem Bityutskiy · 14 years ago
  82. 253c34e writeback: prevent unnecessary bdi threads wakeups by Artem Bityutskiy · 14 years ago
  83. fff5b85 writeback: move bdi threads exiting logic to the forker thread by Artem Bityutskiy · 14 years ago
  84. ecd5840 writeback: move last_active to bdi by Artem Bityutskiy · 14 years ago
  85. 78c40cb writeback: do not remove bdi from bdi_list by Artem Bityutskiy · 14 years ago
  86. 297252c writeback: do not lose wake-ups in bdi threads by Artem Bityutskiy · 14 years ago
  87. 6f904ff writeback: harmonize writeback threads naming by Artem Bityutskiy · 14 years ago
  88. 08852b6 writeback: remove wb in get_next_work_item by Minchan Kim · 14 years ago
  89. 028c2dd writeback: Add tracing to balance_dirty_pages by Dave Chinner · 14 years ago
  90. 455b286 writeback: Initial tracing support by Dave Chinner · 14 years ago
  91. 0824390 writeback: merge bdi_writeback_task and bdi_start_fn by Christoph Hellwig · 14 years ago
  92. c1955ce writeback: remove wb_list by Christoph Hellwig · 14 years ago
  93. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  94. edadfb1 writeback: split writeback_inodes_wb by Christoph Hellwig · 14 years ago
  95. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  96. 06d738f fs-writeback: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  97. 29cb4859 writeback: fix pin_sb_for_writeback by Christoph Hellwig · 14 years ago
  98. 334132a writeback: add missing requeue_io in writeback_inodes_wb by Christoph Hellwig · 14 years ago
  99. c544419 writeback: simplify and split bdi_start_writeback by Christoph Hellwig · 14 years ago
  100. b8c2f34 writeback: simplify wakeup_flusher_threads by Christoph Hellwig · 14 years ago