Files
kernel_xiaomi_sm8250/Documentation/filesystems
Bryan Schumaker 955a857e06 NFS: new idmapper
This patch creates a new idmapper system that uses the request-key function to
place a call into userspace to map user and group ids to names.  The old
idmapper was single threaded, which prevented more than one request from running
at a single time.  This means that a user would have to wait for an upcall to
finish before accessing a cached result.

The upcall result is stored on a keyring of type id_resolver.  See the file
Documentation/filesystems/nfs/idmapper.txt for instructions.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
[Trond: fix up the return value of nfs_idmap_lookup_name and clean up code]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2010-10-07 18:48:49 -04:00
..
2010-10-07 18:48:49 -04:00
2010-03-29 09:52:11 -07:00
2010-03-29 14:28:52 +01:00
2010-05-10 11:56:30 +02:00
2010-07-23 10:02:12 +09:00
2010-08-09 20:45:02 -07:00