freebsd-nq/sys/fs
Andrey V. Elsukov 14b2dc3952 Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.
When server doesn't support this request, try to use SMB_INFO_ALLOCATION.
And use SMB_COM_QUERY_INFORMATION_DISK request as fallback.

MFC after:	2 weeks
2014-04-15 09:10:01 +00:00
..
cd9660
deadfs
devfs
ext2fs Revert r263449; 2014-03-21 04:33:38 +00:00
fdescfs Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
fifofs Do not allow O_EXEC opens for fifo, return EINVAL. 2013-12-17 17:28:02 +00:00
fuse Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
msdosfs msdosfs: minor format fix - spaces vs tab 2014-03-20 20:14:04 +00:00
nandfs In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function. 2014-02-15 11:42:56 +00:00
nfs Fix lock leak in purely hypothetical case of TCP connection without SVC_ACK 2014-01-14 20:18:38 +00:00
nfsclient Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
nfsserver Fix NFS deadlock vulnerability. [SA-14:05] 2014-04-08 18:27:32 +00:00
nullfs
procfs
pseudofs
smbfs Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure. 2014-04-15 09:10:01 +00:00
tmpfs Rename global cnt to vm_cnt to avoid shadowing. 2014-03-22 10:26:09 +00:00
udf
unionfs