| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-23 | NFS: Rename idmap.c to nfs4idmap.c | Anna Schumaker | 1 | -792/+0 |
| 2015-04-23 | NFS: Move nfs_idmap.h into fs/nfs/ | Anna Schumaker | 1 | -1/+1 |
| 2015-02-03 | pnfs/flexfiles: Add the FlexFile Layout Driver | Tom Haynes | 1 | -1/+2 |
| 2014-09-16 | KEYS: Remove key_type::match in favour of overriding default by match_preparse | David Howells | 1 | -2/+0 |
| 2014-07-22 | Merge branch 'keys-fixes' into keys-next | David Howells | 1 | -0/+2 |
| 2014-07-22 | KEYS: user: Use key preparsing | David Howells | 1 | -2/+6 |
| 2014-07-17 | KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMIN | David Howells | 1 | -0/+2 |
| 2013-09-01 | NFSv4: Convert idmapper to use the new framework for pipefs dentries | Trond Myklebust | 1 | -150/+34 |
| 2013-08-30 | NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregister | Trond Myklebust | 1 | -1/+3 |
| 2013-08-22 | NFSv4: Add tracepoints for debugging the idmapper | Trond Myklebust | 1 | -0/+5 |
| 2013-08-22 | NFSv4: Deal with a sparse warning in nfs_idmap_get_key() | Trond Myklebust | 1 | -1/+1 |
| 2013-06-28 | NFS: Improve legacy idmapping fallback | Bryan Schumaker | 1 | -30/+26 |
| 2013-03-20 | NFSv4: Fix the string length returned by the idmapper | Trond Myklebust | 1 | -5/+8 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2013-02-13 | nfs: Convert idmap to use kuids and kgids | Eric W. Biederman | 1 | -16/+34 |
| 2013-02-13 | nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring alloc | Eric W. Biederman | 1 | -1/+2 |
| 2012-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -8/+4 |
| 2012-10-02 | NFS: Set key construction data for the legacy upcall | Bryan Schumaker | 1 | -0/+1 |
| 2012-10-02 | KEYS: Use keyring_alloc() to create special keyrings | David Howells | 1 | -8/+4 |
| 2012-10-01 | Merge branch 'bugfixes' into nfs-for-next | Trond Myklebust | 1 | -34/+70 |
| 2012-10-01 | nfs: replace strict_strto* with kstrto* | Daniel Walter | 1 | -2/+2 |
| 2012-10-01 | NFS: Use kzalloc() instead of kmalloc() in the idmapper | Bryan Schumaker | 1 | -4/+1 |
| 2012-09-28 | NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall data | Trond Myklebust | 1 | -25/+37 |
| 2012-09-28 | NFSv4: Clean up the legacy idmapper upcall | Trond Myklebust | 1 | -21/+44 |
| 2012-09-28 | NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapper | Trond Myklebust | 1 | -6/+7 |
| 2012-08-16 | NFS: return -ENOKEY when the upcall fails to map the name | Bryan Schumaker | 1 | -4/+2 |
| 2012-08-16 | NFS: Clear key construction data if the idmap upcall fails | Bryan Schumaker | 1 | -14/+42 |
| 2012-07-30 | NFS: Keep module parameters in the generic NFS client | Bryan Schumaker | 1 | -3/+0 |
| 2012-07-30 | NFS: Fix a number of bugs in the idmapper | David Howells | 1 | -6/+20 |
| 2012-06-20 | NFS: Force the legacy idmapper to be single threaded | Bryan Schumaker | 1 | -5/+8 |
| 2012-05-23 | NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation | Trond Myklebust | 1 | -0/+1 |
| 2012-05-23 | NFSv4: Fix a race in the net namespace mount notification | Trond Myklebust | 1 | -0/+15 |
| 2012-05-22 | NFS: Use proper naming conventions for the nfs_client.net field | Chuck Lever | 1 | -2/+2 |
| 2012-05-14 | NFS: kmalloc() doesn't return an ERR_PTR() | Dan Carpenter | 1 | -7/+3 |
| 2012-04-28 | NFS: get module in idmap PipeFS notifier callback | Stanislav Kinsbursky | 1 | -0/+4 |
| 2012-03-23 | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -389/+344 |
| 2012-03-12 | NFS: Check return value from rpc_queue_upcall() | Bryan Schumaker | 1 | -2/+7 |
| 2012-03-11 | NFS: Fix a number of sparse warnings | Trond Myklebust | 1 | -4/+4 |
| 2012-03-01 | NFS: Store the legacy idmapper result in the keyring | Bryan Schumaker | 1 | -388/+166 |
| 2012-02-27 | NFS: release per-net clients lock before calling PipeFS dentries creation | Stanislav Kinsbursky | 1 | -6/+24 |
| 2012-02-15 | NFSv4: Further reduce the footprint of the idmapper | Trond Myklebust | 1 | -6/+36 |
| 2012-02-15 | NFSv4: Reduce the footprint of the idmapper | Trond Myklebust | 1 | -3/+13 |
| 2012-02-06 | NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefined | Stanislav Kinsbursky | 1 | -0/+1 |
| 2012-02-06 | NFS: make nfs_client_lock per net ns | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-02-06 | NFS: make nfs_client_list per net ns | Stanislav Kinsbursky | 1 | -3/+2 |
| 2012-02-06 | NFS: Keep idmapper include files in one place | Bryan Schumaker | 1 | -35/+31 |
| 2012-02-06 | NFS: Fall back on old idmapper if request_key() fails | Bryan Schumaker | 1 | -54/+37 |
| 2012-02-06 | NFS: start printks w/ NFS: even if __func__ shown | Weston Andros Adamson | 1 | -2/+4 |
| 2012-02-06 | NFS: printks in fs/nfs/ should start with NFS: | Weston Andros Adamson | 1 | -1/+2 |
| 2012-01-31 | NFS: idmap PipeFS notifier introduced | Stanislav Kinsbursky | 1 | -0/+75 |
| 2012-01-31 | NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routines | Stanislav Kinsbursky | 1 | -8/+53 |
| 2012-01-31 | SUNRPC: remove RPC PipeFS mount point reference from RPC client | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-01-31 | SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation | Stanislav Kinsbursky | 1 | -8/+20 |
| 2012-01-31 | SUNPRC: cleanup RPC PipeFS pipes upcall interface | Stanislav Kinsbursky | 1 | -2/+2 |
| 2012-01-19 | KEYS: Allow special keyrings to be cleared | David Howells | 1 | -0/+1 |
| 2012-01-07 | NFSv4: Save the owner/group name string when doing open | Trond Myklebust | 1 | -0/+83 |
| 2011-10-18 | SUNRPC/NFS: make rpc pipe upcall generic | Peng Tao | 1 | -24/+1 |
| 2011-06-20 | treewide: remove duplicate includes | Vitaliy Ivanov | 1 | -5/+2 |
| 2011-03-11 | NFSv4: Send unmapped uid/gids to the server when using auth_sys | Trond Myklebust | 1 | -8/+16 |
| 2011-03-11 | NFSv4: cleanup idmapper functions to take an nfs_server argument | Trond Myklebust | 1 | -12/+12 |
| 2011-03-11 | NFSv4: Send unmapped uid/gids to the server if the idmapper fails | Trond Myklebust | 1 | -4/+26 |
| 2011-03-11 | NFSv4: If the server sends us a numeric uid/gid then accept it | Trond Myklebust | 1 | -2/+26 |
| 2011-01-04 | nfs: fix mispelling of idmap CONFIG symbol | J. Bruce Fields | 1 | -1/+1 |
| 2010-10-28 | nfs: testing the wrong variable | Dan Carpenter | 1 | -1/+1 |
| 2010-10-07 | NFS: new idmapper | Bryan Schumaker | 1 | -2/+209 |
| 2009-08-09 | SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path | Trond Myklebust | 1 | -2/+2 |
| 2009-08-09 | SUNRPC: Constify rpc_pipe_ops... | Trond Myklebust | 1 | -1/+1 |
| 2008-02-20 | nfs: fix sparse warnings | Harvey Harrison | 1 | -1/+1 |
| 2008-01-30 | NFS: Use size_t for storing name lengths | Chuck Lever | 1 | -3/+3 |
| 2008-01-30 | NFS: Fix use of copy_to_user() in idmap_pipe_upcall | Chuck Lever | 1 | -8/+6 |
| 2008-01-30 | NFS: Clean up fs/nfs/idmap.c | Chuck Lever | 1 | -43/+44 |
| 2007-05-09 | NFS: use __set_current_state() | Milind Arun Choudhary | 1 | -2/+2 |
| 2006-12-08 | [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -1/+1 |
| 2006-09-22 | SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument | Trond Myklebust | 1 | -5/+1 |
| 2006-09-22 | NFS: Share NFS superblocks per-protocol per-server per-FSID | David Howells | 1 | -2/+1 |
| 2006-09-22 | NFS: Return an error when starting the idmapping pipe | David Howells | 1 | -4/+8 |
| 2006-09-22 | NFS: Rename struct nfs4_client to struct nfs_client | David Howells | 1 | -6/+6 |
| 2006-09-22 | NFS: Fix up split of fs/nfs/inode.c | David Howells | 1 | -0/+14 |
| 2006-08-24 | SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs | Trond Myklebust | 1 | -1/+0 |
| 2006-08-24 | SUNRPC: make rpc_unlink() take a dentry argument instead of a path | Trond Myklebust | 1 | -2/+1 |
| 2006-06-09 | NFS: Store the file system "fsid" value in the NFS super block. | Trond Myklebust | 1 | -1/+0 |
| 2006-03-20 | NFS: sem2mutex idmap.c | Ingo Molnar | 1 | -20/+21 |
| 2006-03-20 | NFS: kzalloc conversion in fs/nfs | Eric Sesterhenn | 1 | -3/+1 |
| 2006-03-20 | SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry | Trond Myklebust | 1 | -0/+2 |
| 2006-01-06 | NFSv4: Allow entries in the idmap cache to expire | Trond Myklebust | 1 | -0/+9 |
| 2005-06-22 | [PATCH] NFS: Header file cleanup... | Trond Myklebust | 1 | -0/+1 |
| 2005-05-05 | [PATCH] make some things static | Adrian Bunk | 1 | -2/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+498 |