public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, linux-fsdevel@vger.kernel.org
Subject: [PULL REQUEST] UDF changes for 2.6.30
Date: Thu, 2 Apr 2009 13:47:09 +0200	[thread overview]
Message-ID: <20090402114708.GD3010@duck.suse.cz> (raw)

  Hello Linus,

  could you please pull from

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

  to get:

Clemens Ladisch (2):
      udf: fix novrs mount option
      udf: use hardware sector size

Coly Li (1):
      udf: return f_fsid for statfs(2)

Jan Kara (6):
      udf: fix sparse warnings:
      udf: Add checks to not underflow sector_t
      udf: Fix oops when invalid character in filename occurs
      udf: Some type fixes and cleanups
      udf: Try anchor in block 256 first
      udf: Don't write integrity descriptor too often

Marcin Slusarz (4):
      udf: reduce stack usage of udf_load_pvoldesc
      udf: reduce stack usage of udf_get_filename
      udf: implement mode and dmode mounting options
      udf: fix default mode and dmode options handling

Pekka Enberg (2):
      Remove struct typedefs from fs/udf/ecma_167.h et al.
      Fix the udf code not to pass structs on stack where possible.

roel kluin (1):
      udf: unsigned last[i] cannot be less than 0

The diffstat is

 Documentation/filesystems/udf.txt |    2 +
 fs/udf/balloc.c                   |  150 ++++-----
 fs/udf/dir.c                      |   14 +-
 fs/udf/directory.c                |   38 ++--
 fs/udf/ecma_167.h                 |  416 +++++++++++++-------------
 fs/udf/ialloc.c                   |    9 +-
 fs/udf/inode.c                    |  213 +++++++-------
 fs/udf/misc.c                     |   29 +-
 fs/udf/namei.c                    |   86 +++---
 fs/udf/osta_udf.h                 |   22 +-
 fs/udf/partition.c                |    2 +-
 fs/udf/super.c                    |  605 +++++++++++++++++++------------------
 fs/udf/truncate.c                 |   44 ++--
 fs/udf/udf_i.h                    |    6 +-
 fs/udf/udf_sb.h                   |    9 +-
 fs/udf/udfdecl.h                  |   57 +++--
 fs/udf/udfend.h                   |   28 +-
 fs/udf/udftime.c                  |    6 +-
 fs/udf/unicode.c                  |   62 +++--
 19 files changed, 930 insertions(+), 868 deletions(-)

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

                 reply	other threads:[~2009-04-02 11:47 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=20090402114708.GD3010@duck.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