aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/fs_operation.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-3/+3
2021-05-01afs: Fix speculative status fetchesGravatar David Howells 1-0/+6
2021-04-23afs: Use the fs operation ops to handle FetchData completionGravatar David Howells 1-1/+3
2021-03-15afs: Fix accessing YFS xattrs on a non-YFS serverGravatar David Howells 1-2/+5
2020-08-20afs: Fix key ref leak in afs_put_operation()Gravatar David Howells 1-0/+1
2020-07-15afs: Fix interruption of operationsGravatar David Howells 1-2/+2
2020-06-16afs: Fix use of afs_check_for_remote_deletion()Gravatar David Howells 1-1/+9
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellGravatar David Howells 1-9/+2
2020-06-04afs: Add a tracepoint to track the lifetime of the afs_volume structGravatar David Howells 1-2/+2
2020-06-04afs: Build an abstraction around an "operation" conceptGravatar David Howells 1-0/+246