Linus Torvalds
0ea97a2d61
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
...
Pull vfs icache updates from Al Viro:
- NFS mkdir/open_by_handle race fix
- analogous solution for FUSE, replacing the one currently in mainline
- new primitive to be used when discarding halfway set up inodes on
failed object creation; gives sane warranties re icache lookups not
returning such doomed by still not freed inodes. A bunch of
filesystems switched to that animal.
- Miklos' fix for last cycle regression in iget5_locked(); -stable will
need a slightly different variant, unfortunately.
- misc bits and pieces around things icache-related (in adfs and jfs).
* 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
jfs: don't bother with make_bad_inode() in ialloc()
adfs: don't put inodes into icache
new helper: inode_fake_hash()
vfs: don't evict uninitialized inode
jfs: switch to discard_new_inode()
ext2: make sure that partially set up inodes won't be returned by ext2_iget()
udf: switch to discard_new_inode()
ufs: switch to discard_new_inode()
btrfs: switch to discard_new_inode()
new primitive: discard_new_inode()
kill d_instantiate_no_diralias()
nfs_instantiate(): prevent multiple aliases for directory inode
2018-08-13 20:25:58 -07:00
..
2018-07-16 14:02:45 -07:00
2018-06-24 14:23:21 +01:00
2018-06-11 10:21:06 -07:00
2018-07-16 14:22:19 +01:00
2018-06-11 07:23:19 -07:00
2018-07-18 18:16:58 -07:00
2018-06-06 18:39:49 -07:00
2018-06-08 10:39:20 -07:00
2018-06-11 14:24:32 -07:00
2018-06-17 05:25:18 +09:00
2018-06-07 14:23:08 +01:00
2018-07-25 11:29:58 +02:00
2018-06-11 18:19:45 -07:00
2018-06-12 10:09:03 -07:00
2018-06-06 09:08:38 -07:00
2018-06-25 21:30:12 +08:00
2018-06-15 18:10:01 -03:00
2018-06-15 18:10:01 -03:00
2018-06-17 08:27:01 +09:00
2018-07-25 11:53:59 +02:00
2018-06-22 12:08:07 -06:00
2018-06-08 13:36:19 -07:00
2018-06-21 12:52:11 +02:00
2018-06-21 12:52:11 +02:00
2018-07-24 14:41:50 -06:00
2018-06-26 12:18:27 -06:00
2018-06-26 11:28:38 +02:00
2018-07-09 10:33:49 +02:00
2018-06-26 11:28:38 +02:00
2018-07-21 16:21:25 -07:00
2018-06-15 18:10:01 -03:00
2018-06-09 12:06:24 -07:00
2018-07-19 17:08:52 -07:00
2018-06-24 14:39:47 +02:00
2018-07-12 22:19:58 +02:00
2018-06-25 23:21:12 +09:00
2018-07-03 10:56:27 +02:00
2018-08-12 12:19:42 -07:00
2018-07-03 09:20:43 +02:00
2018-06-28 11:16:44 -07:00
2018-08-01 23:18:53 -04:00
2018-07-26 19:38:03 -07:00
2018-06-06 17:27:14 -07:00
2018-06-14 08:50:37 +02:00
2018-06-24 09:27:27 -07:00
2018-07-22 14:13:43 +02:00
2018-07-26 19:38:03 -07:00
2018-07-12 10:04:29 -04:00
2018-07-07 15:25:35 -07:00
2018-08-13 20:25:58 -07:00
2018-06-11 10:16:13 -07:00
2018-06-11 10:16:13 -07:00
2018-07-03 18:33:19 -04:00
2018-06-07 17:34:38 -07:00
2018-06-25 15:29:16 +02:00
2018-06-07 17:34:37 -07:00
2018-06-10 13:01:12 -07:00
2018-07-07 20:04:35 +09:00
2018-07-16 11:20:06 -07:00
2018-07-12 10:04:19 -04:00
2018-07-20 13:55:56 +02:00
2018-06-22 14:22:00 +02:00
2018-06-22 14:22:02 +02:00
2018-06-15 07:55:24 +09:00
2018-06-21 17:39:18 +02:00
2018-06-21 12:33:21 +02:00
2018-06-07 17:34:36 -07:00
2018-07-03 09:17:30 +02:00
2018-07-12 21:35:28 +02:00
2018-07-02 07:54:38 -07:00
2018-06-13 00:03:17 +09:00
2018-07-12 10:04:15 -04:00
2018-07-04 11:34:09 +09:00
2018-06-15 07:55:25 +09:00
2018-06-07 17:34:35 -07:00
2018-06-07 17:34:36 -07:00
2018-06-21 16:14:45 +02:00
2018-06-08 17:21:52 -07:00
2018-07-17 09:35:30 +02:00
2018-08-01 13:43:38 -07:00
2018-06-18 13:43:09 +09:00
2018-06-07 17:34:39 -07:00
2018-06-15 15:27:09 +01:00
2018-06-28 10:40:47 -07:00
2018-07-02 20:34:04 +09:00
2018-06-12 19:12:43 +02:00
2018-06-19 09:25:27 -04:00
2018-07-10 17:56:22 +02:00
2018-06-07 17:34:36 -07:00
2018-06-07 17:34:37 -07:00
2018-06-06 16:10:45 -05:00
2018-07-31 11:27:54 -05:00
2018-07-25 11:47:02 +02:00
2018-06-07 17:34:35 -07:00
2018-06-25 09:41:37 +02:00
2018-06-12 10:24:13 +02:00
2018-06-28 10:40:47 -07:00
2018-07-02 11:33:25 +02:00
2018-07-20 01:11:45 +02:00
2018-06-15 18:10:01 -03:00
2018-07-12 15:39:25 -07:00
2018-07-12 15:39:15 -07:00
2018-07-12 15:39:15 -07:00
2018-07-17 09:27:43 +02:00
2018-07-25 10:29:41 -04:00
2018-07-25 11:22:19 +02:00
2018-06-29 08:48:06 -06:00
2018-07-20 00:02:43 +02:00
2018-08-13 12:23:39 -07:00
2018-07-12 10:04:15 -04:00
2018-06-07 17:34:35 -07:00
2018-07-12 15:15:16 -07:00
2018-06-07 17:34:34 -07:00
2018-06-15 07:55:23 +09:00
2018-06-28 11:16:44 -07:00
2018-07-03 09:20:44 +02:00
2018-07-17 09:30:33 +02:00
2018-06-25 11:26:24 -07:00
2018-06-14 12:21:18 +09:00
2018-06-20 11:35:56 +02:00
2018-08-13 13:02:31 -07:00
2018-06-24 14:39:46 +02:00
2018-06-24 14:39:46 +02:00
2018-08-13 18:28:19 -07:00
2018-07-12 15:42:04 -07:00
2018-06-06 18:39:49 -07:00
2018-06-15 18:10:01 -03:00
2018-06-07 17:34:38 -07:00
2018-07-07 16:57:35 +02:00
2018-06-07 17:34:38 -07:00
2018-06-07 16:15:38 -04:00
2018-06-07 20:54:23 +03:00