summaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
AgeCommit message (Expand)AuthorLines
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells-180/+167
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-4/+5
2021-10-05afs: Fix afs_launder_page() to set correct start file positionDavid Howells-2/+1
2021-09-27mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)-4/+5
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells-1/+1
2021-09-13afs: Add missing vnode validation checksDavid Howells-2/+15
2021-09-10afs: Fix page leakDavid Howells-2/+8
2021-07-21afs: Fix setting of writeback_indexDavid Howells-1/+1
2021-07-21afs: check function returnTom Rix-5/+11
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+9
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells-2/+9
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)-5/+8
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne-1/+1
2021-05-01afs: Fix speculative status fetchesDavid Howells-0/+1
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells-96/+12
2021-04-23afs: Use new netfs lib read helper APIDavid Howells-2/+5
2021-04-23afs: Prepare for use of THPsDavid Howells-195/+239
2021-04-23afs: Extract writeback extension into its own functionDavid Howells-42/+67
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells-0/+10
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells-43/+57
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells-8/+19
2021-04-23afs: Move key to afs_read structDavid Howells-6/+6
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells-35/+25
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells-10/+0
2021-03-23afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)-2/+1
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells-1/+4
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells-5/+0
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells-0/+1
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells-1/+1
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells-18/+13
2020-10-29afs: Fix where page->private is set during writeDavid Howells-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells-8/+10
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells-4/+6
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells-0/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-15afs: Fix interruption of operationsDavid Howells-0/+1
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells-0/+6
2020-06-15afs: Concoct ctimesDavid Howells-0/+1
2020-06-15afs: afs_write_end() should change i_size under the right lockDavid Howells-2/+2
2020-06-15afs: Fix non-setting of mtime when writing into mmapDavid Howells-0/+1
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells-0/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells-58/+90
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells-1/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+1
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells-43/+55
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells-1/+1
2019-04-13afs: Unlock pages for __pagevec_release()Marc Dionne-0/+1