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, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] ext2 and udf fixes for v5.1-rc1
Date: Fri, 1 Mar 2019 16:08:59 +0100	[thread overview]
Message-ID: <20190301150859.GA15758@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.1-rc1

to get a couple of fixes for udf and ext2. Namely:
* fix making ext2 mountable (again) with 64k blocksize
* fix for ext2 statx(2) handling
* fix for udf handling of corrupted filesystem so that it doesn't get
  corrupted even further
* couple smaller ext2 and udf cleanups

Top of the tree is 52b9666efd8b. The full shortlog is:

Chengguang Xu (1):
      ext2: set proper return code

Jan Kara (3):
      ext2: Set superblock revision when enabling xattr feature
      ext2: Fix underflow in ext2_max_size()
      udf: Drop pointless check from udf_sync_fs()

Liu Xiang (3):
      ext2: Remove redundant check on s_inode_size
      ext2: Remove redundant check for finding no group
      ext2: Fix a typo in comment

Mathieu Malaterre (1):
      ext2: Annotate implicit fall through in __ext2_truncate_blocks

Steve Magnani (3):
      udf: factor out LVID finalization for reuse
      udf: finalize integrity descriptor before writeback
      udf: disallow RW mount without valid integrity descriptor

yangerkun (1):
      ext2: support statx syscall

The diffstat is

 fs/ext2/ext2.h    |  1 +
 fs/ext2/file.c    |  1 +
 fs/ext2/ialloc.c  |  2 --
 fs/ext2/inode.c   | 30 +++++++++++++++++++++++++++++-
 fs/ext2/namei.c   |  2 ++
 fs/ext2/super.c   | 44 ++++++++++++++++++++++++++++----------------
 fs/ext2/symlink.c |  2 ++
 fs/ext2/xattr.c   |  1 +
 fs/udf/super.c    | 51 +++++++++++++++++++++++++++++++++------------------
 9 files changed, 97 insertions(+), 37 deletions(-)

							Thanks
								Honza

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

             reply	other threads:[~2019-03-01 15:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-01 15:08 Jan Kara [this message]
2019-03-07 17:50 ` [GIT PULL] ext2 and udf fixes for v5.1-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=20190301150859.GA15758@quack2.suse.cz \
    --to=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@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).