linux-ext4.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, linux-ext4@vger.kernel.org
Subject: [GIT PULL] ext2, reiserfs, quota and writeback fixes and cleanups for 5.11-rc1
Date: Thu, 17 Dec 2020 12:25:29 +0100	[thread overview]
Message-ID: <20201217112529.GD6989@quack2.suse.cz> (raw)

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v5.11-rc1

The pull contains:
* couple of quota fixes (mostly for problems found by syzbot)
* several ext2 cleanups
* one fix for reiserfs crash on corrupted image
* a fix for spurious warning in writeback code

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

Anant Thazhemadam (1):
      fs: quota: fix array-index-out-of-bounds bug by passing correct argument to vfs_cleanup_quota_inode()

Christoph Hellwig (1):
      writeback: don't warn on an unregistered BDI in __mark_inode_dirty

Gustavo A. R. Silva (1):
      ext2: Fix fall-through warnings for Clang

Ira Weiny (1):
      fs/ext2: Use ext2_put_page

Jan Kara (2):
      quota: Don't overflow quota file offsets
      quota: Sanity-check quota file headers on load

Jonathan Neuschäfer (1):
      docs: filesystems: Reduce ext2.rst to one top-level heading

Roman Anufriev (1):
      fs/quota: update quota state flags scheme with project quota flags

Rustam Kovhaev (1):
      reiserfs: add check for an invalid ih_entry_count

Xianting Tian (1):
      ext2: Remove unnecessary blank

The diffstat is

 Documentation/filesystems/ext2.rst |  1 +
 fs/ext2/dir.c                      | 14 ++++++++------
 fs/ext2/ext2.h                     |  7 +++++++
 fs/ext2/inode.c                    |  1 +
 fs/ext2/namei.c                    | 15 +++++----------
 fs/ext2/super.c                    |  2 +-
 fs/fs-writeback.c                  |  4 ----
 fs/quota/dquot.c                   |  2 +-
 fs/quota/quota_tree.c              |  8 ++++----
 fs/quota/quota_v2.c                | 19 +++++++++++++++++++
 fs/reiserfs/stree.c                |  6 ++++++
 include/linux/quota.h              | 15 ++++++++-------
 12 files changed, 61 insertions(+), 33 deletions(-)

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

             reply	other threads:[~2020-12-17 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-17 11:25 Jan Kara [this message]
2020-12-17 20:21 ` [GIT PULL] ext2, reiserfs, quota and writeback fixes and cleanups for 5.11-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=20201217112529.GD6989@quack2.suse.cz \
    --to=jack@suse.cz \
    --cc=linux-ext4@vger.kernel.org \
    --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).