summaryrefslogtreecommitdiffstats
path: root/fs/sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-051-7/+7
* fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig2009-12-171-36/+23
* kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-101-6/+2
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-2/+3
* fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten2009-09-231-0/+1
* fs: Assign bdi in super_blockJens Axboe2009-09-161-1/+8
* fsync: wait for data writeout completion before calling ->fsyncChristoph Hellwig2009-09-141-4/+1
* vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara2009-09-141-7/+48
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-111-1/+1
* writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-111-8/+10
* sys_sync(): fix 16% performance regression in ffsb create_4k testZhang, Yanmin2009-07-061-0/+5
* remove the call to ->write_super in __sync_filesystemChristoph Hellwig2009-06-111-2/+0
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-4/+0
* enforce ->sync_fs is only called for rw superblockChristoph Hellwig2009-06-111-7/+16
* quota: Introduce writeout_quota_sb() (version 4)Jan Kara2009-06-111-1/+5
* quota: cleanup dquota sync functions (version 4)Christoph Hellwig2009-06-111-1/+1
* vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara2009-06-111-6/+6
* vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara2009-06-111-0/+85
* vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-111-21/+10
* vfs: Fix sys_sync() and fsync_super() reliability (version 4)Jan Kara2009-06-111-1/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-03-271-1/+1
|\
| * vfs: Use lowercase names of quota functionsJan Kara2009-03-261-1/+1
* | Get rid of pdflush_operation() in emergency sync and remountJens Axboe2009-03-261-1/+13
|/
* [CVE-2009-0029] System call wrappers part 09Heiko Carstens2009-01-141-3/+3
* [CVE-2009-0029] System call wrapper special casesHeiko Carstens2009-01-141-4/+22
* mm: do_sync_mapping_range integrity fixNick Piggin2009-01-061-1/+1
* add a vfs_fsync helperChristoph Hellwig2009-01-051-11/+37
* SYNC_FILE_RANGE_WRITE may and will block. Document that.Pavel Machek2008-07-241-1/+2
* vfs: fix unconditional write_super() call in file_fsync()OGAWA Hirofumi2008-04-291-1/+1
* Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse2007-06-281-0/+8
* Remove do_sync_file_range()Mark Fasheh2007-05-081-1/+1
* [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh2007-04-261-5/+3
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-0/+113
* [PATCH] writeback: fix range handlingOGAWA Hirofumi2006-06-231-1/+1
* [PATCH] sync_file_range(): use unsigned for flagsAndrew Morton2006-04-111-2/+2
* [PATCH] sys_sync_file_range()Andrew Morton2006-03-311-0/+164
OpenPOWER on IntegriCloud