aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig1-7/+7
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig1-36/+23
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig1-6/+2
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+3
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten1-0/+1
2009-09-16fs: Assign bdi in super_blockJens Axboe1-1/+8
2009-09-14fsync: wait for data writeout completion before calling ->fsyncChristoph Hellwig1-4/+1
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara1-7/+48
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-1/+1
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe1-8/+10
2009-07-06sys_sync(): fix 16% performance regression in ffsb create_4k testZhang, Yanmin1-0/+5
2009-06-11remove the call to ->write_super in __sync_filesystemChristoph Hellwig1-2/+0
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-4/+0
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig1-7/+16
2009-06-11quota: Introduce writeout_quota_sb() (version 4)Jan Kara1-1/+5
2009-06-11quota: cleanup dquota sync functions (version 4)Christoph Hellwig1-1/+1
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara1-6/+6
2009-06-11vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara1-0/+85
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-21/+10
2009-06-11vfs: Fix sys_sync() and fsync_super() reliability (version 4)Jan Kara1-1/+3
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds1-1/+1
2009-03-26Get rid of pdflush_operation() in emergency sync and remountJens Axboe1-1/+13
2009-03-26vfs: Use lowercase names of quota functionsJan Kara1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 09Heiko Carstens1-3/+3
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens1-4/+22
2009-01-06mm: do_sync_mapping_range integrity fixNick Piggin1-1/+1
2009-01-05add a vfs_fsync helperChristoph Hellwig1-11/+37
2008-07-24SYNC_FILE_RANGE_WRITE may and will block. Document that.Pavel Machek1-1/+2
2008-04-29vfs: fix unconditional write_super() call in file_fsync()OGAWA Hirofumi1-1/+1
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse1-0/+8
2007-05-08Remove do_sync_file_range()Mark Fasheh1-1/+1
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh1-5/+3
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-2/+2
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells1-0/+113
2006-06-23[PATCH] writeback: fix range handlingOGAWA Hirofumi1-1/+1
2006-04-11[PATCH] sync_file_range(): use unsigned for flagsAndrew Morton1-2/+2
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton1-0/+164