aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/idmap.c
AgeCommit message (Expand)Author
2013-09-01NFSv4: Convert idmapper to use the new framework for pipefs dentriesTrond Myklebust
2013-08-30NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregisterTrond Myklebust
2013-08-22NFSv4: Add tracepoints for debugging the idmapperTrond Myklebust
2013-08-22NFSv4: Deal with a sparse warning in nfs_idmap_get_key()Trond Myklebust
2013-06-28NFS: Improve legacy idmapping fallbackBryan Schumaker
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-13nfs: Convert idmap to use kuids and kgidsEric W. Biederman
2013-02-13nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring allocEric W. Biederman
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-10-02NFS: Set key construction data for the legacy upcallBryan Schumaker
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells
2012-10-01Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust
2012-10-01nfs: replace strict_strto* with kstrto*Daniel Walter
2012-10-01NFS: Use kzalloc() instead of kmalloc() in the idmapperBryan Schumaker
2012-09-28NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall dataTrond Myklebust
2012-09-28NFSv4: Clean up the legacy idmapper upcallTrond Myklebust
2012-09-28NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapperTrond Myklebust
2012-08-16NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker
2012-08-16NFS: Clear key construction data if the idmap upcall failsBryan Schumaker
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker
2012-07-30NFS: Fix a number of bugs in the idmapperDavid Howells
2012-06-20NFS: Force the legacy idmapper to be single threadedBryan Schumaker
2012-05-23NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust
2012-05-23NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust
2012-05-22NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever
2012-05-14NFS: kmalloc() doesn't return an ERR_PTR()Dan Carpenter
2012-04-28NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-12NFS: Check return value from rpc_queue_upcall()Bryan Schumaker
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust
2012-03-01NFS: Store the legacy idmapper result in the keyringBryan Schumaker
2012-02-27NFS: release per-net clients lock before calling PipeFS dentries creationStanislav Kinsbursky
2012-02-15NFSv4: Further reduce the footprint of the idmapperTrond Myklebust
2012-02-15NFSv4: Reduce the footprint of the idmapperTrond Myklebust
2012-02-06NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefinedStanislav Kinsbursky
2012-02-06NFS: make nfs_client_lock per net nsStanislav Kinsbursky
2012-02-06NFS: make nfs_client_list per net nsStanislav Kinsbursky
2012-02-06NFS: Keep idmapper include files in one placeBryan Schumaker
2012-02-06NFS: Fall back on old idmapper if request_key() failsBryan Schumaker
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson
2012-01-31NFS: idmap PipeFS notifier introducedStanislav Kinsbursky
2012-01-31NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routinesStanislav Kinsbursky
2012-01-31SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky
2012-01-31SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust