]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Jan 2016 20:24:56 +0000 (12:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Jan 2016 20:24:56 +0000 (12:24 -0800)
commitcc673757e24d018d64ff8038e28835db1e2902c4
tree6eab3dab15725cda04dafabe9a8440697dca26cc
parentfa7d9a1d286e6bab49ffa59cbd3c8b394ce54339
parente62e560fc8b65ef5debc9041a792d18a8f98b2ca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull final vfs updates from Al Viro:

 - The ->i_mutex wrappers (with small prereq in lustre)

 - a fix for too early freeing of symlink bodies on shmem (they need to
   be RCU-delayed) (-stable fodder)

 - followup to dedupe stuff merged this cycle

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  vfs: abort dedupe loop if fatal signals are pending
  make sure that freeing shmem fast symlinks is RCU-delayed
  wrappers for ->i_mutex access
  lustre: remove unused declaration
fs/block_dev.c
fs/dax.c
fs/ext4/file.c
fs/inode.c
fs/xfs/xfs_file.c
include/linux/fs.h
mm/filemap.c