-
- Downloads
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro: "Assorted fixes all over the place. The iov_iter one is this cycle regression (splice from UDP triggering WARN_ON()), the rest is older" * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: afs: Use d_instantiate() rather than d_add() and don't d_drop() afs: Fix missing net error handling afs: Fix validation/callback interaction iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed ones exportfs: do not read dentry after free exportfs: fix 'passing zero to ERR_PTR()' warning aio: fix failure to put the file pointer sysv: return 'err' instead of 0 in __sysv_write_inode
No related branches found
No related tags found
Showing
- fs/afs/dir.c 1 addition, 3 deletionsfs/afs/dir.c
- fs/afs/fs_probe.c 24 additions, 15 deletionsfs/afs/fs_probe.c
- fs/afs/inode.c 12 additions, 6 deletionsfs/afs/inode.c
- fs/afs/internal.h 9 additions, 0 deletionsfs/afs/internal.h
- fs/afs/misc.c 52 additions, 0 deletionsfs/afs/misc.c
- fs/afs/rotate.c 13 additions, 40 deletionsfs/afs/rotate.c
- fs/afs/vl_probe.c 27 additions, 18 deletionsfs/afs/vl_probe.c
- fs/afs/vl_rotate.c 10 additions, 40 deletionsfs/afs/vl_rotate.c
- fs/aio.c 1 addition, 0 deletionsfs/aio.c
- fs/exportfs/expfs.c 2 additions, 1 deletionfs/exportfs/expfs.c
- fs/sysv/inode.c 1 addition, 1 deletionfs/sysv/inode.c
- lib/iov_iter.c 37 additions, 1 deletionlib/iov_iter.c
Loading
Please register or sign in to comment