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, isofs, quota, fsnotify fixes for 4.19-rc2
Date: Wed, 29 Aug 2018 13:08:57 +0200	[thread overview]
Message-ID: <20180829110857.GA7369@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_v4.19-rc2

to get:
* a fix for UDF to properly mount media created by Win7
* a fix for isofs to properly refuse devices with large physical block size
* a fix of Spectre gadget in quotactl(2)
* a fix of a warning in fsnotify code hit by syzkaller

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

Eric Sandeen (1):
      isofs: reject hardware sector size > 2048 bytes

Jan Kara (3):
      fsnotify: fix false positive warning on inode delete
      udf: Remove dead code from udf_find_fileset()
      udf: Fix mounting of Win7 created UDF filesystems

Jeremy Cline (2):
      fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTAS
      fs/quota: Fix spectre gadget in do_quotactl

The diffstat is

 fs/isofs/inode.c      |  7 ++++
 fs/notify/mark.c      |  6 ++--
 fs/quota/quota.c      | 14 ++++----
 fs/udf/super.c        | 93 +++++++++++----------------------------------------
 include/linux/quota.h |  8 +----
 5 files changed, 38 insertions(+), 90 deletions(-)

							Thanks
								Honza

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

                 reply	other threads:[~2018-08-29 15:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180829110857.GA7369@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).