summaryrefslogtreecommitdiffstats
path: root/fs/sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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