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-26 10:13:40 -07:00
2014-07-30 09:12:05 +10:00
2016-04-06 09:47:01 +10:00
2016-04-06 09:47:01 +10:00
2016-03-18 11:42:53 -04:00
2016-03-31 00:30:15 -04:00
2015-12-06 21:34:16 -05:00
2016-05-26 10:13:40 -07:00
2016-04-06 08:34:30 +10:00
2016-04-06 09:19:55 +10:00
2016-04-06 07:57:47 +10:00
2016-04-06 07:57:45 +10:00
2016-05-26 19:34:26 -07:00
2015-03-25 15:08:56 +11:00
2016-05-18 11:11:27 +10:00
2015-08-25 10:05:13 +10:00
2016-05-18 10:56:41 +10:00
2016-05-18 11:08:15 +10:00
2016-05-18 13:20:21 -04:00
2016-03-02 09:57:04 +11:00
2014-11-28 14:27:09 +11:00
2013-12-13 11:34:08 +11:00
2016-05-20 10:33:17 +10:00
2015-01-09 10:48:58 +11:00
2016-01-04 16:10:19 +11:00
2015-06-22 09:44:02 +10:00
2016-03-24 19:50:32 -07:00
2014-11-28 14:25:04 +11:00
2013-10-23 16:28:49 -05:00
2015-08-19 10:01:08 +10:00
2015-08-19 09:51:16 +10:00
2016-05-26 19:34:26 -07:00
2016-02-09 16:54:58 +11:00
2014-04-23 07:11:52 +10:00
2016-05-20 10:31:52 +10:00
2016-02-08 14:58:07 +11:00
2014-09-09 11:56:13 +10:00
2016-05-18 14:20:08 +10:00
2014-11-28 14:25:04 +11:00
2014-11-28 14:27:09 +11:00
2016-05-20 10:33:17 +10:00
2016-02-09 16:54:58 +11:00
2016-05-20 10:34:00 +10:00
2016-04-06 07:48:27 +10:00
2015-10-12 16:02:56 +11:00
2014-10-02 09:17:58 +10:00
2016-05-20 10:32:10 +10:00
2016-04-06 09:19:55 +10:00
2015-01-09 10:48:12 +11:00
2016-05-20 10:32:10 +10:00
2015-02-23 22:38:08 +11:00
2016-02-09 16:54:58 +11:00
2014-11-07 08:30:30 +11:00
2016-04-04 10:41:08 -07:00
2016-04-06 09:20:36 +10:00
2016-04-06 09:20:36 +10:00
2016-05-20 10:33:17 +10:00
2016-05-20 10:33:17 +10:00
2016-04-06 09:20:36 +10:00
2015-10-12 16:04:45 +11:00
2016-05-26 10:13:40 -07:00
2016-05-26 10:13:40 -07:00
2015-03-25 14:57:53 +11:00
2014-04-23 07:11:51 +10:00
2016-03-09 08:15:14 +11:00
2016-05-26 10:13:40 -07:00
2016-03-18 11:42:53 -04:00
2014-11-28 14:27:09 +11:00
2016-04-06 09:19:55 +10:00
2016-04-06 09:19:55 +10:00
2016-02-08 11:27:55 +11:00
2015-06-01 07:15:37 +10:00
2016-02-08 11:27:38 +11:00
2016-04-06 09:19:55 +10:00
2014-09-09 11:58:42 +10:00
2015-10-19 08:42:46 +11:00
2015-10-12 18:21:22 +11:00
2016-05-26 19:34:26 -07:00
2016-03-02 09:58:09 +11:00
2016-05-20 10:32:10 +10:00
2013-10-08 14:53:02 -05:00
2015-10-12 05:19:45 +11:00
2014-09-09 11:56:13 +10:00
2016-05-18 11:11:27 +10:00
2016-05-18 10:58:51 +10:00
2014-11-28 14:27:09 +11:00
2016-05-20 10:33:38 +10:00
2016-02-08 14:59:07 +11:00
2016-02-10 15:01:11 +11:00
2016-02-08 11:27:55 +11:00
2015-08-19 09:51:43 +10:00
2016-02-09 16:54:58 +11:00
2015-08-19 10:01:08 +10:00
2016-04-06 09:20:36 +10:00
2016-04-06 09:19:55 +10:00
2016-05-27 17:14:05 -07:00