[GIT PULL] ext3 improvements, cleanups, reiserfs fix

From: Jan Kara
Date: Mon Apr 07 2014 - 17:49:41 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 various cleanups for ext2, ext3, udf, isofs, a documentation update
for quota, and a fix of a race in reiserfs readdir implementation.

Top of the tree is 01d8885785a6. The full shortlog is:

Dan Carpenter (2):
ext3: remove unneeded check in ext3_ordered_writepage()
ext3: remove an unneeded check in ext3_new_blocks()

Eric Sandeen (1):
ext3: explicitly remove inode from orphan list after failed direct io

Fabian Frederick (6):
fs: udf: parse_options: blocksize check
udf: Add __init macro to init_inodecache
ext2: Add __init macro to init_inodecache
ext3: Add __init macro to init_inodecache
fs/quota/Kconfig: Update filesystems
fs/isofs/inode.c add __init to init_inodecache()

Jakub Sitnicki (1):
ext2: acl: remove unneeded include of linux/capability.h

Jan Kara (3):
ext3: Update PF_MEMALLOC handling in ext3_write_inode()
ext3: Update outdated comment before ext3_ordered_writepage()
ext3: Speedup WB_SYNC_ALL pass

Jeff Mahoney (1):
reiserfs: fix race in readdir

Rashika Kheria (3):
fs: Mark function as static in ext2/xattr_security.c
fs: Mark function as static in ext3/dir.c
fs: Mark function as static in ext3/xattr_security.c

ZhangZhen (1):
ext2/3: use prandom_u32() instead of get_random_bytes()

The diffstat is

fs/ext2/acl.c | 1 -
fs/ext2/ialloc.c | 2 +-
fs/ext2/super.c | 2 +-
fs/ext2/xattr_security.c | 4 +--
fs/ext3/balloc.c | 5 +--
fs/ext3/dir.c | 2 +-
fs/ext3/ialloc.c | 2 +-
fs/ext3/inode.c | 86 ++++++++++++++----------------------------------
fs/ext3/super.c | 2 +-
fs/ext3/xattr_security.c | 5 +--
fs/isofs/inode.c | 2 +-
fs/quota/Kconfig | 7 ++--
fs/reiserfs/dir.c | 6 ++--
fs/udf/super.c | 8 +++--
14 files changed, 51 insertions(+), 83 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/