Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5828cebad1c8d535f3c194439e394e92a2273fb2
/
net
/
sunrpc
/
auth.c
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
a0584ee
SUNRPC: Use struct xdr_stream when decoding RPC Reply header
by Chuck Lever
· 6 years ago
e8680a2
SUNRPC: Use struct xdr_stream when constructing RPC Call header
by Chuck Lever
· 6 years ago
80125d4
SUNRPC: Remove some dprintk() call sites from auth functions
by Chuck Lever
· 6 years ago
0ccc61b
SUNRPC: Add xdr_stream::rqst field
by Chuck Lever
· 6 years ago
e7f4509
sunrpc: kernel BUG at kernel/cred.c:825!
by Santosh kumar pradhan
· 6 years ago
04d1532
SUNRPC discard cr_uid from struct rpc_cred.
by NeilBrown
· 6 years ago
2edd8d7
SUNRPC: simplify auth_unix.
by NeilBrown
· 6 years ago
d6efccd
SUNRPC: remove crbind rpc_cred operation
by NeilBrown
· 6 years ago
89a4f75
SUNRPC: remove generic cred code.
by NeilBrown
· 6 years ago
a52458b
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
by NeilBrown
· 6 years ago
ddf529e
NFS: move credential expiry tracking out of SUNRPC into NFS.
by NeilBrown
· 6 years ago
1de7eea
SUNRPC: add side channel to use non-generic cred for rpc call.
by NeilBrown
· 6 years ago
a68a72e
SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
by NeilBrown
· 6 years ago
5e16923
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
by NeilBrown
· 6 years ago
8276c90
SUNRPC: remove uid and gid from struct auth_cred
by NeilBrown
· 6 years ago
fc0664f
SUNRPC: remove groupinfo from struct auth_cred.
by NeilBrown
· 6 years ago
97f68c6b
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
by NeilBrown
· 6 years ago
331bc71
SUNRPC: Convert the auth cred cache to use refcount_t
by Trond Myklebust
· 6 years ago
79b1818
SUNRPC: Convert auth creds to use refcount_t
by Trond Myklebust
· 6 years ago
07d02a6
SUNRPC: Simplify lookup code
by Trond Myklebust
· 6 years ago
95cd623
SUNRPC: Clean up the AUTH cache code
by Trond Myklebust
· 6 years ago
4e4c3be
SUNRPC: Remove rpc_authflavor_lock in favour of RCU locking
by Trond Myklebust
· 6 years ago
3021a5bb
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
by Trond Myklebust
· 6 years ago
1a54c0c
sunrpc: kstrtoul() can also return -ERANGE
by Dan Carpenter
· 6 years ago
82b98ca
net/sunrpc: Make rpc_auth_create_args a const
by Sargun Dhillon
· 6 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
af4926e
sunrpc: remove dead codes of cr_magic in rpc_cred
by Kinglong Mee
· 8 years ago
2864486
sunrpc: error out if register_shrinker fail
by Kinglong Mee
· 8 years ago
4c3ffd0
SUNRPC: two small improvements to rpcauth shrinker.
by NeilBrown
· 8 years ago
66cbd4b
sunrpc: replace generic auth_cred hash with auth-specific function
by Frank Sorenson
· 8 years ago
34ae685
sunrpc: Fix bit count when setting hashtable size to power-of-two
by Frank Sorenson
· 9 years ago
ce52914e
sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags
by Scott Mayhew
· 9 years ago
9a8f6b5
SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL arguments
by Trond Myklebust
· 9 years ago
3c6e0bc
sunrpc: plumb gfp_t parm into crcreate operation
by Jeff Layton
· 9 years ago
9c27847
kernel/params: constify struct kernel_param_ops uses
by Luis R. Rodriguez
· 10 years ago
f895b25
sunrpc: eliminate RPC_DEBUG
by Jeff Layton
· 10 years ago
122a8cd
SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcred
by NeilBrown
· 10 years ago
bd95608
sunrpc/auth: allow lockless (rcu) lookup of credential cache.
by NeilBrown
· 10 years ago
bae6746
SUNRPC: Enforce an upper limit on the number of cached credentials
by Trond Myklebust
· 10 years ago
00cfaa9
replace strict_strto calls
by Daniel Walter
· 11 years ago
a0337d1
sunrpc: add a new "stringify_acceptor" rpc_credop
by Jeff Layton
· 11 years ago
66b0686
NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support
by Andy Adamson
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
70534a7
shrinker: convert remaining shrinkers to count/scan API
by Dave Chinner
· 11 years ago
4de6caa
SUNRPC new rpc_credops to test credential expiry
by Andy Adamson
· 11 years ago
c219066
SUNRPC: Replace clnt->cl_principal
by Trond Myklebust
· 11 years ago
1c74a24
SUNRPC: Don't recognize RPC_AUTH_MAXFLAVOR
by Chuck Lever
· 12 years ago
a77c806
SUNRPC: Refactor nfsd4_do_encode_secinfo()
by Chuck Lever
· 12 years ago
9568c5e
SUNRPC: Introduce rpcauth_get_pseudoflavor()
by Chuck Lever
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
9e469e3
sunrpc: Hash uids by first computing their value in the initial userns
by Eric W. Biederman
· 12 years ago
bf37f79
sunrpc: Use userns friendly constants.
by Eric W. Biederman
· 12 years ago
6a1a1e3
SUNRPC: Add rpcauth_list_flavors()
by Chuck Lever
· 12 years ago
f81c622
net: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 14 years ago
bf26955
SUNRPC: New xdr_streams XDR decoder API
by Chuck Lever
· 14 years ago
9f06c71
SUNRPC: New xdr_streams XDR encoder API
by Chuck Lever
· 14 years ago
4390110
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
74eb94b
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
9a84d38
SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred
by Trond Myklebust
· 14 years ago
c135e84
sunrpc: fix up rpcauth_remove_module section mismatch
by Stephen Rothwell
· 14 years ago
db5fe26
sunrpc: increase MAX_HASHTABLE_BITS to 14
by Miquel van Smoorenburg
· 14 years ago
8e4e15d
nfs: update for module_param_named API change
by Stephen Rothwell
· 14 years ago
5df6b8e
Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
a17c215
SUNRPC: Move the bound cred to struct rpc_rqst
by Trond Myklebust
· 14 years ago
8572b8e
SUNRPC: Clean up of rpc_bindcred()
by Trond Myklebust
· 14 years ago
241269b
SUNRPC: Make the credential cache hashtable size configurable
by Trond Myklebust
· 14 years ago
988664a
SUNRPC: Store the hashtable size in struct rpc_cred_cache
by Trond Myklebust
· 14 years ago
5d8d9a4
NFS: Ensure the AUTH_UNIX credcache is allocated dynamically
by Trond Myklebust
· 14 years ago
567c7b0
mm: add context argument to shrinker callback to remaining shrinkers
by Dave Chinner
· 14 years ago
2067340
SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameter
by Trond Myklebust
· 15 years ago
93a05e6
SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired()
by Trond Myklebust
· 15 years ago
d300a41
SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFS
by Trond Myklebust
· 15 years ago
3d7b089
SUNRPC: Fix a bug in rpcauth_prune_expired
by Trond Myklebust
· 15 years ago
52c9948
Merge branch 'nfs-for-2.6.33'
by Trond Myklebust
· 15 years ago
f0380f3
RPC: Fix two potential races in put_rpccred
by Trond Myklebust
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
5d35175
SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronous
by Trond Myklebust
· 15 years ago
08cc36c
Merge branch 'devel' into next
by Trond Myklebust
· 16 years ago
64672d5
optimize attribute timeouts for "noac" and "actimeo=0"
by Peter Staubach
· 16 years ago
88a9fe8
SUNRPC: Remove the last remnant of the BKL...
by Trond Myklebust
· 16 years ago
86a264a
CRED: Wrap current->cred and a few other accessors
by David Howells
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
8f41940
CRED: Wrap task credential accesses in the SunRPC protocol
by David Howells
· 16 years ago
5f707eb
SUNRPC: Fix potential race in put_rpccred()
by Trond Myklebust
· 16 years ago
eac0d18
SUNRPC: Fix rpcauth_prune_expired
by Trond Myklebust
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
d2b8314
SUNRPC: Protect creds against early garbage collection
by Trond Myklebust
· 17 years ago
98a8e32
SUNRPC: Add a helper rpcauth_lookup_generic_cred()
by Trond Myklebust
· 17 years ago
5c69104
SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task
by Trond Myklebust
· 17 years ago
9a559ef
SUNRPC: Add a generic RPC credential
by Trond Myklebust
· 17 years ago
4ccda2c
SUNRPC: Clean up rpcauth_bindcred()
by Trond Myklebust
· 17 years ago
af09383
SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
by Trond Myklebust
· 17 years ago
25337fd
SUNRPC: Fix a bug in rpcauth_lookup_credcache()
by Trond Myklebust
· 17 years ago
75659ca
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
5085925
SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_task
by Trond Myklebust
· 17 years ago
e8914c6
SUNRPC: Restrict sunrpc client exports
by Trond Myklebust
· 17 years ago
a6eaf8b
SUNRPC: Move exported declarations to the function declarations
by Trond Myklebust
· 17 years ago
be879c4
SUNRPC: move bkl locking and xdr proc invocation into a common helper
by J. Bruce Fields
· 17 years ago
Next »