aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
Commit message (Expand)AuthorAge
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-10
|\
| * fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-16
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-16
* afs: Unlock pages for __pagevec_release()Marc Dionne2019-04-13
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-23
* afs: Don't invoke the server to read data beyond EOFDavid Howells2018-10-23
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-23
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-23
* afs: Fix whole-volume callback handlingDavid Howells2018-05-14
* Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-12
|\
| * afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-09
| * afs: Add stats for data transfer operationsDavid Howells2018-04-09
| * afs: Fix directory handlingDavid Howells2018-04-09
* | page cache: use xa_lockMatthew Wilcox2018-04-11
|/
* afs: Fix missing error handling in afs_write_end()David Howells2018-01-02
* afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells2017-11-24
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-16
|\
| * afs: Trace page dirty/cleanDavid Howells2017-11-13
| * afs: Implement shared-writeable mmapDavid Howells2017-11-13
| * afs: Get rid of the afs_writeback recordDavid Howells2017-11-13
| * afs: Introduce a file-private data recordDavid Howells2017-11-13
| * afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-13
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-15
* | afs: use find_get_pages_range_tag()Jan Kara2017-11-15
|/
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
* afs: Don't wait for page writeback with the page lock heldDavid Howells2017-03-16
* afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells2017-03-16
* afs: Fix afs_kill_pages()David Howells2017-03-16
* afs: Fix page leak in afs_write_begin()David Howells2017-03-16
* afs: Flush outstanding writes when an fd is closedDavid Howells2017-03-16
* afs: Handle a short write to an AFS pageDavid Howells2017-03-16
* afs: Fix page overput in afs_fill_page()David Howells2017-03-16
* afs: Fix missing put_page()David Howells2017-03-16
* afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells2017-01-06
* fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-11
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-27
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* wrappers for ->i_mutex accessAl Viro2016-01-22
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* afs_fsync: don't bother with ->f_path.dentryAl Viro2014-11-19
* assorted conversions to %p[dD]Al Viro2014-11-19
* afs: switch to ->write_iter()Al Viro2014-05-06
* aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* new helper: file_inode(file)Al Viro2013-02-22
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
* afs: afs_fill_page reads too much, or wrong dataAnton Blanchard2011-06-16
* afs: Fix oops in afs_unlink_writebackAnton Blanchard2011-02-25
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-26