[PULL] ext3, UDF, and quota fixes

From: Jan Kara
Date: Tue Mar 27 2012 - 05:45:55 EST


Hello Linus,

could you please pull from

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

to get a couple of ext3 & UDF fixes and also one improvement in quota locking.
Top of the tree is e703c20. The full shortlog is:

Jan Kara (3):
quota: Make quota code not call tty layer with dqptr_sem held
udf: Fix handling of i_blocks
udf: Fix deadlock in udf_release_file()

Joe Perches (1):
udf: Remove unnecessary OOM messages

Kazuya Mio (2):
ext3: Don't call dquot_free_block() if we don't update anything
ext3: Update ctime in ext3_splice_branch() only when needed

Lukas Czerner (1):
ext3: fix start and len arguments handling in ext3_trim_fs()

Steve Nickel (2):
udf: Init/maintain file entry checkpoint field
udf: Fix file entry logicalBlocksRecorded

The diffstat is

fs/ext3/balloc.c | 84 +++++++++++++-----------
fs/ext3/inode.c | 9 ++-
fs/quota/dquot.c | 189 ++++++++++++++++++++++++++++++++----------------------
fs/udf/balloc.c | 84 +++++++++++++-----------
fs/udf/file.c | 2 -
fs/udf/ialloc.c | 1 +
fs/udf/inode.c | 20 ++++--
fs/udf/super.c | 5 +-
fs/udf/udf_i.h | 1 +
9 files changed, 226 insertions(+), 169 deletions(-)

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