summaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
AgeCommit message (Expand)AuthorLines
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells-9/+9
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells-0/+11
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells-0/+1
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder-1/+1
2018-05-14afs: Fix whole-volume callback handlingDavid Howells-1/+1
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-20/+21
2018-04-11page cache: use xa_lockMatthew Wilcox-4/+5
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells-19/+13
2018-04-09afs: Add stats for data transfer operationsDavid Howells-0/+6
2018-04-09afs: Fix directory handlingDavid Howells-1/+2
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells-3/+5
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells-0/+5
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-322/+387
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman-2/+2
2017-11-15afs: use find_get_pages_range_tag()Jan Kara-9/+2
2017-11-13afs: Trace page dirty/cleanDavid Howells-13/+21
2017-11-13afs: Implement shared-writeable mmapDavid Howells-8/+32
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells-317/+316
2017-11-13afs: Introduce a file-private data recordDavid Howells-2/+2
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells-2/+36
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-1/+1
2017-03-16afs: Don't wait for page writeback with the page lock heldDavid Howells-5/+4
2017-03-16afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells-3/+3
2017-03-16afs: Fix afs_kill_pages()David Howells-3/+7
2017-03-16afs: Fix page leak in afs_write_begin()David Howells-2/+5
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells-0/+14
2017-03-16afs: Handle a short write to an AFS pageDavid Howells-9/+19
2017-03-16afs: Fix page overput in afs_fill_page()David Howells-0/+1
2017-03-16afs: Fix missing put_page()David Howells-0/+1
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells-4/+15
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko-3/+2
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann-4/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-13/+13
2016-01-22wrappers for ->i_mutex accessAl Viro-2/+2
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig-1/+0
2014-11-19afs_fsync: don't bother with ->f_path.dentryAl Viro-5/+4
2014-11-19assorted conversions to %p[dD]Al Viro-2/+2
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