aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/write.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-4/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-4/+14
2011-06-16afs: afs_fill_page reads too much, or wrong dataGravatar Anton Blanchard 1-12/+9
2011-02-25afs: Fix oops in afs_unlink_writebackGravatar Anton Blanchard 1-0/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-18/+1
2010-07-06writeback: remove writeback_inodes_wbcGravatar Christoph Hellwig 1-1/+0
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+2
2010-03-05make sure data is on disk before calling ->write_inodeGravatar Christoph Hellwig 1-21/+0
2009-12-10afs: remove manual O_SYNC handlingGravatar Christoph Hellwig 1-9/+0
2009-12-10vfs: Implement proper O_SYNC semanticsGravatar Christoph Hellwig 1-2/+3
2009-09-16writeback: get rid of wbc->for_writepagesGravatar Jens Axboe 1-1/+0
2009-04-03FS-Cache: Make kAFS use FS-CacheGravatar David Howells 1-0/+21
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-1/+1
2008-10-16afs: convert to new aopsGravatar Nick Piggin 1-88/+43
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-1/+1
2007-10-17Drop some headers from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-10-17fs/afs/: possible cleanupsGravatar Adrian Bunk 1-3/+3
2007-05-16AFS: Fix afs_prepare_write()Gravatar David Howells 1-2/+1
2007-05-11AFS: fix interminable loop in afs_write_back_from_locked_page()Gravatar David Howells 1-2/+3
2007-05-10AFS: further write support fixesGravatar David Howells 1-2/+2
2007-05-10AFS: write support fixesGravatar David Howells 1-11/+3
2007-05-09AFS: implement basic file write supportGravatar David Howells 1-0/+835