summaryrefslogtreecommitdiffstats
path: root/fs/afs/fs_operation.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix fileserver rotationDavid Howells2024-01-011-5/+3
* afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-011-2/+1
* afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells2024-01-011-6/+8
* afs: Defer volume record destruction to a workqueueDavid Howells2024-01-011-1/+1
* afs: Keep a record of the current fileserver endpoint stateDavid Howells2024-01-011-8/+11
* afs: Add some more info to /proc/net/afs/serversDavid Howells2024-01-011-2/+0
* afs: Fold the afs_addr_cursor struct inDavid Howells2023-12-241-4/+17
* afs: Simplify error handlingDavid Howells2023-12-241-12/+12
* afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells2023-12-241-2/+5
* afs: Wrap most op->error accesses with inline funcsDavid Howells2023-12-241-9/+12
* afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells2023-12-241-1/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-3/+3
* afs: Fix speculative status fetchesDavid Howells2021-05-011-0/+6
* afs: Use the fs operation ops to handle FetchData completionDavid Howells2021-04-231-1/+3
* afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells2021-03-151-2/+5
* afs: Fix key ref leak in afs_put_operation()David Howells2020-08-201-0/+1
* afs: Fix interruption of operationsDavid Howells2020-07-151-2/+2
* afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-161-1/+9
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-9/+2
* afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells2020-06-041-2/+2
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-0/+246