aboutsummaryrefslogtreecommitdiff
path: root/fs/sync.c
AgeCommit message (Expand)Author
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-03fs: move code out of buffer.cAl Viro
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe
2010-08-09get rid of file_fsync()Al Viro
2010-06-01Merge branch 'master' into for-linusJens Axboe
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-21new helper: iterate_supers()Al Viro
2010-05-21get rid of restarts in sync_filesystems()Al Viro
2010-05-21Leave superblocks on s_list until the endAl Viro
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe
2010-04-25Catch filesystems lacking s_bdiJörn Engel
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten
2009-09-16fs: Assign bdi in super_blockJens Axboe
2009-09-14fsync: wait for data writeout completion before calling ->fsyncChristoph Hellwig
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe
2009-07-06sys_sync(): fix 16% performance regression in ffsb create_4k testZhang, Yanmin
2009-06-11remove the call to ->write_super in __sync_filesystemChristoph Hellwig
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig
2009-06-11quota: Introduce writeout_quota_sb() (version 4)Jan Kara
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara
2009-06-11vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara
2009-06-11vfs: Fix sys_sync() and fsync_super() reliability (version 4)Jan Kara
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-03-26Get rid of pdflush_operation() in emergency sync and remountJens Axboe
2009-03-26vfs: Use lowercase names of quota functionsJan Kara
2009-01-14[CVE-2009-0029] System call wrappers part 09Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens
2009-01-06mm: do_sync_mapping_range integrity fixNick Piggin
2009-01-05add a vfs_fsync helperChristoph Hellwig
2008-07-24SYNC_FILE_RANGE_WRITE may and will block. Document that.Pavel Machek
2008-04-29vfs: fix unconditional write_super() call in file_fsync()OGAWA Hirofumi
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse
2007-05-08Remove do_sync_file_range()Mark Fasheh