aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21afs: Fix setting of writeback_indexDavid Howells1-1/+1
2021-07-21afs: check function returnTom Rix1-5/+11
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+9
2021-06-21afs: Fix afs_write_end() to handle short writesDavid Howells1-2/+9
2021-06-18afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)1-5/+8
2021-06-07afs: Fix partial writeback of large files on fsync and closeMarc Dionne1-1/+1
2021-05-01afs: Fix speculative status fetchesDavid Howells1-0/+1
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells1-96/+12
2021-04-23afs: Use new netfs lib read helper APIDavid Howells1-2/+5
2021-04-23afs: Prepare for use of THPsDavid Howells1-195/+239
2021-04-23afs: Extract writeback extension into its own functionDavid Howells1-42/+67
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells1-0/+10
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells1-43/+57
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-8/+19
2021-04-23afs: Move key to afs_read structDavid Howells1-6/+6
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells1-35/+25
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells1-10/+0
2021-03-23afs: Use wait_on_page_writeback_killableMatthew Wilcox (Oracle)1-2/+1
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells1-1/+4
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells1-5/+0
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells1-0/+1
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells1-1/+1
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells1-18/+13
2020-10-29afs: Fix where page->private is set during writeDavid Howells1-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells1-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells1-8/+10
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells1-4/+6
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells1-0/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-15afs: Fix interruption of operationsDavid Howells1-0/+1
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells1-0/+6
2020-06-15afs: Concoct ctimesDavid Howells1-0/+1
2020-06-15afs: afs_write_end() should change i_size under the right lockDavid Howells1-2/+2
2020-06-15afs: Fix non-setting of mtime when writing into mmapDavid Howells1-0/+1
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells1-0/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-58/+90
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-1/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+1
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-43/+55
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-1/+1
2019-04-13afs: Unlock pages for __pagevec_release()Marc Dionne1-0/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-9/+9
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells1-0/+11
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-0/+1
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-1/+1
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+21
2018-04-11page cache: use xa_lockMatthew Wilcox1-4/+5