Linus Torvalds d102a56edb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro:
 "Followups to the parallel lookup work:

   - update docs

   - restore killability of the places that used to take ->i_mutex
     killably now that we have down_write_killable() merged

   - Additionally, it turns out that I missed a prerequisite for
     security_d_instantiate() stuff - ->getxattr() wasn't the only thing
     that could be called before dentry is attached to inode; with smack
     we needed the same treatment applied to ->setxattr() as well"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  switch ->setxattr() to passing dentry and inode separately
  switch xattr_handler->set() to passing dentry and inode separately
  restore killability of old mutex_lock_killable(&inode->i_mutex) users
  add down_write_killable_nested()
  update D/f/directory-locking
2016-05-27 17:14:05 -07:00
..
2016-05-12 22:28:05 -04:00
2016-05-12 22:28:05 -04:00
2016-05-20 15:11:26 -07:00
2014-03-03 13:50:12 +00:00
2016-05-27 15:26:11 -07:00
2016-05-20 15:11:26 -07:00
2016-05-20 15:11:26 -07:00
2015-12-14 12:19:24 -06:00
2016-05-20 15:11:26 -07:00
2013-06-03 14:20:18 -07:00
2015-11-09 15:11:24 -08:00
2014-05-14 10:04:34 +01:00
2015-09-11 12:23:51 -07:00
2011-05-10 13:12:49 +01:00
2016-05-20 15:11:26 -07:00
2015-01-13 10:48:57 +00:00
2016-05-20 15:11:26 -07:00
2015-05-05 13:23:22 -05:00
2012-01-11 09:23:05 +00:00
2015-12-06 21:25:17 -05:00