Merge tag 'xfs-for-linux-4.10-rc5-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong: "I have a few more patches this week -- one to make the behavior of a quota id ioctl consistent with the other filesystems, and the rest improve validation of i_mode & i_size values coming into xfs so that we don't read off the ends of arrays or crash when handed garbage disk data. Summary: - inode i_mode sanitization - prevent overflows in getnextquota - minor build fixes" * tag 'xfs-for-linux-4.10-rc5-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: xfs: fix xfs_mode_to_ftype() prototype xfs: don't wrap ID in xfs_dq_get_next_id xfs: sanity check inode di_mode xfs: sanity check inode mode when creating new dentry xfs: replace xfs_mode_to_ftype table with switch statement xfs: add missing include dependencies to xfs_dir2.h xfs: sanity check directory inode di_size xfs: make the ASSERT() condition likely
No related branches found
No related tags found
Showing
- fs/xfs/libxfs/xfs_dir2.c 24 additions, 15 deletionsfs/xfs/libxfs/xfs_dir2.c
- fs/xfs/libxfs/xfs_dir2.h 5 additions, 3 deletionsfs/xfs/libxfs/xfs_dir2.h
- fs/xfs/libxfs/xfs_inode_buf.c 8 additions, 2 deletionsfs/xfs/libxfs/xfs_inode_buf.c
- fs/xfs/xfs_dquot.c 4 additions, 0 deletionsfs/xfs/xfs_dquot.c
- fs/xfs/xfs_iops.c 40 additions, 10 deletionsfs/xfs/xfs_iops.c
- fs/xfs/xfs_linux.h 3 additions, 3 deletionsfs/xfs/xfs_linux.h
Please register or sign in to comment