1. e61abd8 ANDROID: sched: add a counter to track fsync by Jin Qian · 7 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. 23d0127 fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback by Jan Kara · 8 years ago
  4. aa750fd mm/filemap.c: make global sync not clear error status of individual inodes by Junichi Nomura · 8 years ago
  5. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  6. b583043 kill f_dentry uses by Al Viro · 10 years ago
  7. 10096fb Export sync_filesystem() for modular ->remount_fs() use by Anton Altaparmakov · 10 years ago
  8. 0dc83bd Revert "writeback: do not sync data dirtied after sync start" by Jan Kara · 10 years ago
  9. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  10. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  11. c4a391b writeback: do not sync data dirtied after sync start by Jan Kara · 10 years ago
  12. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  13. 4a0fd5b teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long by Al Viro · 11 years ago
  14. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  15. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  16. 4ea425b vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes by Jan Kara · 12 years ago
  17. d0e91b1 vfs: Remove unnecessary flushing of block devices by Jan Kara · 12 years ago
  18. a8c7176 vfs: Make sys_sync writeout also block device inodes by Jan Kara · 12 years ago
  19. b3de653 vfs: Reorder operations during sys_sync by Jan Kara · 12 years ago
  20. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  21. ceed172 quota: Split dquot_quota_sync() to writeback and cache flushing part by Jan Kara · 12 years ago
  22. 6eedc70 vfs: Move noop_backing_dev_info check from sync into writeback by Jan Kara · 12 years ago
  23. c2bd6c1 switch do_fsync() to fget_light() by Al Viro · 12 years ago
  24. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  25. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  26. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  27. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  28. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  29. b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 13 years ago
  30. 95f2860 fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away by Jens Axboe · 13 years ago
  31. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  32. b4ca761 Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  33. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 14 years ago
  34. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  35. 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
  36. 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 14 years ago
  37. 01a05b3 new helper: iterate_supers() by Al Viro · 14 years ago
  38. 8edd64b get rid of restarts in sync_filesystems() by Al Viro · 14 years ago
  39. 551de6f Leave superblocks on s_list until the end by Al Viro · 14 years ago
  40. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 14 years ago
  41. 5129a46 Catch filesystems lacking s_bdi by Jörn Engel · 14 years ago
  42. 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
  43. 5fb324a quota: move code from sync_quota_sb into vfs_quota_sync by Christoph Hellwig · 14 years ago
  44. 7a0ad10 fold do_sync_file_range into sys_sync_file_range by Christoph Hellwig · 14 years ago
  45. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  46. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  47. 1fe72ea fs/buffer.c: clean up EXPORT* macros by H Hartley Sweeten · 15 years ago
  48. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  49. 2daea67 fsync: wait for data writeout completion before calling ->fsync by Christoph Hellwig · 15 years ago
  50. 148f948 vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode by Jan Kara · 15 years ago
  51. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  52. d8a8559 writeback: get rid of generic_sync_sb_inodes() export by Jens Axboe · 15 years ago
  53. 3beab0b sys_sync(): fix 16% performance regression in ffsb create_4k test by Zhang, Yanmin · 15 years ago
  54. 0c95ee1 remove the call to ->write_super in __sync_filesystem by Christoph Hellwig · 15 years ago
  55. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  56. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  57. c3f8a40 quota: Introduce writeout_quota_sb() (version 4) by Jan Kara · 15 years ago
  58. 850b201 quota: cleanup dquota sync functions (version 4) by Christoph Hellwig · 15 years ago
  59. 60b0680 vfs: Rename fsync_super() to sync_filesystem() (version 4) by Jan Kara · 15 years ago
  60. c15c54f vfs: Move syncing code from super.c to sync.c (version 4) by Jan Kara · 15 years ago
  61. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  62. 5a3e5cb vfs: Fix sys_sync() and fsync_super() reliability (version 4) by Jan Kara · 15 years ago
  63. 2c9e15a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6 by Linus Torvalds · 15 years ago
  64. a2a9537 Get rid of pdflush_operation() in emergency sync and remount by Jens Axboe · 15 years ago
  65. 9e3509e vfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  66. a5f8fa9 [CVE-2009-0029] System call wrappers part 09 by Heiko Carstens · 15 years ago
  67. 6673e0c [CVE-2009-0029] System call wrapper special cases by Heiko Carstens · 15 years ago
  68. ee53a89 mm: do_sync_mapping_range integrity fix by Nick Piggin · 15 years ago
  69. 4c728ef add a vfs_fsync helper by Christoph Hellwig · 15 years ago
  70. cce7708 SYNC_FILE_RANGE_WRITE may and will block. Document that. by Pavel Machek · 16 years ago
  71. 762873c vfs: fix unconditional write_super() call in file_fsync() by OGAWA Hirofumi · 16 years ago
  72. edd5cd4 Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM by David Woodhouse · 17 years ago
  73. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 17 years ago
  74. 5b04aa3 [PATCH] Turn do_sync_file_range() into do_sync_mapping_range() by Mark Fasheh · 17 years ago
  75. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  76. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  77. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  78. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  79. 5246d05 [PATCH] sync_file_range(): use unsigned for flags by Andrew Morton · 18 years ago
  80. f79e2ab [PATCH] sys_sync_file_range() by Andrew Morton · 18 years ago