Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull afs updates from David Howells: "Four fixes: - add a missing put - two fixes to reset the address iteration cursor correctly - fix setting up the fileserver iteration cursor. Two cleanups: - remove some dead code - rearrange a function to be more logically laid out And one new feature: - Support AFS dynamic root. With this one should be able to do, say: mkdir /afs mount -t afs none /afs -o dyn to create a dynamic root and then, provided you have keyutils installed, do: ls /afs/grand.central.org and: ls /afs/umich.edu to list the root volumes of both those organisations' AFS cells without requiring any other setup (the kernel upcall to a program in the keyutils package to do DNS access as does NFS)" * tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: afs: Support the AFS dynamic root afs: Rearrange afs_select_fileserver() a little afs: Remove unused code afs: Fix server list handling afs: Need to clear responded flag in addr cursor afs: Fix missing cursor clearance afs: Add missing afs_put_cell()
No related branches found
No related tags found
Showing
- Documentation/filesystems/afs.txt 17 additions, 0 deletionsDocumentation/filesystems/afs.txt
- fs/afs/addr_list.c 10 additions, 3 deletionsfs/afs/addr_list.c
- fs/afs/dir.c 108 additions, 14 deletionsfs/afs/dir.c
- fs/afs/inode.c 30 additions, 18 deletionsfs/afs/inode.c
- fs/afs/internal.h 8 additions, 4 deletionsfs/afs/internal.h
- fs/afs/mntpt.c 11 additions, 9 deletionsfs/afs/mntpt.c
- fs/afs/rotate.c 26 additions, 267 deletionsfs/afs/rotate.c
- fs/afs/server_list.c 2 additions, 1 deletionfs/afs/server_list.c
- fs/afs/super.c 90 additions, 42 deletionsfs/afs/super.c
- fs/afs/vlclient.c 7 additions, 3 deletionsfs/afs/vlclient.c
- fs/afs/volume.c 3 additions, 44 deletionsfs/afs/volume.c
- net/dns_resolver/dns_query.c 12 additions, 10 deletionsnet/dns_resolver/dns_query.c
Please register or sign in to comment