-
- Downloads
Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull afs updates from David Howells: "A set of minor changes for AFS: - Remove an unnecessary check in afs_unlink() - Add a tracepoint for tracking callback management - Add a tracepoint for afs_server object usage - Use struct_size() - Add mappings for AFS UAE abort codes to Linux error codes, using symbolic names rather than hex numbers in the .c file" * tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: afs: Add support for the UAE error table fs/afs: use struct_size() in kzalloc() afs: Trace afs_server usage afs: Add some callback management tracepoints afs: afs_unlink() doesn't need to check dentry->d_inode
Showing
- fs/afs/callback.c 14 additions, 6 deletionsfs/afs/callback.c
- fs/afs/cmservice.c 4 additions, 1 deletionfs/afs/cmservice.c
- fs/afs/dir.c 9 additions, 12 deletionsfs/afs/dir.c
- fs/afs/file.c 2 additions, 4 deletionsfs/afs/file.c
- fs/afs/fsclient.c 1 addition, 1 deletionfs/afs/fsclient.c
- fs/afs/inode.c 10 additions, 7 deletionsfs/afs/inode.c
- fs/afs/internal.h 7 additions, 11 deletionsfs/afs/internal.h
- fs/afs/misc.c 20 additions, 28 deletionsfs/afs/misc.c
- fs/afs/protocol_uae.h 132 additions, 0 deletionsfs/afs/protocol_uae.h
- fs/afs/rxrpc.c 1 addition, 1 deletionfs/afs/rxrpc.c
- fs/afs/server.c 32 additions, 7 deletionsfs/afs/server.c
- fs/afs/server_list.c 4 additions, 2 deletionsfs/afs/server_list.c
- fs/afs/write.c 1 addition, 2 deletionsfs/afs/write.c
- include/trace/events/afs.h 132 additions, 0 deletionsinclude/trace/events/afs.h
Loading
Please register or sign in to comment