aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh1-1/+1
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-03-15exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh1-10/+1
2011-03-15exofs: simple fsync race fixNick Piggin1-5/+0
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-5/+1
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-12/+17
2010-08-09exofs: New truncate sequenceBoaz Harrosh1-1/+0
2010-08-04exofs: exofs_file_fsync and exofs_file_flush correctnessBoaz Harrosh1-12/+17
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+3
2009-06-21exofs: Avoid using file_fsync()Boaz Harrosh1-5/+12
2009-06-21exofs: Remove IBM copyrightsBoaz Harrosh1-3/+1
2009-03-31exofs: file and file_inode operationsBoaz Harrosh1-0/+87