-
- Downloads
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs tmpfile updates from Al Viro: "Miklos' ->tmpfile() signature change; pass an unopened struct file to it, let it open the damn thing. Allows to add tmpfile support to FUSE" * tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: fuse: implement ->tmpfile() vfs: open inside ->tmpfile() vfs: move open right after ->tmpfile() vfs: make vfs_tmpfile() static ovl: use vfs_tmpfile_open() helper cachefiles: use vfs_tmpfile_open() helper cachefiles: only pass inode to *mark_inode_inuse() helpers cachefiles: tmpfile error handling cleanup hugetlbfs: cleanup mknod and tmpfile vfs: add vfs_tmpfile_open() helper
Showing
- Documentation/filesystems/locking.rst 2 additions, 1 deletionDocumentation/filesystems/locking.rst
- Documentation/filesystems/porting.rst 10 additions, 0 deletionsDocumentation/filesystems/porting.rst
- Documentation/filesystems/vfs.rst 4 additions, 2 deletionsDocumentation/filesystems/vfs.rst
- fs/bad_inode.c 1 addition, 1 deletionfs/bad_inode.c
- fs/btrfs/inode.c 4 additions, 4 deletionsfs/btrfs/inode.c
- fs/cachefiles/namei.c 52 additions, 70 deletionsfs/cachefiles/namei.c
- fs/dcache.c 3 additions, 1 deletionfs/dcache.c
- fs/ext2/namei.c 3 additions, 3 deletionsfs/ext2/namei.c
- fs/ext4/namei.c 3 additions, 3 deletionsfs/ext4/namei.c
- fs/f2fs/namei.c 8 additions, 5 deletionsfs/f2fs/namei.c
- fs/fuse/dir.c 21 additions, 3 deletionsfs/fuse/dir.c
- fs/fuse/fuse_i.h 3 additions, 0 deletionsfs/fuse/fuse_i.h
- fs/hugetlbfs/inode.c 17 additions, 25 deletionsfs/hugetlbfs/inode.c
- fs/minix/namei.c 3 additions, 3 deletionsfs/minix/namei.c
- fs/namei.c 55 additions, 33 deletionsfs/namei.c
- fs/overlayfs/copy_up.c 57 additions, 51 deletionsfs/overlayfs/copy_up.c
- fs/overlayfs/overlayfs.h 7 additions, 5 deletionsfs/overlayfs/overlayfs.h
- fs/overlayfs/super.c 6 additions, 4 deletionsfs/overlayfs/super.c
- fs/ramfs/inode.c 3 additions, 3 deletionsfs/ramfs/inode.c
- fs/ubifs/dir.c 4 additions, 3 deletionsfs/ubifs/dir.c
Loading
Please register or sign in to comment