summaryrefslogtreecommitdiff
path: root/fs/afs/file.c
AgeCommit message (Expand)Author
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells
2023-12-28afs: Use the netfs write helpersDavid Howells
2023-12-24afs: Simplify error handlingDavid Howells
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-05-24afs: Provide a splice-read wrapperDavid Howells
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)
2022-12-22afs: Stop implementing ->writepage()David Howells
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-09afs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15afs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells
2021-12-16afs: Fix mmapDavid Howells
2021-11-10netfs, 9p, afs, ceph: Use foliosDavid Howells
2021-11-02afs: Sort out symlink readingDavid Howells
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells
2021-09-13afs: Add missing vnode validation checksDavid Howells
2021-09-10afs: Fix missing put on afs_read objects and missing get on the key thereinDavid 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: Use the fs operation ops to handle FetchData completionDavid Howells
2021-04-23afs: Prepare for use of THPsDavid Howells
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid 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