aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16afs: Fix page leak in afs_write_begin()David Howells1-2/+5
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells1-0/+14
2017-03-16afs: Handle a short write to an AFS pageDavid Howells1-9/+19
2017-03-16afs: Fix page overput in afs_fill_page()David Howells1-0/+1
2017-03-16afs: Fix missing put_page()David Howells1-0/+1
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells1-4/+15
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko1-3/+2
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-4/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-13/+13
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
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