summaryrefslogtreecommitdiff
path: root/fs/afs/fs_operation.c
AgeCommit message (Expand)Author
2024-01-01afs: Fix fileserver rotationDavid Howells
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells
2023-12-24afs: Simplify error handlingDavid Howells
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells
2023-12-24afs: Use op->nr_iterations=-1 to indicate to begin fileserver iterationDavid Howells
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2021-05-01afs: Fix speculative status fetchesDavid Howells
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells
2021-03-15afs: Fix accessing YFS xattrs on a non-YFS serverDavid Howells
2020-08-20afs: Fix key ref leak in afs_put_operation()David Howells
2020-07-15afs: Fix interruption of operationsDavid Howells
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells