linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] UDF, reiserfs, ext2, quota fixes for 5.10-rc1
@ 2020-10-15 13:34 Jan Kara
  2020-10-15 22:19 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2020-10-15 13:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fs_for_v5.10-rc1

to get:
* couple of UDF fixes for issues found by syzbot fuzzing
* couple of reiserfs fixes for issues found by syzbot fuzzing
* some minor ext2 cleanups
* quota patches to support grace times beyond year 2038 for XFS quota APIs

Top of the tree is c2bb80b8bdd0. The full shortlog is:

Darrick J. Wong (1):
      quota: widen timestamps for the fs_disk_quota structure

Denis Efremov (1):
      udf: Use kvzalloc() in udf_sb_alloc_bitmap()

Eric Biggers (1):
      reiserfs: only call unlock_new_inode() if I_NEW

Eric Dumazet (1):
      quota: clear padding in v2r1_mem2diskdqb()

Jan Kara (8):
      reiserfs: Fix memory leak in reiserfs_parse_options()
      quota: Expand comment describing d_itimer
      udf: Fix memory leak when mounting
      reiserfs: Initialize inode keys properly
      udf: Avoid accessing uninitialized data on failed inode read
      udf: Remove pointless union in udf_inode_info
      udf: Limit sparing table size
      reiserfs: Fix oops during mount

Jing Xiangfeng (1):
      udf: Remove redundant initialization of variable ret

Wang Hai (2):
      ext2: remove duplicate include
      ext2: Fix some kernel-doc warnings in balloc.c

The diffstat is

 fs/ext2/balloc.c               |  6 ++---
 fs/ext2/inode.c                |  1 -
 fs/quota/quota.c               | 42 ++++++++++++++++++++++++-----
 fs/quota/quota_v2.c            |  1 +
 fs/reiserfs/inode.c            |  9 +++----
 fs/reiserfs/super.c            |  8 +++---
 fs/reiserfs/xattr.c            |  7 +++++
 fs/udf/directory.c             |  2 +-
 fs/udf/file.c                  |  7 +++--
 fs/udf/ialloc.c                | 14 +++++-----
 fs/udf/inode.c                 | 61 +++++++++++++++++++++---------------------
 fs/udf/misc.c                  |  6 ++---
 fs/udf/namei.c                 |  7 +++--
 fs/udf/partition.c             |  2 +-
 fs/udf/super.c                 | 47 +++++++++++++++++---------------
 fs/udf/symlink.c               |  2 +-
 fs/udf/udf_i.h                 |  6 +----
 include/uapi/linux/dqblk_xfs.h | 16 ++++++++---
 18 files changed, 143 insertions(+), 101 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-15 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 13:34 [GIT PULL] UDF, reiserfs, ext2, quota fixes for 5.10-rc1 Jan Kara
2020-10-15 22:19 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).