linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] UDF, reiserfs, ext2, quota fixes for 5.10-rc1
Date: Thu, 15 Oct 2020 15:34:47 +0200	[thread overview]
Message-ID: <20201015133447.GG7037@quack2.suse.cz> (raw)

  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

             reply	other threads:[~2020-10-15 13:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 13:34 Jan Kara [this message]
2020-10-15 22:19 ` [GIT PULL] UDF, reiserfs, ext2, quota fixes for 5.10-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201015133447.GG7037@quack2.suse.cz \
    --to=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).