aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sync.c
AgeCommit message (Expand)Author
2018-08-22aufs4: standalone supportBruce Ashfield
2018-08-22aufs4: base supportBruce Ashfield
2018-04-04Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski
2018-03-11fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncChristoph Hellwig
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton
2017-08-01fs: convert sync_file_range to use errseq_t based error-trackingJeff Layton
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-05fs: remove call_fsync helper functionJeff Layton
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2014-11-19kill f_dentry usesAl Viro
2014-09-05Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13writeback: do not sync data dirtied after sync startJan Kara
2013-10-24file->f_op is never NULL...Al Viro
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara
2012-07-22vfs: Reorder operations during sys_syncJan Kara
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara
2012-05-29switch do_fsync() to fget_light()Al Viro
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