summaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix whole-volume callback handlingDavid Howells2018-05-141-1/+1
* Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-121-20/+21
|\
| * afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-091-19/+13
| * afs: Add stats for data transfer operationsDavid Howells2018-04-091-0/+6
| * afs: Fix directory handlingDavid Howells2018-04-091-1/+2
* | page cache: use xa_lockMatthew Wilcox2018-04-111-4/+5
|/
* afs: Fix missing error handling in afs_write_end()David Howells2018-01-021-3/+5
* afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells2017-11-241-0/+5
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-322/+387
|\
| * afs: Trace page dirty/cleanDavid Howells2017-11-131-13/+21
| * afs: Implement shared-writeable mmapDavid Howells2017-11-131-8/+32
| * afs: Get rid of the afs_writeback recordDavid Howells2017-11-131-317/+316
| * afs: Introduce a file-private data recordDavid Howells2017-11-131-2/+2
| * afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-2/+36
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-2/+2
* | afs: use find_get_pages_range_tag()Jan Kara2017-11-151-9/+2
|/
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* afs: Don't wait for page writeback with the page lock heldDavid Howells2017-03-161-5/+4
* afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells2017-03-161-3/+3
* afs: Fix afs_kill_pages()David Howells2017-03-161-3/+7
* afs: Fix page leak in afs_write_begin()David Howells2017-03-161-2/+5
* afs: Flush outstanding writes when an fd is closedDavid Howells2017-03-161-0/+14
* afs: Handle a short write to an AFS pageDavid Howells2017-03-161-9/+19
* afs: Fix page overput in afs_fill_page()David Howells2017-03-161-0/+1
* afs: Fix missing put_page()David Howells2017-03-161-0/+1
* afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells2017-01-061-4/+15
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-3/+2
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-4/+0
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-13/+13
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* afs_fsync: don't bother with ->f_path.dentryAl Viro2014-11-191-5/+4
* assorted conversions to %p[dD]Al Viro2014-11-191-2/+2
* afs: switch to ->write_iter()Al Viro2014-05-061-6/+5
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-4/+3
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-4/+14
* afs: afs_fill_page reads too much, or wrong dataAnton Blanchard2011-06-161-12/+9
* afs: Fix oops in afs_unlink_writebackAnton Blanchard2011-02-251-0/+1
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-18/+1
* writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-061-1/+0
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+2
* make sure data is on disk before calling ->write_inodeChristoph Hellwig2010-03-051-21/+0
* afs: remove manual O_SYNC handlingChristoph Hellwig2009-12-101-9/+0
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-2/+3
* writeback: get rid of wbc->for_writepagesJens Axboe2009-09-161-1/+0
* FS-Cache: Make kAFS use FS-CacheDavid Howells2009-04-031-0/+21
* fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
* afs: convert to new aopsNick Piggin2008-10-161-88/+43
* mm: rename page trylockNick Piggin2008-08-041-1/+1