]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 23:27:47 +0000 (15:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 23:27:47 +0000 (15:27 -0800)
commit87ad7bbe90c51f2806d85f3ec8c1bc486a23e493
tree20b2f04fee785dc9ef81596cb2f7deec6d8016e0
parent51701269c0f61691f73981785d43cc24b1ac2811
parent75a48a6c6cbccc7c971108d43cda34b62303b0d4
Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull getname/putname updates from Al Viro:
 "Rework of getname/getname_kernel/etc., mostly from Paul Moore.  Gets
  rid of quite a pile of kludges between namei and audit..."

* 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  audit: replace getname()/putname() hacks with reference counters
  audit: fix filename matching in __audit_inode() and __audit_inode_child()
  audit: enable filename recording via getname_kernel()
  simpler calling conventions for filename_mountpoint()
  fs: create proper filename objects using getname_kernel()
  fs: rework getname_kernel to handle up to PATH_MAX sized filenames
  cut down the number of do_path_lookup() callers
fs/open.c
include/linux/audit.h
include/linux/fs.h
kernel/auditsc.c