summaryrefslogtreecommitdiff
path: root/include/linux/ncp_mount.h
AgeCommit message (Collapse)Author
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2006-12-13[PATCH] ncpfs: Use struct pid to track the userspace watchdog processEric W. Biederman
This patch converts the tracking of the user space watchdog process from using a pid_t to use struct pid. This makes us safe from pid wrap around issues and prepares the way for the pid namespace. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2002-09-21ncpfs: Pass unknown packets from server to userspace daemon. Now we canPetr Vandrovec
deliver server messages to logged-in users even with UDP or TCP transport.
2002-09-21Add support for text mount option string to ncpfs.Petr Vandrovec
2002-07-18Utilize NFS extended attributes for storing file mode and rdev. Make sure ↵Petr Vandrovec
that you use nodev,nosuid together with nfsextras if you do not trust server...
2002-02-04Import changesetLinus Torvalds