1. b4ca761 Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  2. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 14 years ago
  3. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  4. 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
  5. 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 14 years ago
  6. 01a05b3 new helper: iterate_supers() by Al Viro · 14 years ago
  7. 8edd64b get rid of restarts in sync_filesystems() by Al Viro · 14 years ago
  8. 551de6f Leave superblocks on s_list until the end by Al Viro · 14 years ago
  9. e913fc8 writeback: fix WB_SYNC_NONE writeback from umount by Jens Axboe · 14 years ago
  10. 5129a46 Catch filesystems lacking s_bdi by Jörn Engel · 14 years ago
  11. 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
  12. 5fb324a quota: move code from sync_quota_sb into vfs_quota_sync by Christoph Hellwig · 14 years ago
  13. 7a0ad10 fold do_sync_file_range into sys_sync_file_range by Christoph Hellwig · 15 years ago
  14. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  15. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  16. 1fe72ea fs/buffer.c: clean up EXPORT* macros by H Hartley Sweeten · 15 years ago
  17. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  18. 2daea67 fsync: wait for data writeout completion before calling ->fsync by Christoph Hellwig · 15 years ago
  19. 148f948 vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode by Jan Kara · 15 years ago
  20. 03ba378 writeback: switch to per-bdi threads for flushing data by Jens Axboe · 15 years ago
  21. d8a8559 writeback: get rid of generic_sync_sb_inodes() export by Jens Axboe · 15 years ago
  22. 3beab0b sys_sync(): fix 16% performance regression in ffsb create_4k test by Zhang, Yanmin · 15 years ago
  23. 0c95ee1 remove the call to ->write_super in __sync_filesystem by Christoph Hellwig · 15 years ago
  24. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  25. 5af7926 enforce ->sync_fs is only called for rw superblock by Christoph Hellwig · 15 years ago
  26. c3f8a40 quota: Introduce writeout_quota_sb() (version 4) by Jan Kara · 15 years ago
  27. 850b201 quota: cleanup dquota sync functions (version 4) by Christoph Hellwig · 15 years ago
  28. 60b0680 vfs: Rename fsync_super() to sync_filesystem() (version 4) by Jan Kara · 15 years ago
  29. c15c54f vfs: Move syncing code from super.c to sync.c (version 4) by Jan Kara · 15 years ago
  30. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  31. 5a3e5cb vfs: Fix sys_sync() and fsync_super() reliability (version 4) by Jan Kara · 15 years ago
  32. 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
  33. a2a9537 Get rid of pdflush_operation() in emergency sync and remount by Jens Axboe · 15 years ago
  34. 9e3509e vfs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  35. a5f8fa9 [CVE-2009-0029] System call wrappers part 09 by Heiko Carstens · 15 years ago
  36. 6673e0c [CVE-2009-0029] System call wrapper special cases by Heiko Carstens · 15 years ago
  37. ee53a89 mm: do_sync_mapping_range integrity fix by Nick Piggin · 15 years ago
  38. 4c728ef add a vfs_fsync helper by Christoph Hellwig · 16 years ago
  39. cce7708 SYNC_FILE_RANGE_WRITE may and will block. Document that. by Pavel Machek · 16 years ago
  40. 762873c vfs: fix unconditional write_super() call in file_fsync() by OGAWA Hirofumi · 16 years ago
  41. edd5cd4 Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM by David Woodhouse · 17 years ago
  42. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 17 years ago
  43. 5b04aa3 [PATCH] Turn do_sync_file_range() into do_sync_mapping_range() by Mark Fasheh · 17 years ago
  44. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  45. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  46. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  47. 111ebb6 [PATCH] writeback: fix range handling by OGAWA Hirofumi · 18 years ago
  48. 5246d05 [PATCH] sync_file_range(): use unsigned for flags by Andrew Morton · 18 years ago
  49. f79e2ab [PATCH] sys_sync_file_range() by Andrew Morton · 18 years ago