summaryrefslogtreecommitdiff
path: root/fs/afs/fs_operation.c
Commit message (Expand)AuthorAgeFilesLines
* 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