Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull UDF and quota updates from Jan Kara: "This contains a rewrite of UDF handling of filename encoding to fix remaining overflow issues from Andrew Gabbasov and quota changes to support new Q_[X]GETNEXTQUOTA quotactl for VFS quota formats" * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: quota: Fix possible GPF due to uninitialised pointers ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodes quota: Forbid Q_GETQUOTA and Q_GETNEXTQUOTA for frozen filesystem quota: Fix possible races during quota loading ocfs2: Implement get_next_id() quota_v2: Implement get_next_id() for V2 quota format quota: Add support for ->get_nextdqblk() for VFS quota udf: Merge linux specific translation into CS0 conversion function udf: Remove struct ustr as non-needed intermediate storage udf: Use separate buffer for copying split names udf: Adjust UDF_NAME_LEN to better reflect actual restrictions udf: Join functions for UTF8 and NLS conversions udf: Parameterize output length in udf_put_filename quota: Allow Q_GETQUOTA for frozen filesystem quota: Fixup comments about return value of Q_[X]GETNEXTQUOTA
No related branches found
No related tags found
Showing
- fs/ext4/super.c 3 additions, 1 deletionfs/ext4/super.c
- fs/ocfs2/ocfs2_trace.h 2 additions, 0 deletionsfs/ocfs2/ocfs2_trace.h
- fs/ocfs2/quota_global.c 25 additions, 0 deletionsfs/ocfs2/quota_global.c
- fs/quota/dquot.c 52 additions, 2 deletionsfs/quota/dquot.c
- fs/quota/quota.c 7 additions, 3 deletionsfs/quota/quota.c
- fs/quota/quota_tree.c 65 additions, 2 deletionsfs/quota/quota_tree.c
- fs/quota/quota_v2.c 6 additions, 0 deletionsfs/quota/quota_v2.c
- fs/reiserfs/super.c 1 addition, 0 deletionsfs/reiserfs/super.c
- fs/udf/dir.c 11 additions, 2 deletionsfs/udf/dir.c
- fs/udf/namei.c 20 additions, 9 deletionsfs/udf/namei.c
- fs/udf/super.c 14 additions, 24 deletionsfs/udf/super.c
- fs/udf/udfdecl.h 7 additions, 14 deletionsfs/udf/udfdecl.h
- fs/udf/unicode.c 250 additions, 380 deletionsfs/udf/unicode.c
- include/linux/dqblk_qtree.h 2 additions, 0 deletionsinclude/linux/dqblk_qtree.h
- include/linux/quota.h 3 additions, 0 deletionsinclude/linux/quota.h
- include/linux/quotaops.h 3 additions, 0 deletionsinclude/linux/quotaops.h
Loading
Please register or sign in to comment