summaryrefslogtreecommitdiffstats
path: root/fs/sync.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\
| * fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe2017-10-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-3/+3
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-3/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-5/+0
|\ \
| * | fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton2017-09-061-5/+0
| |/
* | fs: convert sync_file_range to use errseq_t based error-trackingJeff Layton2017-08-011-2/+2
|/
* fs: remove call_fsync helper functionJeff Layton2017-07-051-1/+1
* vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-201-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara2015-11-061-1/+2
* mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-11-051-1/+6
* vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-0/+8
* kill f_dentry usesAl Viro2014-11-191-1/+1
* Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov2014-09-051-1/+1
* Revert "writeback: do not sync data dirtied after sync start"Jan Kara2014-02-221-9/+6
* fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-17/+0
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-6/+9
|\
| * writeback: do not sync data dirtied after sync startJan Kara2013-11-131-6/+9
* | file->f_op is never NULL...Al Viro2013-10-241-1/+1
|/
* teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-031-22/+4
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-19/+14
* vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara2012-07-221-10/+9
* vfs: Remove unnecessary flushing of block devicesJan Kara2012-07-221-8/+8
* vfs: Make sys_sync writeout also block device inodesJan Kara2012-07-221-7/+11
* vfs: Reorder operations during sys_syncJan Kara2012-07-221-12/+34
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-3/+0
* quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2012-07-221-1/+1
* vfs: Move noop_backing_dev_info check from sync into writebackJan Kara2012-07-221-7/+0
* switch do_fsync() to fget_light()Al Viro2012-05-291-2/+3
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-311-2/+2
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-22/+3
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+2
|\
| * fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe2011-03-171-2/+2
* | introduce sys_syncfs to sync a single file systemSage Weil2011-03-211-0/+24
|/
* get rid of file_fsync()Al Viro2010-08-091-25/+0
* Merge branch 'master' into for-linusJens Axboe2010-06-011-5/+3
|\
| * drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-5/+3
* | Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-011-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-211-72/+14
|\
| * sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-34/+8
| * new helper: iterate_supers()Al Viro2010-05-211-19/+6
| * get rid of restarts in sync_filesystems()Al Viro2010-05-211-25/+3
| * Leave superblocks on s_list until the endAl Viro2010-05-211-1/+4
* | writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-171-1/+1
|/
* Catch filesystems lacking s_bdiJörn Engel2010-04-251-1/+2
OpenPOWER on IntegriCloud