1. 66f3b8e writeback: move dirty inodes from super_block to backing_dev_info by Jens Axboe · 15 years ago
  2. d8a8559 writeback: get rid of generic_sync_sb_inodes() export by Jens Axboe · 15 years ago
  3. 01c0319 cleanup __writeback_single_inode by Christoph Hellwig · 15 years ago
  4. 84a8924 writeback: skip new or to-be-freed inodes by Wu Fengguang · 15 years ago
  5. 4195f73 fs: block_dump missing dentry locking by Nick Piggin · 15 years ago
  6. 545b9fd fs: remove incorrect I_NEW warnings by Nick Piggin · 15 years ago
  7. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  8. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  9. d2caa3c5 writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3) by Jeff Layton · 15 years ago
  10. b6fac63 vfs: skip I_CLEAR state inodes by Wu Fengguang · 15 years ago
  11. 3e3cb64 trivial: fix a pdlfush -> pdflush typo in comment by Masatake YAMATO · 15 years ago
  12. 7ef0d73 fs: new inode i_state corruption fix by Nick Piggin · 15 years ago
  13. 856bf4d fs: sys_sync fix by Nick Piggin · 15 years ago
  14. 38f2197 fs: sync_sb_inodes fix by Nick Piggin · 15 years ago
  15. 4f5a99d fs: remove WB_SYNC_HOLD by Nick Piggin · 15 years ago
  16. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  17. 4ee6afd VFS: export sync_sb_inodes by Artem Bityutskiy · 16 years ago
  18. ae8547b VFS: move inode_lock into sync_sb_inodes by Hans Reiser · 16 years ago
  19. f11b00f fs/fs-writeback.c: make 2 functions static by Adrian Bunk · 16 years ago
  20. a6b9191 fs: fix kernel-doc notation warnings by Randy Dunlap · 16 years ago
  21. 18914b1 write_inode_now(): avoid unnecessary synchronous write by Mike Galbraith · 16 years ago
  22. 797074e fs: use list_for_each_entry_reverse and kill sb_entry by Akinobu Mita · 16 years ago
  23. 8bc3be2 writeback: speed up writeback of big dirty files by Fengguang Wu · 16 years ago
  24. 2d54456 skip writing data pages when inode is under I_SYNC by Qi Yong · 16 years ago
  25. c23f72c Revert "writeback: introduce writeback_control.more_io to indicate more io" by Linus Torvalds · 16 years ago
  26. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  27. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  28. 2e6883b writeback: introduce writeback_control.more_io to indicate more io by Fengguang Wu · 17 years ago
  29. 08d8e97 writeback: fix ntfs with sb_has_dirty_inodes() by Fengguang Wu · 17 years ago
  30. 2c13657 writeback: fix time ordering of the per superblock inode lists 8 by Fengguang Wu · 17 years ago
  31. 0e0f4fc writeback: fix periodic superblock dirty inode flushing by Ken Chen · 17 years ago
  32. 670e4de writeback: fix time ordering of the per superblock dirty inode lists 7 by Andrew Morton · 17 years ago
  33. 65cb9b4 writeback: fix time ordering of the per superblock dirty inode lists 6 by Andrew Morton · 17 years ago
  34. c6945e7 writeback: fix time ordering of the per superblock dirty inode lists 5 by Andrew Morton · 17 years ago
  35. 1b43ef9 writeback: fix comment, use helper function by Andrew Morton · 17 years ago
  36. c986d1e writeback: fix time ordering of the per superblock dirty inode lists 4 by Andrew Morton · 17 years ago
  37. f57b9b7 writeback: fix time ordering of the per superblock dirty inode lists 3 by Andrew Morton · 17 years ago
  38. 9852a0e7 writeback: fix time ordering of the per superblock dirty inode lists: memory-backed inodes by Andrew Morton · 17 years ago
  39. 6610a0b writeback: fix time-ordering of the per-superblock dirty-inode lists by Andrew Morton · 17 years ago
  40. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 17 years ago
  41. 4b89eed9 Write back inode data pages even when the inode itself is locked by Linus Torvalds · 17 years ago
  42. 7b0de42 [PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6] by David Howells · 18 years ago
  43. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 18 years ago
  44. fd39fc8 [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter by Christoph Lameter · 18 years ago
  45. b1e7a8f [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter by Christoph Lameter · 18 years ago
  46. b31dc66 [PATCH] Kill PF_SYNCWRITE flag by Jens Axboe · 18 years ago
  47. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  48. 4ffc844 [PATCH] Move cond_resched() after iput() in sync_sb_inodes() by OGAWA Hirofumi · 18 years ago
  49. b8887e6 [PATCH] kernel-docs: fix kernel-doc format problems by Randy Dunlap · 19 years ago
  50. 49364ce [PATCH] write_inode_now(): write inode if not BDI_CAP_NO_WRITEBACK by Andrew Morton · 19 years ago
  51. 659603e [PATCH] fix __writeback_single_inode WARN_ON by Andrea Arcangeli · 19 years ago
  52. 7f04c26 [PATCH] fix nr_unused accounting, and avoid recursing in iput with I_WILL_FREE set by Andrea Arcangeli · 19 years ago
  53. 618f063 [PATCH] O(1) sb list traversing on syncs by Kirill Korotaev · 19 years ago
  54. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago