summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/ncp_fs_sb.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-24ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro1-1/+1
makes ->d_hash() and ->d_compare() safety in RCU mode independent from vfsmount_lock. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-02-13ncpfs: Support interacting with multiple user namespacesEric W. Biederman1-3/+3
ncpfs does not natively support uids and gids so this conversion was simply a matter of updating the the type of the mounteduid, the uid and the gid on the superblock. Fixing the ioctls that read them, updating the mount option parser and the mount option printer. Cc: Petr Vandrovec <petr@vandrovec.name> Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
2012-05-29get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data ↵Al Viro1-5/+5
structure Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro1-0/+176
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>