linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] UDF, ext3, isofs fixes for 3.6-rc1
@ 2012-07-24 22:31 Jan Kara
  0 siblings, 0 replies; only message in thread
From: Jan Kara @ 2012-07-24 22:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, linux-fsdevel, linux-ext4

  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 <jack@suse.cz>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-24 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 22:31 [PULL REQUEST] UDF, ext3, isofs fixes for 3.6-rc1 Jan Kara

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).