Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull AFS updates from Al Viro: "The AFS series posted by dhowells depended upon lookup_one_len() rework; now that prereq is in the mainline, that series had been rebased on top of it and got some exposure and testing..." * 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: afs: Do better accretion of small writes on newly created content afs: Add stats for data transfer operations afs: Trace protocol errors afs: Locally edit directory data for mkdir/create/unlink/... afs: Adjust the directory XDR structures afs: Split the directory content defs into a header afs: Fix directory handling afs: Split the dynroot stuff out and give it its own ops tables afs: Keep track of invalid-before version for dentry coherency afs: Rearrange status mapping afs: Make it possible to get the data version in readpage afs: Init inode before accessing cache afs: Introduce a statistics proc file afs: Dump bad status record afs: Implement @cell substitution handling afs: Implement @sys substitution handling afs: Prospectively look up extra files when doing a single lookup afs: Don't over-increment the cell usage count when pinning it afs: Fix checker warnings vfs: Remove the const from dir_context::actor
No related branches found
No related tags found
Showing
- Documentation/filesystems/afs.txt 27 additions, 1 deletionDocumentation/filesystems/afs.txt
- fs/afs/Makefile 2 additions, 0 deletionsfs/afs/Makefile
- fs/afs/addr_list.c 3 additions, 3 deletionsfs/afs/addr_list.c
- fs/afs/afs.h 15 additions, 12 deletionsfs/afs/afs.h
- fs/afs/afs_fs.h 2 additions, 0 deletionsfs/afs/afs_fs.h
- fs/afs/callback.c 5 additions, 24 deletionsfs/afs/callback.c
- fs/afs/cell.c 7 additions, 5 deletionsfs/afs/cell.c
- fs/afs/cmservice.c 11 additions, 11 deletionsfs/afs/cmservice.c
- fs/afs/dir.c 632 additions, 291 deletionsfs/afs/dir.c
- fs/afs/dir_edit.c 505 additions, 0 deletionsfs/afs/dir_edit.c
- fs/afs/dynroot.c 209 additions, 0 deletionsfs/afs/dynroot.c
- fs/afs/file.c 19 additions, 8 deletionsfs/afs/file.c
- fs/afs/flock.c 1 addition, 1 deletionfs/afs/flock.c
- fs/afs/fsclient.c 500 additions, 122 deletionsfs/afs/fsclient.c
- fs/afs/inode.c 29 additions, 40 deletionsfs/afs/inode.c
- fs/afs/internal.h 88 additions, 17 deletionsfs/afs/internal.h
- fs/afs/main.c 44 additions, 0 deletionsfs/afs/main.c
- fs/afs/proc.c 323 additions, 3 deletionsfs/afs/proc.c
- fs/afs/rotate.c 1 addition, 1 deletionfs/afs/rotate.c
- fs/afs/rxrpc.c 9 additions, 0 deletionsfs/afs/rxrpc.c
This diff is collapsed.
fs/afs/dir_edit.c
0 → 100644
fs/afs/dynroot.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment