Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v5.4-rc1 to get: * two small quota fixes (in grace time handling and possible missed accounting of preallocated blocks beyond EOF). * some ext2 cleanups * udf fixes for better compatibility with Windows 10 generated media (named streams, write-protection using domain-identifier, placement of volume recognition sequence) * some udf cleanups Top of the tree is 6565c182094f. The full shortlog is: Chao Yu (1): quota: fix wrong condition in is_quota_modification() Chengguang Xu (3): ext2: fix block range in ext2_data_block_valid() ext2: code cleanup for ext2_free_blocks() quota: fix condition for resetting time limit in do_set_dqblk() Jan Kara (3): udf: Use dynamic debug infrastructure udf: Verify domain identifier fields udf: Drop forward function declarations Markus Elfring (2): ext2: Delete an unnecessary check before brelse() fs-udf: Delete an unnecessary check before brelse() Steve Magnani (1): udf: prevent allocation beyond UDF partition Steven J. Magnani (4): udf: refactor VRS descriptor identification udf: support 2048-byte spacing of VRS descriptors on 4K media udf: reduce leakage of blocks related to named streams udf: augment UDF permissions on new inodes The diffstat is fs/ext2/balloc.c | 10 +- fs/ext2/super.c | 3 +- fs/ext2/xattr.c | 2 +- fs/quota/dquot.c | 4 +- fs/udf/balloc.c | 11 ++ fs/udf/ecma_167.h | 14 +++ fs/udf/file.c | 3 + fs/udf/ialloc.c | 3 + fs/udf/inode.c | 55 +++++++++- fs/udf/super.c | 261 +++++++++++++++++++++++++++-------------------- fs/udf/udf_i.h | 6 +- fs/udf/udfdecl.h | 11 +- include/linux/quotaops.h | 2 +- 13 files changed, 249 insertions(+), 136 deletions(-) Thanks Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR