summaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c
Commit message (Expand)AuthorAgeFilesLines
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-180/+167
* Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-4/+5
|\
| * mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)2021-09-271-4/+5
* | afs: Fix afs_launder_page() to set correct start file positionDavid Howells2021-10-051-2/+1
|/
* afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-131-1/+1
* afs: Add missing vnode validation checksDavid Howells2021-09-131-2/+15
* afs: Fix page leakDavid Howells2021-09-101-2/+8
* afs: Fix setting of writeback_indexDavid Howells2021-07-211-1/+1
* afs: check function returnTom Rix2021-07-211-5/+11
* Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-251-2/+9
|\
| * afs: Fix afs_write_end() to handle short writesDavid Howells2021-06-211-2/+9
* | afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)2021-06-181-5/+8
|/
* afs: Fix partial writeback of large files on fsync and closeMarc Dionne2021-06-071-1/+1
* afs: Fix speculative status fetchesDavid Howells2021-05-011-0/+1
* afs: Use the netfs_write_begin() helperDavid Howells2021-04-231-96/+12
* afs: Use new netfs lib read helper APIDavid Howells2021-04-231-2/+5
* afs: Prepare for use of THPsDavid Howells2021-04-231-195/+239
* afs: Extract writeback extension into its own functionDavid Howells2021-04-231-42/+67
* afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells2021-04-231-0/+10
* afs: Use ITER_XARRAY for writingDavid Howells2021-04-231-43/+57
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2021-04-231-8/+19
* afs: Move key to afs_read structDavid Howells2021-04-231-6/+6
* afs: Pass page into dirty region helpers to provide THP sizeDavid Howells2021-04-231-35/+25
* afs: Disable use of the fscache I/O routinesDavid Howells2021-04-231-10/+0
* afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-231-2/+1
* 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