aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-23NFS: Rename idmap.c to nfs4idmap.cAnna Schumaker1-792/+0
2015-04-23NFS: Move nfs_idmap.h into fs/nfs/Anna Schumaker1-1/+1
2015-02-03pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes1-1/+2
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-2/+0
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells1-0/+2
2014-07-22KEYS: user: Use key preparsingDavid Howells1-2/+6
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells1-0/+2
2013-09-01NFSv4: Convert idmapper to use the new framework for pipefs dentriesTrond Myklebust1-150/+34
2013-08-30NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregisterTrond Myklebust1-1/+3
2013-08-22NFSv4: Add tracepoints for debugging the idmapperTrond Myklebust1-0/+5
2013-08-22NFSv4: Deal with a sparse warning in nfs_idmap_get_key()Trond Myklebust1-1/+1
2013-06-28NFS: Improve legacy idmapping fallbackBryan Schumaker1-30/+26
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust1-5/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-13nfs: Convert idmap to use kuids and kgidsEric W. Biederman1-16/+34
2013-02-13nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring allocEric W. Biederman1-1/+2
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-8/+4
2012-10-02NFS: Set key construction data for the legacy upcallBryan Schumaker1-0/+1
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells1-8/+4
2012-10-01Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-34/+70
2012-10-01nfs: replace strict_strto* with kstrto*Daniel Walter1-2/+2
2012-10-01NFS: Use kzalloc() instead of kmalloc() in the idmapperBryan Schumaker1-4/+1
2012-09-28NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall dataTrond Myklebust1-25/+37
2012-09-28NFSv4: Clean up the legacy idmapper upcallTrond Myklebust1-21/+44
2012-09-28NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapperTrond Myklebust1-6/+7
2012-08-16NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker1-4/+2
2012-08-16NFS: Clear key construction data if the idmap upcall failsBryan Schumaker1-14/+42
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker1-3/+0
2012-07-30NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20
2012-06-20NFS: Force the legacy idmapper to be single threadedBryan Schumaker1-5/+8
2012-05-23NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust1-0/+1
2012-05-23NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust1-0/+15
2012-05-22NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever1-2/+2
2012-05-14NFS: kmalloc() doesn't return an ERR_PTR()Dan Carpenter1-7/+3
2012-04-28NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky1-0/+4
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-389/+344
2012-03-12NFS: Check return value from rpc_queue_upcall()Bryan Schumaker1-2/+7
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-4/+4
2012-03-01NFS: Store the legacy idmapper result in the keyringBryan Schumaker1-388/+166
2012-02-27NFS: release per-net clients lock before calling PipeFS dentries creationStanislav Kinsbursky1-6/+24
2012-02-15NFSv4: Further reduce the footprint of the idmapperTrond Myklebust1-6/+36
2012-02-15NFSv4: Reduce the footprint of the idmapperTrond Myklebust1-3/+13
2012-02-06NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefinedStanislav Kinsbursky1-0/+1
2012-02-06NFS: make nfs_client_lock per net nsStanislav Kinsbursky1-2/+2
2012-02-06NFS: make nfs_client_list per net nsStanislav Kinsbursky1-3/+2
2012-02-06NFS: Keep idmapper include files in one placeBryan Schumaker1-35/+31
2012-02-06NFS: Fall back on old idmapper if request_key() failsBryan Schumaker1-54/+37
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-2/+4
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson1-1/+2
2012-01-31NFS: idmap PipeFS notifier introducedStanislav Kinsbursky1-0/+75
2012-01-31NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routinesStanislav Kinsbursky1-8/+53
2012-01-31SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky1-2/+2
2012-01-31SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky1-8/+20
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky1-2/+2
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells1-0/+1
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust1-0/+83
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao1-24/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-5/+2
2011-03-11NFSv4: Send unmapped uid/gids to the server when using auth_sysTrond Myklebust1-8/+16
2011-03-11NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust1-12/+12
2011-03-11NFSv4: Send unmapped uid/gids to the server if the idmapper failsTrond Myklebust1-4/+26
2011-03-11NFSv4: If the server sends us a numeric uid/gid then accept itTrond Myklebust1-2/+26
2011-01-04nfs: fix mispelling of idmap CONFIG symbolJ. Bruce Fields1-1/+1
2010-10-28nfs: testing the wrong variableDan Carpenter1-1/+1
2010-10-07NFS: new idmapperBryan Schumaker1-2/+209
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust1-2/+2
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust1-1/+1
2008-02-20nfs: fix sparse warningsHarvey Harrison1-1/+1
2008-01-30NFS: Use size_t for storing name lengthsChuck Lever1-3/+3
2008-01-30NFS: Fix use of copy_to_user() in idmap_pipe_upcallChuck Lever1-8/+6
2008-01-30NFS: Clean up fs/nfs/idmap.cChuck Lever1-43/+44
2007-05-09NFS: use __set_current_state()Milind Arun Choudhary1-2/+2
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust1-5/+1
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-2/+1
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells1-4/+8
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells1-6/+6
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells1-0/+14
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust1-1/+0
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust1-2/+1
2006-06-09NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust1-1/+0
2006-03-20NFS: sem2mutex idmap.cIngo Molnar1-20/+21
2006-03-20NFS: kzalloc conversion in fs/nfsEric Sesterhenn1-3/+1
2006-03-20SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust1-0/+2
2006-01-06NFSv4: Allow entries in the idmap cache to expireTrond Myklebust1-0/+9
2005-06-22[PATCH] NFS: Header file cleanup...Trond Myklebust1-0/+1
2005-05-05[PATCH] make some things staticAdrian Bunk1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+498