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] UDF fixes and quota cleanups for 4.5-rc1
Date: Fri, 15 Jan 2016 15:03:21 +0100	[thread overview]
Message-ID: <20160115140321.GN15950@quack.suse.cz> (raw)

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

to get several UDF fixes and some minor quota cleanups.

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

Andrew Gabbasov (2):
      udf: Prevent buffer overrun with multi-byte characters
      udf: Check output buffer length when converting name to CS0

Arnd Bergmann (1):
      udf: avoid uninitialized variable use

Jan Kara (2):
      udf: Factor out code for creating indirect extent
      udf: Fix lost indirect extent block

Julia Lawall (1):
      quota: constify qtree_fmt_operations structures

Paul Gortmaker (2):
      fs: make quota/netlink.c explicitly non-modular
      fs: make quota/dquot.c explicitly non-modular

Vegard Nossum (2):
      udf: limit the maximum number of TD redirections
      udf: limit the maximum number of indirect extents in a row

The diffstat is

 fs/ocfs2/quota.h            |   2 +-
 fs/ocfs2/quota_global.c     |   2 +-
 fs/quota/dquot.c            |   2 +-
 fs/quota/netlink.c          |   5 +-
 fs/quota/quota_v2.c         |   4 +-
 fs/udf/balloc.c             |  98 +-----------------
 fs/udf/inode.c              | 243 +++++++++++++++++++++++++++-----------------
 fs/udf/super.c              |  14 +++
 fs/udf/udfdecl.h            |   4 +
 fs/udf/unicode.c            |  21 +++-
 include/linux/dqblk_qtree.h |   2 +-
 11 files changed, 196 insertions(+), 201 deletions(-)

							Thanks
								Honza

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

                 reply	other threads:[~2016-01-15 14:03 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=20160115140321.GN15950@quack.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).