freebsd-nq/sys/fs/nandfs
Konstantin Belousov 65589a29f4 Check for the cross-device cross-link attempt in the VFS, instead of
forcing filesystem VOP_LINK() methods to repeat the code.  In
tmpfs_link(), remove redundand check for the type of the source,
already done by VFS.

Note that NFS server already performs this check before calling
VOP_LINK().

Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2014-07-16 14:04:46 +00:00
..
bmap.c More properly account for free/reserved segments to avoid deadlock or 2014-04-18 17:03:35 +00:00
bmap.h
nandfs_alloc.c
nandfs_bmap.c
nandfs_buffer.c
nandfs_cleaner.c
nandfs_cpfile.c
nandfs_dat.c
nandfs_dir.c
nandfs_fs.h
nandfs_ifile.c
nandfs_mount.h
nandfs_segment.c - Convert the bufobj lock to rwlock. 2013-05-31 00:43:41 +00:00
nandfs_subr.c Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE on 2014-04-18 17:03:43 +00:00
nandfs_subr.h
nandfs_sufile.c
nandfs_vfsops.c Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE on 2014-04-18 17:03:43 +00:00
nandfs_vnops.c Check for the cross-device cross-link attempt in the VFS, instead of 2014-07-16 14:04:46 +00:00
nandfs.h Naughty NANDFS was using hidden unused flag, hiding the fact that the 2014-07-07 23:21:07 +00:00