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