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 15:52:50 -07:00
2016-05-12 15:52:50 -07:00
2016-01-22 18:04:28 -05:00
2016-03-31 00:30:15 -04:00
2011-07-25 14:58:15 -07:00
2016-01-22 18:04:28 -05:00
2015-12-29 17:45:49 -08:00
2008-10-13 13:57:57 -07:00
2016-01-22 18:04:28 -05:00
2016-05-12 15:52:50 -07:00
2008-02-03 17:33:42 +02:00
2011-03-31 11:26:23 -03:00
2016-01-22 18:04:28 -05:00
2012-05-29 23:28:40 -04:00
2016-05-12 15:52:50 -07:00