Hello Linus,

  could you please pull from

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

To get assorted, mostly trivial fixes, for udf, ext2, ext3, and isofs. I'm
on vacation and scarcely checking email since we are expecting baby any day
now but these fixes should be safe to go in and I don't want to delay them
unnecessarily.

Top of the tree is 0143fc5. The full shortlog is:

Artem Bityutskiy (1):
      udf: stop using s_dirt

Ashish Sangwan (1):
      UDF: Remove unnecessary variable "offset" from udf_fill_inode

Eric Sandeen (1):
      ext3: force ro mount if ext3_setup_super() fails

Jan Kara (5):
      udf: Fix memory leak when mounting
      udf: Do not decrement i_blocks when freeing indirect extent block
      jbd: Check return value of blkdev_issue_flush()
      ext3: Check return value of blkdev_issue_flush()
      udf: Improve table length check to avoid possible overflow

Jeff Liu (1):
      quota: fix checkpatch.pl warning by replacing <asm/uaccess.h> with 
<linux/uaccess.h>

Mathias Krause (2):
      isofs: avoid info leak on export
      udf: avoid info leak on export

Wanlong Gao (1):
      ext2: cleanup the confused goto label

The diffstat is

 fs/ext2/super.c   |    6 +-
 fs/ext3/fsync.c   |    9 +++-
 fs/ext3/super.c   |    3 +-
 fs/isofs/export.c |    1 +
 fs/jbd/recovery.c |    7 ++-
 fs/quota/dquot.c  |    2 +-
 fs/quota/quota.c  |    2 +-
 fs/udf/inode.c    |    4 --
 fs/udf/namei.c    |    1 +
 fs/udf/super.c    |  130 ++++++++++++++++++++++++++--------------------------
 fs/udf/truncate.c |    4 +-
 fs/udf/udfdecl.h  |    1 -
 12 files changed, 88 insertions(+), 82 deletions(-)

                                                        Thanks
                                                                Honza
-- 
Jan Kara <j...@suse.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to