]> git.baikalelectronics.ru Git - kernel.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)
commit495cf9d5cc74e127cc2ebbcfa2b1197108fd5dd7
tree9ab52130a11cdc9cac5f4727b773badf1279555f
parenta548bb4517c8c7e31b3c51503fc13008386379e1
parentf1a4fadee5d794ba7968d8769ab4e0c75045b706
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