aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19afs_fsync: don't bother with ->f_path.dentryAl Viro1-5/+4
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-05-06afs: switch to ->write_iter()Al Viro1-6/+5
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-4/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-4/+14
2011-06-16afs: afs_fill_page reads too much, or wrong dataAnton Blanchard1-12/+9
2011-02-25afs: Fix oops in afs_unlink_writebackAnton Blanchard1-0/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-18/+1
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+2
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig1-21/+0
2009-12-10afs: remove manual O_SYNC handlingChristoph Hellwig1-9/+0
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+3
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-1/+0
2009-04-03FS-Cache: Make kAFS use FS-CacheDavid Howells1-0/+21
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-10-16afs: convert to new aopsNick Piggin1-88/+43
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2007-10-17Drop some headers from mm.hAlexey Dobriyan1-1/+1
2007-10-17fs/afs/: possible cleanupsAdrian Bunk1-3/+3
2007-05-16AFS: Fix afs_prepare_write()David Howells1-2/+1
2007-05-11AFS: fix interminable loop in afs_write_back_from_locked_page()David Howells1-2/+3
2007-05-10AFS: further write support fixesDavid Howells1-2/+2
2007-05-10AFS: write support fixesDavid Howells1-11/+3
2007-05-09AFS: implement basic file write supportDavid Howells1-0/+835