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] ext2, udf, and quota fixes
Date: Wed, 10 Jul 2019 18:23:38 +0200	[thread overview]
Message-ID: <20190710162338.GA14701@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.3-rc1

to get some ext2 fixes and cleanups, a fix of udf bug when extending files,
and a fix of quota Q_XGETQSTAT[V] handling.

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

Chengguang Xu (12):
      quota: add dqi_dirty_list description to comment of Dquot List Management
      ext2: introduce helper for xattr header validation
      ext2: introduce helper for xattr entry validation
      doc: ext2: update description of quota options for ext2
      ext2: code cleanup by using test_opt() and clear_opt()
      ext2: code cleanup for ext2_preread_inode()
      ext2: merge xattr next entry check to ext2_xattr_entry_valid()
      ext2: introduce new helper for xattr entry comparison
      ext2: optimize ext2_xattr_get()
      ext2: add missing brelse() in ext2_new_inode()
      ext2: fix a typo in comment
      ext2: add missing brelse() in ext2_iget()

Eric Sandeen (1):
      quota: honor quota type in Q_XGETQSTAT[V] calls

Fumiya Shigemitsu (1):
      ext2: Fix a typo in ext2_getattr argument

Fuqian Huang (1):
      ext2: Use kmemdup rather than duplicating its implementation

Jan Kara (3):
      ext2: Merge loops in ext2_xattr_set()
      ext2: Strengthen xattr block checks
      ext2: Always brelse bh on failure in ext2_iget()

Steven J. Magnani (1):
      udf: Fix incorrect final NOT_ALLOCATED (hole) extent length

The diffstat is

 Documentation/filesystems/ext2.txt |   8 +-
 fs/ext2/balloc.c                   |   3 +-
 fs/ext2/ialloc.c                   |   5 +-
 fs/ext2/inode.c                    |   7 +-
 fs/ext2/super.c                    |  17 ++--
 fs/ext2/xattr.c                    | 164 +++++++++++++++++++++----------------
 fs/quota/dquot.c                   |  11 ++-
 fs/quota/quota.c                   |  38 +++------
 fs/udf/inode.c                     |  93 +++++++++++++--------
 9 files changed, 195 insertions(+), 151 deletions(-)

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

             reply	other threads:[~2019-07-10 16:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-10 16:23 Jan Kara [this message]
2019-07-11  4:40 ` [GIT PULL] ext2, udf, and quota fixes 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=20190710162338.GA14701@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).