summaryrefslogtreecommitdiffstats
path: root/fs/nfs/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Set key construction data for the legacy upcallBryan Schumaker2012-10-021-0/+1
* Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-10-021-34/+70
|\
| * NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall dataTrond Myklebust2012-09-281-25/+37
| * NFSv4: Clean up the legacy idmapper upcallTrond Myklebust2012-09-281-21/+44
| * NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapperTrond Myklebust2012-09-281-6/+7
* | nfs: replace strict_strto* with kstrto*Daniel Walter2012-10-021-2/+2
* | NFS: Use kzalloc() instead of kmalloc() in the idmapperBryan Schumaker2012-10-021-4/+1Star
|/
* NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker2012-08-161-4/+2Star
* NFS: Clear key construction data if the idmap upcall failsBryan Schumaker2012-08-161-14/+42
* NFS: Keep module parameters in the generic NFS clientBryan Schumaker2012-07-311-3/+0Star
* NFS: Fix a number of bugs in the idmapperDavid Howells2012-07-311-6/+20
* NFS: Force the legacy idmapper to be single threadedBryan Schumaker2012-06-201-5/+8
* NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust2012-05-231-0/+1
* NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust2012-05-231-0/+15
* NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever2012-05-221-2/+2
* NFS: kmalloc() doesn't return an ERR_PTR()Dan Carpenter2012-05-151-7/+3Star
* NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky2012-04-281-0/+4
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-231-389/+344Star
|\
| * NFS: Check return value from rpc_queue_upcall()Bryan Schumaker2012-03-121-2/+7
| * NFS: Fix a number of sparse warningsTrond Myklebust2012-03-111-4/+4
| * NFS: Store the legacy idmapper result in the keyringBryan Schumaker2012-03-011-388/+166Star
| * NFS: release per-net clients lock before calling PipeFS dentries creationStanislav Kinsbursky2012-02-271-6/+24
| * NFSv4: Further reduce the footprint of the idmapperTrond Myklebust2012-02-151-6/+36
| * NFSv4: Reduce the footprint of the idmapperTrond Myklebust2012-02-151-3/+13
| * NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefinedStanislav Kinsbursky2012-02-071-0/+1
| * NFS: make nfs_client_lock per net nsStanislav Kinsbursky2012-02-071-2/+2
| * NFS: make nfs_client_list per net nsStanislav Kinsbursky2012-02-071-3/+2Star
| * NFS: Keep idmapper include files in one placeBryan Schumaker2012-02-071-35/+31Star
| * NFS: Fall back on old idmapper if request_key() failsBryan Schumaker2012-02-071-54/+37Star
| * NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2012-02-071-2/+4
| * NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson2012-02-071-1/+2
| * NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2012-02-011-0/+75
| * NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routinesStanislav Kinsbursky2012-02-011-8/+53
| * SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-02-011-2/+2
| * SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky2012-02-011-8/+20
| * SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2012-02-011-2/+2
* | KEYS: Allow special keyrings to be clearedDavid Howells2012-01-191-0/+1
|/
* NFSv4: Save the owner/group name string when doing openTrond Myklebust2012-01-071-0/+83
* SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2011-10-181-24/+1Star
* treewide: remove duplicate includesVitaliy Ivanov2011-06-201-5/+2Star
* NFSv4: Send unmapped uid/gids to the server when using auth_sysTrond Myklebust2011-03-111-8/+16
* NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust2011-03-111-12/+12
* NFSv4: Send unmapped uid/gids to the server if the idmapper failsTrond Myklebust2011-03-111-4/+26
* NFSv4: If the server sends us a numeric uid/gid then accept itTrond Myklebust2011-03-111-2/+26
* nfs: fix mispelling of idmap CONFIG symbolJ. Bruce Fields2011-01-041-1/+1
* nfs: testing the wrong variableDan Carpenter2010-10-281-1/+1
* NFS: new idmapperBryan Schumaker2010-10-081-2/+209
* SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2009-08-091-2/+2
* SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2009-08-091-1/+1
* nfs: fix sparse warningsHarvey Harrison2008-02-201-1/+1