aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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