| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-20 | afs: Make {Y,}FS.FetchData an asynchronous operation | David Howells | 1 | -1/+1 |
| 2024-12-20 | afs: Don't use mutex for I/O operation lock | David Howells | 1 | -6/+105 |
| 2024-09-27 | afs: Fix the setting of the server responding flag | David Howells | 1 | -1/+1 |
| 2024-01-01 | afs: Fix fileserver rotation | David Howells | 1 | -5/+3 |
| 2024-01-01 | afs: Overhaul invalidation handling to better support RO volumes | David Howells | 1 | -2/+1 |
| 2024-01-01 | afs: Parse the VolSync record in the reply of a number of RPC ops | David Howells | 1 | -6/+8 |
| 2024-01-01 | afs: Defer volume record destruction to a workqueue | David Howells | 1 | -1/+1 |
| 2024-01-01 | afs: Keep a record of the current fileserver endpoint state | David Howells | 1 | -8/+11 |
| 2024-01-01 | afs: Add some more info to /proc/net/afs/servers | David Howells | 1 | -2/+0 |
| 2023-12-24 | afs: Fold the afs_addr_cursor struct in | David Howells | 1 | -4/+17 |
| 2023-12-24 | afs: Simplify error handling | David Howells | 1 | -12/+12 |
| 2023-12-24 | afs: Don't put afs_call in afs_wait_for_call_to_complete() | David Howells | 1 | -2/+5 |
| 2023-12-24 | afs: Wrap most op->error accesses with inline funcs | David Howells | 1 | -9/+12 |
| 2023-12-24 | afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration | David Howells | 1 | -1/+1 |
| 2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 1 | -3/+3 |
| 2021-05-01 | afs: Fix speculative status fetches | David Howells | 1 | -0/+6 |
| 2021-04-23 | afs: Use the fs operation ops to handle FetchData completion | David Howells | 1 | -1/+3 |
| 2021-03-15 | afs: Fix accessing YFS xattrs on a non-YFS server | David Howells | 1 | -2/+5 |
| 2020-08-20 | afs: Fix key ref leak in afs_put_operation() | David Howells | 1 | -0/+1 |
| 2020-07-15 | afs: Fix interruption of operations | David Howells | 1 | -2/+2 |
| 2020-06-16 | afs: Fix use of afs_check_for_remote_deletion() | David Howells | 1 | -1/+9 |
| 2020-06-04 | afs: Reorganise volume and server trees to be rooted on the cell | David Howells | 1 | -9/+2 |
| 2020-06-04 | afs: Add a tracepoint to track the lifetime of the afs_volume struct | David Howells | 1 | -2/+2 |
| 2020-06-04 | afs: Build an abstraction around an "operation" concept | David Howells | 1 | -0/+246 |