On Mon 11-08-14 13:38:03, Jan Kara wrote:
>   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).
  Jeff Mahoney has found that my patch "reiserfs: Avoid warning from
unlock_new_inode()" is unnecessarily complicating the code since the real
problem is somewhere else than I thought. And since you didn't pull yet
it's unnecessary to have that patch in and then clean it up in another
patch. So just scratch this pull request and I'll send you a new one without
the problematic patch in a while. Sorry for confusion.

                                                                Honza
> 
> Top of the tree is 20601c5299c8. 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 (2):
>       reiserfs: Avoid warning from unlock_new_inode()
>       reiserfs: Fix use after free in journal teardown
> 
> Jeff Mahoney (1):
>       reiserfs: fix corruption introduced by balance_leaf refactor
> 
> Niu Yawei (5):
>       quota: missing lock in dqcache_shrink_scan()
>       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       | 182 
> +++++++++++++++++++++++--------------------------
>  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/namei.c    |  41 ++++++-----
>  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 -
>  18 files changed, 216 insertions(+), 212 deletions(-)
> 
>                                                       Thanks
>                                                               Honza
> -- 
> Jan Kara <[email protected]>
> SUSE Labs, CR
-- 
Jan Kara <[email protected]>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
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