All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] more vfs.git stuff
Date: Sun, 14 Jul 2013 18:34:04 +0100	[thread overview]
Message-ID: <20130714173404.GJ4165@ZenIV.linux.org.uk> (raw)

	O_TMPFILE ABI changes, Oleg's fput() series, misc cleanups,
including making simple_lookup() usable for filesystems with non-NULL,
which allows to get rid of quite a bit of ugliness.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (8):
      Safer ABI for O_TMPFILE
      rpc_create_*_dir: don't bother with qstr
      __rpc_lookup_create_exclusive: pass string instead of qstr
      configfs: don't open-code d_alloc_name()
      make simple_lookup() usable for filesystems that set ->s_d_op
      efivarfs: we can use simple_lookup() now
      cgroup: we can use simple_lookup() now
      sunrpc: now we can just set ->s_d_op

Andrew Morton (1):
      fs/file_table.c:fput(): add comment

Oleg Nesterov (3):
      fput: turn "list_head delayed_fput_list" into llist_head
      llist: fix/simplify llist_add() and llist_add_batch()
      llist: llist_add() can use llist_add_batch()

Diffstat:
 arch/alpha/include/uapi/asm/fcntl.h  |    2 +-
 arch/parisc/include/uapi/asm/fcntl.h |    2 +-
 arch/sparc/include/uapi/asm/fcntl.h  |    2 +-
 fs/configfs/dir.c                    |   13 +--------
 fs/efivarfs/inode.c                  |   14 +----------
 fs/file_table.c                      |   31 ++++++++++++-----------
 fs/libfs.c                           |    3 +-
 fs/namei.c                           |    2 +-
 fs/open.c                            |    4 +-
 include/linux/fs.h                   |    2 +
 include/linux/llist.h                |   19 +++-----------
 include/linux/sunrpc/rpc_pipe_fs.h   |    4 +-
 include/uapi/asm-generic/fcntl.h     |    8 ++++-
 kernel/cgroup.c                      |   11 +-------
 lib/llist.c                          |   15 ++++-------
 net/sunrpc/cache.c                   |   18 ++++----------
 net/sunrpc/clnt.c                    |   20 ++++++---------
 net/sunrpc/rpc_pipe.c                |   45 +++++++++++----------------------
 18 files changed, 75 insertions(+), 140 deletions(-)

             reply	other threads:[~2013-07-14 17:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-14 17:34 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-21 23:04 [git pull] more vfs.git stuff Al Viro
2016-01-22 18:26 ` Linus Torvalds
2016-01-22 18:42   ` Al Viro
2016-01-22 18:45     ` Linus Torvalds
2013-05-09 19:26 Al Viro
2013-05-09 20:12 ` Linus Torvalds
2013-05-09 20:21   ` Linus Torvalds
2013-05-09 20:28   ` Al Viro
2013-05-09 20:34     ` Al Viro
2013-05-09 20:46       ` Linus Torvalds
2013-05-07 19:17 Al Viro

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=20130714173404.GJ4165@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.