Hello Linus,

  could you please pull from

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

to get scalability improvements for quota, a few reiserfs fixes, and couple
of misc cleanups (udf, ext2).

Top of the tree is 01777836c870. The full shortlog is:

Andy Shevchenko (1):
      fs/udf: re-use hex_asc_upper_{hi,lo} macros

Chao Yu (1):
      udf: avoid redundant memcpy when writing data in ICB

Fabian Frederick (2):
      udf: use linux/uaccess.h
      fs/quota: kernel-doc warning fixes

Himangi Saraogi (1):
      fs/ext2/super.c: Drop memory allocation cast

Jan Kara (1):
      reiserfs: Fix use after free in journal teardown

Jeff Mahoney (1):
      reiserfs: fix corruption introduced by balance_leaf refactor

Niu Yawei (4):
      quota: protect Q_GETFMT by dqonoff_mutex
      quota: avoid unnecessary dqget()/dqput() calls
      quota: simplify remove_inode_dquot_ref()
      quota: remove dqptr_sem

The diffstat is

 fs/ext2/super.c        |   2 +-
 fs/quota/dquot.c       | 180 ++++++++++++++++++++++---------------------------
 fs/quota/kqid.c        |   2 +-
 fs/quota/netlink.c     |   3 +-
 fs/quota/quota.c       |   6 +-
 fs/reiserfs/do_balan.c | 111 +++++++++++++++++-------------
 fs/reiserfs/journal.c  |  22 ++++--
 fs/reiserfs/lbalance.c |   5 +-
 fs/reiserfs/reiserfs.h |   9 +--
 fs/reiserfs/super.c    |   6 +-
 fs/super.c             |   1 -
 fs/udf/file.c          |  22 +-----
 fs/udf/lowlevel.c      |   2 +-
 fs/udf/super.c         |   2 +-
 fs/udf/symlink.c       |   2 +-
 fs/udf/unicode.c       |   9 ++-
 include/linux/quota.h  |   1 -
 17 files changed, 189 insertions(+), 196 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