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] vfs.git part 1
Date: Tue, 17 Feb 2015 17:15:23 +0000	[thread overview]
Message-ID: <20150217171523.GI29656@ZenIV.linux.org.uk> (raw)

	This cycle a lot of stuff sits on topical branches, so I'll be
sending more or a less pull request per branch.  If you prefer a single
pull request in such situations for the future, please tell.  This is
the first pile; more to follow in a few.  In this one are several misc
commits from early in the cycle (before I went for separate branches) +
rework of mntput/dput ordering on umount, switching to use of fs_pin
instead of convoluted games in namespace_unlock().  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (14):
      selinuxfs: don't open-code d_genocide()
      ncpfs: get rid of d_validate() nonsense
      kill d_validate()
      gut proc_register() a bit
      get rid of lustre_dump_dentry()
      file->f_path.dentry is pinned down for as long as the file is open...
      mode_t whack-a-mole: chelsio
      kill pin_put()
      pull bumping refcount into ->kill()
      take count and rcu_head out of fs_pin
      get rid of the second argument of acct_kill()
      allow attaching fs_pin to a group not associated with some superblock
      new fs_pin killing logics
      switch the IO-triggering parts of umount to fs_pin

Linus Torvalds (1):
      dcache: let the dentry count go down to zero without taking d_lock

Diffstat:
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h |   2 +-
 drivers/staging/lustre/lustre/llite/dcache.c       |   8 --
 .../staging/lustre/lustre/llite/llite_internal.h   |   1 -
 drivers/staging/lustre/lustre/llite/llite_lib.c    |  42 ------
 fs/dcache.c                                        | 149 ++++++++++++++++-----
 fs/fs_pin.c                                        |  96 ++++++++-----
 fs/internal.h                                      |   2 +-
 fs/mount.h                                         |   4 +-
 fs/namespace.c                                     |  44 +++---
 fs/ncpfs/dir.c                                     |  98 +++++++-------
 fs/ncpfs/ncp_fs_i.h                                |   1 +
 fs/ncpfs/ncplib_kernel.h                           |  30 -----
 fs/proc/generic.c                                  |  25 ++--
 fs/super.c                                         |   4 +-
 include/linux/dcache.h                             |   3 -
 include/linux/fs_pin.h                             |  25 ++--
 include/linux/lockref.h                            |   3 +-
 include/linux/pid_namespace.h                      |   4 +-
 kernel/acct.c                                      |  94 +++++++------
 kernel/auditsc.c                                   |   5 +-
 lib/lockref.c                                      |  36 +++--
 security/commoncap.c                               |   6 +-
 security/selinux/selinuxfs.c                       |  52 +------
 23 files changed, 356 insertions(+), 378 deletions(-)

             reply	other threads:[~2015-02-17 17:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17 17:15 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-05  7:14 [git pull] vfs.git part 1 Al Viro
2017-07-07 12:46 ` Michael Ellerman
2017-07-07 12:46   ` Michael Ellerman
2017-07-07 15:59   ` Linus Torvalds
2017-07-07 16:30     ` Linus Torvalds
2017-07-07 22:55       ` Michael Ellerman
2017-07-07 17:35     ` Linus Torvalds
2017-07-07 18:59       ` Al Viro
2017-07-07 22:50       ` Michael Ellerman
2016-07-28 15:55 Al Viro
2013-07-01 19:59 [git pull] vfs.git, " Al Viro
2013-08-01  9:00 ` Christoph Hellwig

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=20150217171523.GI29656@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.