aboutsummaryrefslogtreecommitdiff
path: root/fs/sync.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-24SYNC_FILE_RANGE_WRITE may and will block. Document that.Gravatar Pavel Machek 1-1/+2
2008-04-29vfs: fix unconditional write_super() call in file_fsync()Gravatar OGAWA Hirofumi 1-1/+1
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMGravatar David Woodhouse 1-0/+8
2007-05-08Remove do_sync_file_range()Gravatar Mark Fasheh 1-1/+1
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Gravatar Mark Fasheh 1-5/+3
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-2/+2
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hGravatar Al Viro 1-0/+1
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]Gravatar David Howells 1-0/+113
2006-06-23[PATCH] writeback: fix range handlingGravatar OGAWA Hirofumi 1-1/+1
2006-04-11[PATCH] sync_file_range(): use unsigned for flagsGravatar Andrew Morton 1-2/+2
2006-03-31[PATCH] sys_sync_file_range()Gravatar Andrew Morton 1-0/+164