linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org
Subject: [GIT PULL] ext3 improvements, cleanups, reiserfs fix
Date: Mon, 7 Apr 2014 23:49:30 +0200	[thread overview]
Message-ID: <20140407214930.GA31152@quack.suse.cz> (raw)

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

                 reply	other threads:[~2014-04-07 21:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140407214930.GA31152@quack.suse.cz \
    --to=jack@suse.cz \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).