public inbox for linux-fsdevel@vger.kernel.org
 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, quota, udf fixes and cleanups for 5.4-rc1
Date: Fri, 20 Sep 2019 13:14:04 +0200	[thread overview]
Message-ID: <20190920111404.GC25765@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.4-rc1

to get:
 * two small quota fixes (in grace time handling and possible missed
   accounting of preallocated blocks beyond EOF).
 * some ext2 cleanups
 * udf fixes for better compatibility with Windows 10 generated media
   (named streams, write-protection using domain-identifier, placement of
   volume recognition sequence)
 * some udf cleanups

Top of the tree is 6565c182094f. The full shortlog is:

Chao Yu (1):
      quota: fix wrong condition in is_quota_modification()

Chengguang Xu (3):
      ext2: fix block range in ext2_data_block_valid()
      ext2: code cleanup for ext2_free_blocks()
      quota: fix condition for resetting time limit in do_set_dqblk()

Jan Kara (3):
      udf: Use dynamic debug infrastructure
      udf: Verify domain identifier fields
      udf: Drop forward function declarations

Markus Elfring (2):
      ext2: Delete an unnecessary check before brelse()
      fs-udf: Delete an unnecessary check before brelse()

Steve Magnani (1):
      udf: prevent allocation beyond UDF partition

Steven J. Magnani (4):
      udf: refactor VRS descriptor identification
      udf: support 2048-byte spacing of VRS descriptors on 4K media
      udf: reduce leakage of blocks related to named streams
      udf: augment UDF permissions on new inodes

The diffstat is

 fs/ext2/balloc.c         |  10 +-
 fs/ext2/super.c          |   3 +-
 fs/ext2/xattr.c          |   2 +-
 fs/quota/dquot.c         |   4 +-
 fs/udf/balloc.c          |  11 ++
 fs/udf/ecma_167.h        |  14 +++
 fs/udf/file.c            |   3 +
 fs/udf/ialloc.c          |   3 +
 fs/udf/inode.c           |  55 +++++++++-
 fs/udf/super.c           | 261 +++++++++++++++++++++++++++--------------------
 fs/udf/udf_i.h           |   6 +-
 fs/udf/udfdecl.h         |  11 +-
 include/linux/quotaops.h |   2 +-
 13 files changed, 249 insertions(+), 136 deletions(-)

							Thanks
								Honza

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

             reply	other threads:[~2019-09-20 11:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-20 11:14 Jan Kara [this message]
2019-09-21 21:50 ` [GIT PULL] ext2, quota, udf fixes and cleanups for 5.4-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=20190920111404.GC25765@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