summaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
AgeCommit message (Expand)Author
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells
2020-10-29afs: Fix where page->private is set during writeDavid Howells
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-15afs: Fix interruption of operationsDavid Howells
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells
2020-06-15afs: Concoct ctimesDavid Howells
2020-06-15afs: afs_write_end() should change i_size under the right lockDavid Howells
2020-06-15afs: Fix non-setting of mtime when writing into mmapDavid Howells
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-04-13afs: Unlock pages for __pagevec_release()Marc Dionne
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells
2018-04-09afs: Add stats for data transfer operationsDavid Howells
2018-04-09afs: Fix directory handlingDavid Howells
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15afs: use find_get_pages_range_tag()Jan Kara
2017-11-13afs: Trace page dirty/cleanDavid Howells
2017-11-13afs: Implement shared-writeable mmapDavid Howells
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells
2017-11-13afs: Introduce a file-private data recordDavid Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-03-16afs: Don't wait for page writeback with the page lock heldDavid Howells
2017-03-16afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells
2017-03-16afs: Fix afs_kill_pages()David Howells
2017-03-16afs: Fix page leak in afs_write_begin()David Howells