Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs: 9p: Update documentation to add fscache related bits 9p: Add fscache support to 9p 9p: Fix the incorrect update of inode size in v9fs_file_write() 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.
No related branches found
No related tags found
Showing
- Documentation/filesystems/9p.txt 26 additions, 14 deletionsDocumentation/filesystems/9p.txt
- fs/9p/Kconfig 9 additions, 0 deletionsfs/9p/Kconfig
- fs/9p/Makefile 2 additions, 1 deletionfs/9p/Makefile
- fs/9p/cache.c 474 additions, 0 deletionsfs/9p/cache.c
- fs/9p/cache.h 176 additions, 0 deletionsfs/9p/cache.h
- fs/9p/v9fs.c 175 additions, 21 deletionsfs/9p/v9fs.c
- fs/9p/v9fs.h 9 additions, 4 deletionsfs/9p/v9fs.h
- fs/9p/v9fs_vfs.h 6 additions, 0 deletionsfs/9p/v9fs_vfs.h
- fs/9p/vfs_addr.c 87 additions, 1 deletionfs/9p/vfs_addr.c
- fs/9p/vfs_file.c 16 additions, 9 deletionsfs/9p/vfs_file.c
- fs/9p/vfs_inode.c 58 additions, 3 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_super.c 4 additions, 12 deletionsfs/9p/vfs_super.c
- include/net/9p/9p.h 3 additions, 0 deletionsinclude/net/9p/9p.h
Loading
Please register or sign in to comment