index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
idmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSv4: Convert idmapper to use the new framework for pipefs dentries
Trond Myklebust
2013-09-01
1
-150
/
+34
*
NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregister
Trond Myklebust
2013-08-30
1
-1
/
+3
*
NFSv4: Add tracepoints for debugging the idmapper
Trond Myklebust
2013-08-22
1
-0
/
+5
*
NFSv4: Deal with a sparse warning in nfs_idmap_get_key()
Trond Myklebust
2013-08-22
1
-1
/
+1
*
NFS: Improve legacy idmapping fallback
Bryan Schumaker
2013-06-28
1
-30
/
+26
*
NFSv4: Fix the string length returned by the idmapper
Trond Myklebust
2013-03-20
1
-5
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-1
/
+1
|
\
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
|
nfs: Convert idmap to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-16
/
+34
*
|
nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring alloc
Eric W. Biederman
2013-02-13
1
-1
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2012-12-16
1
-8
/
+4
|
\
|
*
KEYS: Use keyring_alloc() to create special keyrings
David Howells
2012-10-02
1
-8
/
+4
*
|
NFS: Set key construction data for the legacy upcall
Bryan Schumaker
2012-10-02
1
-0
/
+1
*
|
Merge branch 'bugfixes' into nfs-for-next
Trond Myklebust
2012-10-01
1
-34
/
+70
|
\
\
|
*
|
NFSv4: Ensure that idmap_pipe_downcall sanity-checks the downcall data
Trond Myklebust
2012-09-28
1
-25
/
+37
|
*
|
NFSv4: Clean up the legacy idmapper upcall
Trond Myklebust
2012-09-28
1
-21
/
+44
|
*
|
NFSv4: Remove BUG_ON() and ACCESS_ONCE() calls in the idmapper
Trond Myklebust
2012-09-28
1
-6
/
+7
|
|
/
*
|
nfs: replace strict_strto* with kstrto*
Daniel Walter
2012-10-01
1
-2
/
+2
*
|
NFS: Use kzalloc() instead of kmalloc() in the idmapper
Bryan Schumaker
2012-10-01
1
-4
/
+1
|
/
*
NFS: return -ENOKEY when the upcall fails to map the name
Bryan Schumaker
2012-08-16
1
-4
/
+2
*
NFS: Clear key construction data if the idmap upcall fails
Bryan Schumaker
2012-08-16
1
-14
/
+42
*
NFS: Keep module parameters in the generic NFS client
Bryan Schumaker
2012-07-30
1
-3
/
+0
*
NFS: Fix a number of bugs in the idmapper
David Howells
2012-07-30
1
-6
/
+20
*
NFS: Force the legacy idmapper to be single threaded
Bryan Schumaker
2012-06-20
1
-5
/
+8
*
NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation
Trond Myklebust
2012-05-23
1
-0
/
+1
*
NFSv4: Fix a race in the net namespace mount notification
Trond Myklebust
2012-05-23
1
-0
/
+15
*
NFS: Use proper naming conventions for the nfs_client.net field
Chuck Lever
2012-05-22
1
-2
/
+2
*
NFS: kmalloc() doesn't return an ERR_PTR()
Dan Carpenter
2012-05-14
1
-7
/
+3
*
NFS: get module in idmap PipeFS notifier callback
Stanislav Kinsbursky
2012-04-28
1
-0
/
+4
*
Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-03-23
1
-389
/
+344
|
\
|
*
NFS: Check return value from rpc_queue_upcall()
Bryan Schumaker
2012-03-12
1
-2
/
+7
|
*
NFS: Fix a number of sparse warnings
Trond Myklebust
2012-03-11
1
-4
/
+4
|
*
NFS: Store the legacy idmapper result in the keyring
Bryan Schumaker
2012-03-01
1
-388
/
+166
|
*
NFS: release per-net clients lock before calling PipeFS dentries creation
Stanislav Kinsbursky
2012-02-27
1
-6
/
+24
|
*
NFSv4: Further reduce the footprint of the idmapper
Trond Myklebust
2012-02-15
1
-6
/
+36
|
*
NFSv4: Reduce the footprint of the idmapper
Trond Myklebust
2012-02-15
1
-3
/
+13
|
*
NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefined
Stanislav Kinsbursky
2012-02-06
1
-0
/
+1
|
*
NFS: make nfs_client_lock per net ns
Stanislav Kinsbursky
2012-02-06
1
-2
/
+2
|
*
NFS: make nfs_client_list per net ns
Stanislav Kinsbursky
2012-02-06
1
-3
/
+2
|
*
NFS: Keep idmapper include files in one place
Bryan Schumaker
2012-02-06
1
-35
/
+31
|
*
NFS: Fall back on old idmapper if request_key() fails
Bryan Schumaker
2012-02-06
1
-54
/
+37
|
*
NFS: start printks w/ NFS: even if __func__ shown
Weston Andros Adamson
2012-02-06
1
-2
/
+4
|
*
NFS: printks in fs/nfs/ should start with NFS:
Weston Andros Adamson
2012-02-06
1
-1
/
+2
|
*
NFS: idmap PipeFS notifier introduced
Stanislav Kinsbursky
2012-01-31
1
-0
/
+75
|
*
NFS: handle NFS idmap pipe PipeFS dentries by network namespace aware routines
Stanislav Kinsbursky
2012-01-31
1
-8
/
+53
|
*
SUNRPC: remove RPC PipeFS mount point reference from RPC client
Stanislav Kinsbursky
2012-01-31
1
-2
/
+2
|
*
SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation
Stanislav Kinsbursky
2012-01-31
1
-8
/
+20
|
*
SUNPRC: cleanup RPC PipeFS pipes upcall interface
Stanislav Kinsbursky
2012-01-31
1
-2
/
+2
*
|
KEYS: Allow special keyrings to be cleared
David Howells
2012-01-19
1
-0
/
+1
|
/
*
NFSv4: Save the owner/group name string when doing open
Trond Myklebust
2012-01-07
1
-0
/
+83
[next]