1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-19 04:44:09 +00:00
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-06-11 07:23:19 -07:00
2018-06-08 10:39:20 -07:00
2018-06-07 14:23:08 +01: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-15 18:10:01 -03:00
2018-06-08 13:36:19 -07:00
2018-06-15 18:10:01 -03:00
2018-08-01 23:18:53 -04:00
2018-07-22 14:13:43 +02:00
2018-07-12 10:04:29 -04: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:37 -07:00
2018-06-10 13:01:12 -07:00
2018-06-21 17:39:18 +02:00
2018-06-21 12:33:21 +02:00
2018-07-12 21:35:28 +02:00
2018-07-12 10:04:15 -04:00
2018-06-15 07:55:25 +09:00
2018-06-07 17:34:35 -07:00
2018-06-08 17:21:52 -07:00
2018-06-07 17:34:39 -07:00
2018-06-07 17:34:36 -07:00
2018-06-06 16:10:45 -05:00
2018-06-07 17:34:35 -07:00
2018-07-20 01:11:45 +02:00
2018-07-17 09:27:43 +02:00
2018-06-29 08:48:06 -06:00
2018-06-07 17:34:35 -07:00
2018-07-03 09:20:44 +02:00
2018-06-20 11:35:56 +02:00