freebsd-nq/sys/fs
Konstantin Belousov 8551285097 Restore the td_cookie value for the tmpfs directory entry which was a
dup entry, upon detach from the parent directory.  If the node is
renamed, the entry is re-attached at the different directory, and
invalud cookie value triggers assert (or corrupts directory rb tree,
it seems).

Reported by:	clusteradm (gjb, antoine)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2015-06-19 07:25:15 +00:00
..
autofs
cd9660
cuse
deadfs
devfs Add a new file operations hook for mmap operations. File type-specific 2015-06-04 19:41:15 +00:00
ext2fs Provide VOP_GETPAGES_ASYNC() for extfs. 2015-05-28 21:06:59 +00:00
fdescfs Replace struct filedesc argument in getvnode with struct thread 2015-06-16 13:09:18 +00:00
fifofs
fuse File systems that do not use the buffer cache (such as ZFS) must 2015-04-15 20:16:31 +00:00
msdosfs File systems that do not use the buffer cache (such as ZFS) must 2015-04-15 20:16:31 +00:00
nandfs File systems that do not use the buffer cache (such as ZFS) must 2015-04-15 20:16:31 +00:00
nfs Make the size of the hash tables used by the NFSv4 server tunable. 2015-05-27 22:00:05 +00:00
nfsclient o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async(). 2015-06-17 22:44:27 +00:00
nfsserver Make the NFS server use shared vnode locks for a few cases 2015-05-29 20:22:53 +00:00
nullfs File systems that do not use the buffer cache (such as ZFS) must 2015-04-15 20:16:31 +00:00
procfs Provide vnode in memory map info for files on tmpfs 2015-06-02 18:37:04 +00:00
pseudofs Hide vfs.pfs.trace variable if it is not used. 2015-05-24 18:11:22 +00:00
smbfs
tmpfs Restore the td_cookie value for the tmpfs directory entry which was a 2015-06-19 07:25:15 +00:00
udf
unionfs unionfs: fix suspendability check bugs 2015-06-06 16:36:13 +00:00