NetBSD/sys/fs/smbfs
tron 6492b9712e Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely
based on code taken from FreeBSD.

This stops truncation of files larger than 4GB by VOP_SETATTR() which e.g.
happened when copying large files "rump_smbfs". Kudos to Antti Kantee
for diagnosing the problem in smbfs_smb_setfsize().
2009-10-20 20:55:01 +00:00
..
Makefile Install smb headers relevant for userspace and make mount_smbfs 2009-09-03 12:04:50 +00:00
files.smbfs
smbfs.h Remove duplicate definition of "smbfs_node_pool". 2008-09-07 13:13:04 +00:00
smbfs_io.c Fix compilation with SMB_*_DEBUG options. 2009-06-22 21:13:50 +00:00
smbfs_kq.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
smbfs_node.c Set recycle to false along with a comment screaming that it should 2009-10-19 19:12:06 +00:00
smbfs_node.h
smbfs_smb.c Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely 2009-10-20 20:55:01 +00:00
smbfs_subr.c
smbfs_subr.h Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely 2009-10-20 20:55:01 +00:00
smbfs_vfsops.c Fix set_statvfs_info() to use UIO_SYSSPACE for fromname kernel 2009-09-07 15:12:03 +00:00
smbfs_vnops.c make this build w/o SMB_VNODE_DEBUG 2009-07-04 07:36:46 +00:00