linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] getname/putname stuff
@ 2015-02-17 17:34 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2015-02-17 17:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	Rework of getname/getname_kernel/etc., mostly from Paul Moore.
Gets rid of quite a pile of kludges between namei and audit...
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git getname2

Shortlog:
Al Viro (2):
      cut down the number of do_path_lookup() callers
      simpler calling conventions for filename_mountpoint()

Paul Moore (5):
      fs: rework getname_kernel to handle up to PATH_MAX sized filenames
      fs: create proper filename objects using getname_kernel()
      audit: enable filename recording via getname_kernel()
      audit: fix filename matching in __audit_inode() and __audit_inode_child()
      audit: replace getname()/putname() hacks with reference counters

Diffstat:
 fs/exec.c             |  10 ++-
 fs/namei.c            | 143 +++++++++++++++++++++++++----------------
 fs/open.c             |  10 ++-
 include/linux/audit.h |   3 -
 include/linux/fs.h    |   9 +--
 kernel/audit.h        |  17 +----
 kernel/auditsc.c      | 171 +++++++++++---------------------------------------
 7 files changed, 145 insertions(+), 218 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-17 17:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 17:34 [git pull] getname/putname stuff Al Viro

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).