aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-155/+58
2024-01-01afs: Overhaul invalidation handling to better support RO volumesGravatar David Howells 1-7/+6
2023-12-28afs: Use the netfs write helpersGravatar David Howells 1-16/+54
2023-12-24afs: Simplify error handlingGravatar David Howells 1-3/+0
2023-12-24afs: Wrap most op->error accesses with inline funcsGravatar David Howells 1-2/+2
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersGravatar David Howells 1-5/+1
2023-12-24netfs: Provide invalidate_folio and release_folio callsGravatar David Howells 1-49/+4
2023-12-24afs: Don't use folio->private to record partial modificationGravatar David Howells 1-67/+0
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 1-7/+1
2023-12-24netfs, fscache: Remove ->begin_cache_operationGravatar David Howells 1-13/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-05-24afs: Provide a splice-read wrapperGravatar David Howells 1-1/+19
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Gravatar Matthew Wilcox (Oracle) 1-12/+2
2022-12-22afs: Stop implementing ->writepage()Gravatar David Howells 1-1/+2
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-07-14netfs: do not unlock and put the folio twiceGravatar Xiubo Li 1-1/+1
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerGravatar David Howells 1-3/+3
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-2/+2
2022-05-09afs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-6/+5
2022-05-09afs: Convert afs_symlink_readpage to afs_symlink_read_folioGravatar Matthew Wilcox (Oracle) 1-8/+7
2022-05-09fs: Convert netfs_readpage to netfs_read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-31/+10
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-24/+2
2022-03-18netfs: Change ->init_request() to return an error codeGravatar David Howells 1-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestGravatar David Howells 1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestGravatar David Howells 1-6/+6
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15afs: Convert from launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15afs: Convert invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-13/+11
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+32
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...Gravatar David Howells 1-1/+2
2022-01-07afs: Copy local writes to the cache when writing to the serverGravatar David Howells 1-0/+6
2022-01-07afs: Convert afs to use the new fscache APIGravatar David Howells 1-6/+23
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteGravatar David Howells 1-3/+5
2021-12-16afs: Fix mmapGravatar David Howells 1-2/+3
2021-11-10netfs, 9p, afs, ceph: Use foliosGravatar David Howells 1-31/+39
2021-11-02afs: Sort out symlink readingGravatar David Howells 1-5/+9
2021-09-13afs: Fix mmap coherency vs 3rd-party changesGravatar David Howells 1-1/+66
2021-09-13afs: Add missing vnode validation checksGravatar David Howells 1-1/+15
2021-09-10afs: Fix missing put on afs_read objects and missing get on the key thereinGravatar David Howells 1-1/+2
2021-04-23afs: Use the netfs_write_begin() helperGravatar David Howells 1-1/+18
2021-04-23afs: Use new netfs lib read helper APIGravatar David Howells 1-249/+78
2021-04-23afs: Use the fs operation ops to handle FetchData completionGravatar David Howells 1-0/+15
2021-04-23afs: Prepare for use of THPsGravatar David Howells 1-4/+4
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageGravatar David Howells 1-0/+9
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()Gravatar David Howells 1-80/+110
2021-04-23afs: Move key to afs_read structGravatar David Howells 1-7/+9
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeGravatar David Howells 1-11/+9
2021-04-23afs: Disable use of the fscache I/O routinesGravatar David Howells 1-164/+35
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesGravatar David Howells 1-1/+0