summaryrefslogtreecommitdiff
path: root/fs/afs/write.c
AgeCommit message (Expand)Author
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-05afs: Fix afs_launder_page() to set correct start file positionDavid Howells
2021-09-27mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells
2021-09-13afs: Add missing vnode validation checksDavid Howells
2021-09-10afs: Fix page leakDavid Howells
2021-07-21afs: Fix setting of writeback_indexDavid Howells
2021-07-21afs: check function returnTom Rix
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne
2021-05-01afs: Fix speculative status fetchesDavid Howells
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells
2021-04-23afs: Use new netfs lib read helper APIDavid Howells
2021-04-23afs: Prepare for use of THPsDavid Howells
2021-04-23afs: Extract writeback extension into its own functionDavid Howells
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells
2021-04-23afs: Move key to afs_read structDavid Howells
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells
2021-03-23afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)
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