]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 May 2016 18:51:59 +0000 (11:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 May 2016 18:51:59 +0000 (11:51 -0700)
commit9e17632c0a146891c90a4353a160cfcf71f34b8f
tree9ab52130a11cdc9cac5f4727b773badf1279555f
parent69370471d0b2fc3020c60f5473b1eef5977d165a
parent2c4cb04300fa160e9d78335c74184c4e66a56437
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull misc vfs cleanups from Al Viro:
 "Assorted cleanups and fixes all over the place"

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  coredump: only charge written data against RLIMIT_CORE
  coredump: get rid of coredump_params->written
  ecryptfs_lookup(): try either only encrypted or plaintext name
  ecryptfs: avoid multiple aliases for directories
  bpf: reject invalid names right in ->lookup()
  __d_alloc(): treat NULL name as QSTR("/", 1)
  mtd: switch ubi_open_volume_path() to vfs_stat()
  mtd: switch open_mtd_by_chdev() to use of vfs_stat()
fs/binfmt_elf.c
fs/binfmt_elf_fdpic.c
fs/dcache.c
fs/ecryptfs/inode.c
kernel/bpf/inode.c