summaryrefslogtreecommitdiffstats
path: root/fs/afs/file.c
AgeCommit message (Expand)AuthorLines
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li-1/+1
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells-3/+3
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells-2/+2
2022-05-09afs: Convert to release_folioMatthew Wilcox (Oracle)-6/+5
2022-05-09afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)-8/+7
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-31/+10
2022-03-18netfs: Add a netfs inode contextDavid Howells-24/+2
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells-6/+6
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)-1/+1
2022-03-15afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)-1/+1
2022-03-15afs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)-13/+11
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+32
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells-1/+2
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells-0/+6
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells-6/+23
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells-3/+5
2021-12-16afs: Fix mmapDavid Howells-2/+3
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells-31/+39
2021-11-02afs: Sort out symlink readingDavid Howells-5/+9
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells-1/+66
2021-09-13afs: Add missing vnode validation checksDavid Howells-1/+15
2021-09-10afs: Fix missing put on afs_read objects and missing get on the key thereinDavid Howells-1/+2
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells-1/+18
2021-04-23afs: Use new netfs lib read helper APIDavid Howells-249/+78
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells-0/+15
2021-04-23afs: Prepare for use of THPsDavid Howells-4/+4
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells-0/+9
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells-80/+110
2021-04-23afs: Move key to afs_read structDavid Howells-7/+9
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells-11/+9
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells-164/+35
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells-1/+0
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells-10/+61
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells-6/+2
2020-10-27afs: Fix copy_file_range()David Howells-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells-1/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells-30/+32
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells-1/+1
2019-11-21afs: Rename desc -> req in afs_fetch_data()David Howells-3/+3
2019-07-30fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai-5/+7
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+2
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu-4/+2
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-5/+15
2019-05-16afs: Get rid of afs_call::reply[]David Howells-1/+1
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells-1/+1