]> git.baikalelectronics.ru Git - 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)
commitc4527c0f1d6529d3d57eb52682f02987173fc9fa
tree6eab3dab15725cda04dafabe9a8440697dca26cc
parentb2404ac38cc0d5f0f2b3b5510013c4538613e4c3
parent96b3df00f71d704691eb31a9cbc30bfab6b02b09
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