summaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells2020-11-141-1/+4
* afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2020-10-291-5/+0
* afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells2020-10-291-0/+1
* afs: Alter dirty range encoding in page->privateDavid Howells2020-10-291-1/+1
* afs: Wrap page->private manipulations in inline functionsDavid Howells2020-10-291-18/+13
* afs: Fix where page->private is set during writeDavid Howells2020-10-291-15/+26
* afs: Fix page leak on afs_write_begin() failureDavid Howells2020-10-291-12/+11
* afs: Fix to take ref on page when PG_private is setDavid Howells2020-10-291-8/+10
* afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2020-10-271-4/+6
* afs: Fix deadlock between writeback and truncateDavid Howells2020-10-081-0/+11
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* afs: Fix interruption of operationsDavid Howells2020-07-151-0/+1
* afs: Fix truncation issues and mmap writeback sizeDavid Howells2020-06-151-0/+6
* afs: Concoct ctimesDavid Howells2020-06-151-0/+1
* afs: afs_write_end() should change i_size under the right lockDavid Howells2020-06-151-2/+2
* afs: Fix non-setting of mtime when writing into mmapDavid Howells2020-06-151-0/+1
* afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells2020-06-111-0/+1
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-58/+90
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-1/+1
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-101-2/+1
|\
| * fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-201-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-43/+55
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-1/+1
* afs: Unlock pages for __pagevec_release()Marc Dionne2019-04-131-0/+1
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-9/+9
* afs: Don't invoke the server to read data beyond EOFDavid Howells2018-10-241-0/+11
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-0/+1
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-231-1/+1
* 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