Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ncpfs: Support interacting with multiple user namespaces | Eric W. Biederman | 2013-02-13 | 1 | -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> | ||||
* | get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data ↵ | Al Viro | 2012-05-29 | 1 | -5/+5 |
| | | | | | | structure Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | ||||
* | move internal-only parts of ncpfs headers to fs/ncpfs | Al Viro | 2011-01-12 | 1 | -0/+176 |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |