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: LKML <linux-kernel@vger.kernel.org>, linux-fsdevel@vger.kernel.org
Subject: [PULL REQUEST] UDF tree
Date: Tue, 11 Jan 2011 21:52:33 +0100	[thread overview]
Message-ID: <20110111205233.GC4501@quack.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

The largest portion of patches is BKL removal from UDF. Also there is a fix
for a long standing directory corruption bug which I've hit while testing
BKL removal patches.

The full shortlog is:

Alessio Igor Bogani (3):
      udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info struct
      udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() execution
      udf: Remove unnecessary bkl usages

Jan Kara (10):
      udf: Convert UDF_SB(sb)->s_flags to use bitops
      udf: Remove BKL from udf_update_inode
      udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex
      udf: Protect all modifications of LVID with s_alloc_mutex
      udf: Protect default inode credentials by rwlock
      udf: Remove BKL from udf_put_super() and udf_remount_fs()
      udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()
      udf: Remove BKL from free space counting functions
      udf: Protect udf_file_aio_write from possible races
      udf: Fix directory corruption after extent merging

Jesper Juhl (1):
      UDF: Close small mem leak in udf_find_entry()

Joe Perches (2):
      fs/udf: Use vzalloc
      fs/udf: Add printf format/argument verification

The diffstat is

 fs/udf/balloc.c    |    3 +-
 fs/udf/dir.c       |    5 --
 fs/udf/file.c      |   11 ++---
 fs/udf/ialloc.c    |   21 +++-------
 fs/udf/inode.c     |   51 +++++++++++--------------
 fs/udf/namei.c     |  107 ++++++++++++++--------------------------------------
 fs/udf/partition.c |   27 +++++++++----
 fs/udf/super.c     |   67 ++++++++++++++++++++-------------
 fs/udf/symlink.c   |   12 +++--
 fs/udf/udf_i.h     |   13 ++++++
 fs/udf/udf_sb.h    |   22 +++++++++--
 fs/udf/udfdecl.h   |    4 +-
 12 files changed, 164 insertions(+), 179 deletions(-)

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

             reply	other threads:[~2011-01-11 20:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 20:52 Jan Kara [this message]
2011-01-11 22:39 ` [PULL REQUEST] UDF tree Linus Torvalds
2011-01-11 22:44   ` Linus Torvalds
2011-01-12 15:09     ` Jan Kara

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=20110111205233.GC4501@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).