aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-03pnfs/flexfiles: Add the FlexFile Layout DriverGravatar Tom Haynes 1-1/+2
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-2/+0
2014-07-22Merge branch 'keys-fixes' into keys-nextGravatar David Howells 1-0/+2
2014-07-22KEYS: user: Use key preparsingGravatar David Howells 1-2/+6
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINGravatar David Howells 1-0/+2
2013-09-01NFSv4: Convert idmapper to use the new framework for pipefs dentriesGravatar Trond Myklebust 1-150/+34
2013-08-30NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregisterGravatar Trond Myklebust 1-1/+3
2013-08-22NFSv4: Add tracepoints for debugging the idmapperGravatar Trond Myklebust 1-0/+5
2013-08-22NFSv4: Deal with a sparse warning in nfs_idmap_get_key()Gravatar Trond Myklebust 1-1/+1
2013-06-28NFS: Improve legacy idmapping fallbackGravatar Bryan Schumaker 1-30/+26
2013-03-20NFSv4: Fix the string length returned by the idmapperGravatar Trond Myklebust 1-5/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-13nfs: Convert idmap to use kuids and kgidsGravatar Eric W. Biederman 1-16/+34
2013-02-13nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring allocGravatar Eric W. Biederman 1-1/+2
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-8/+4
2012-10-02NFS: Set key construction data for the legacy upcallGravatar Bryan Schumaker 1-0/+1
2012-10-02KEYS: Use keyring_alloc() to create special keyringsGravatar David Howells 1-8/+4
2012-10-01Merge branch 'bugfixes' into nfs-for-nextGravatar Trond Myklebust 1-34/+70
2012-10-01nfs: replace strict_strto* with kstrto*Gravatar Daniel Walter 1-2/+2
2012-10-01NFS: Use kzalloc() instead of kmalloc() in the idmapperGravatar Bryan Schumaker 1-4/+1
2012-09-28NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall dataGravatar Trond Myklebust 1-25/+37
2012-09-28NFSv4: Clean up the legacy idmapper upcallGravatar Trond Myklebust 1-21/+44
2012-09-28NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapperGravatar Trond Myklebust 1-6/+7
2012-08-16NFS: return -ENOKEY when the upcall fails to map the nameGravatar Bryan Schumaker 1-4/+2
2012-08-16NFS: Clear key construction data if the idmap upcall failsGravatar Bryan Schumaker 1-14/+42
2012-07-30NFS: Keep module parameters in the generic NFS clientGravatar Bryan Schumaker 1-3/+0
2012-07-30NFS: Fix a number of bugs in the idmapperGravatar David Howells 1-6/+20
2012-06-20NFS: Force the legacy idmapper to be single threadedGravatar Bryan Schumaker 1-5/+8
2012-05-23NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationGravatar Trond Myklebust 1-0/+1
2012-05-23NFSv4: Fix a race in the net namespace mount notificationGravatar Trond Myklebust 1-0/+15
2012-05-22NFS: Use proper naming conventions for the nfs_client.net fieldGravatar Chuck Lever 1-2/+2
2012-05-14NFS: kmalloc() doesn't return an ERR_PTR()Gravatar Dan Carpenter 1-7/+3
2012-04-28NFS: get module in idmap PipeFS notifier callbackGravatar Stanislav Kinsbursky 1-0/+4
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-389/+344
2012-03-12NFS: Check return value from rpc_queue_upcall()Gravatar Bryan Schumaker 1-2/+7
2012-03-11NFS: Fix a number of sparse warningsGravatar Trond Myklebust 1-4/+4
2012-03-01NFS: Store the legacy idmapper result in the keyringGravatar Bryan Schumaker 1-388/+166
2012-02-27NFS: release per-net clients lock before calling PipeFS dentries creationGravatar Stanislav Kinsbursky 1-6/+24
2012-02-15NFSv4: Further reduce the footprint of the idmapperGravatar Trond Myklebust 1-6/+36
2012-02-15NFSv4: Reduce the footprint of the idmapperGravatar Trond Myklebust 1-3/+13
2012-02-06NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefinedGravatar Stanislav Kinsbursky 1-0/+1
2012-02-06NFS: make nfs_client_lock per net nsGravatar Stanislav Kinsbursky 1-2/+2
2012-02-06NFS: make nfs_client_list per net nsGravatar Stanislav Kinsbursky 1-3/+2
2012-02-06NFS: Keep idmapper include files in one placeGravatar Bryan Schumaker 1-35/+31
2012-02-06NFS: Fall back on old idmapper if request_key() failsGravatar Bryan Schumaker 1-54/+37
2012-02-06NFS: start printks w/ NFS: even if __func__ shownGravatar Weston Andros Adamson 1-2/+4
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Gravatar Weston Andros Adamson 1-1/+2
2012-01-31NFS: idmap PipeFS notifier introducedGravatar Stanislav Kinsbursky 1-0/+75
2012-01-31NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routinesGravatar Stanislav Kinsbursky 1-8/+53