aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-6/+6
2024-12-20afs: Add a tracepoint for afs_read_receive()David Howells1-0/+1
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells1-14/+112
2024-12-20afs: Eliminate afs_readDavid Howells1-78/+18
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells1-32/+0
2024-12-20afs: Use netfslib for directoriesDavid Howells1-0/+8
2024-12-20afs: Make afs_init_request() get a key if not given a fileDavid Howells1-0/+16
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-3/+3
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-5/+10
2024-09-27afs: Fix missing wire-up of afs_retry_request()David Howells1-0/+1
2024-09-12netfs: Speed up buffered readingDavid Howells1-6/+15
2024-09-12afs: Make read subreqs asyncDavid Howells1-1/+8
2024-08-139p: Fix DIO read through netfsDominique Martinet1-1/+2
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-0/+1
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-2/+1
2024-05-01netfs, afs: Implement helpers for new write codeDavid Howells1-0/+3
2024-05-01afs: Use alternative invalidation to using launder_folioDavid Howells1-1/+0
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-155/+58
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-7/+6
2023-12-28afs: Use the netfs write helpersDavid Howells1-16/+54
2023-12-24afs: Simplify error handlingDavid Howells1-3/+0
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-2/+2
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells1-5/+1
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-49/+4
2023-12-24afs: Don't use folio->private to record partial modificationDavid Howells1-67/+0
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-7/+1
2023-12-24netfs, fscache: Remove ->begin_cache_operationDavid Howells1-13/+0
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-05-24afs: Provide a splice-read wrapperDavid Howells1-1/+19
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)1-12/+2
2022-12-22afs: Stop implementing ->writepage()David Howells1-1/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li1-1/+1
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells1-3/+3
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2022-05-09afs: Convert to release_folioMatthew Wilcox (Oracle)1-6/+5
2022-05-09afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)1-8/+7
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-31/+10
2022-03-18netfs: Add a netfs inode contextDavid Howells1-24/+2
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-1/+2
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-6/+6
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)1-1/+1
2022-03-15afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15afs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-13/+11
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-6/+32
2022-01-119p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()David Howells1-1/+2
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells1-0/+6