- 5c2465d SUNRPC: Set rq_auth_stat in the pg_authenticate() callout by Chuck Lever · 3 years, 6 months ago
- 438623a SUNRPC: Add svc_rqst::rq_auth_stat by Chuck Lever · 3 years, 6 months ago
- dee9f6a sunrpc: Remove unused function ip_map_lookup by Jiapeng Chong · 3 years, 9 months ago
- 31fb4bf sunrpc: Remove unused function ip_map_update by YueHaibing · 4 years, 8 months ago
- 65286b8 nfsd: export upcalls must not return ESTALE when mountd is down by Trond Myklebust · 4 years, 10 months ago
- f559935 nfs: use time64_t internally by Arnd Bergmann · 7 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- ccfe51a SUNRPC: Fix the server AUTH_UNIX userspace mappings by Trond Myklebust · 6 years ago
- fd5d2f7 SUNRPC: Make server side AUTH_UNIX use lockless lookups by Trond Myklebust · 6 years ago
- 608a0ab SUNRPC: Add lockless lookup of the server's auth domain by Trond Myklebust · 6 years ago
- bdcf0a4 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
- ee24eac SUNRPC: make cache_detail structures const by Bhumika Goyal · 7 years ago
- 5786461 sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix by Kinglong Mee · 8 years ago
- 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
- 6496500c svcrpc: move some initialization to common code by J. Bruce Fields · 9 years ago
- 0979292 svcrpc: fix failures to handle -1 uid's by J. Bruce Fields · 12 years ago
- 7715cde net/sunrpc: xpt_auth_cache should be ignored when expired. by NeilBrown · 12 years ago
- afe3c3f svcrpc: fix failures to handle -1 uid's and gid's by J. Bruce Fields · 12 years ago
- b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
- 2d43833 SUNRPC: rework cache upcall logic by Stanislav Kinsbursky · 12 years ago
- 73fb847 SUNRPC: introduce cache_detail->cache_request callback by Stanislav Kinsbursky · 12 years ago
- f025adf sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentials by Eric W. Biederman · 12 years ago
- 25da926 sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls. by Eric W. Biederman · 12 years ago
- 9e469e3 sunrpc: Hash uids by first computing their value in the initial userns by Eric W. Biederman · 12 years ago
- 0b4d51b sunrpc: Use uid_eq and gid_eq where appropriate by Eric W. Biederman · 12 years ago
- 7eaf040 sunrpc: Use kuid_t and kgid_t where appropriate by Eric W. Biederman · 12 years ago
- bf37f79 sunrpc: Use userns friendly constants. by Eric W. Biederman · 12 years ago
- 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 12 years ago
- ddbe503 ipv6: add ipv6_addr_hash() helper by Eric Dumazet · 12 years ago
- 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
- a00b615 Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
- d5497fc nfsd4: move rq_flavor into svc_cred by J. Bruce Fields · 13 years ago
- 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 13 years ago
- ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
- e5f06f7 nfsd: make expkey cache allocated per network namespace context by Stanislav Kinsbursky · 13 years ago
- 1df0064 Merge nfs containerization work from Trond's tree by J. Bruce Fields · 13 years ago
- 3476964 nfsd: remove some unneeded checks by Dan Carpenter · 13 years ago
- d05cc1040 SUNRPC: ip map cache per network namespace cleanup by Stanislav Kinsbursky · 13 years ago
- 7339323 SUNRPC: create unix gid cache per network namespace by Stanislav Kinsbursky · 13 years ago
- 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
- dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
- 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
- 13e0e95 svcauth_unix.c: quiet sparse noise by H Hartley Sweeten · 14 years ago
- 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 14 years ago
- 352b5d1 svcrpc: fix bad argument in unix_domain_find by J. Bruce Fields · 14 years ago
- 8b3e07a svcrpc: fix rare race on unix_domain creation by J. Bruce Fields · 14 years ago
- bdd5f05 SUNRPC: Remove more code when NFSD_DEPRECATED is not configured by J. Bruce Fields · 14 years ago
- 31f7aa6 svcrpc: modifying valid sunrpc cache entries is racy by J. Bruce Fields · 14 years ago
- 66c941f net: sunrpc: kill unused macros by Shan Wei · 14 years ago
- 70dc78d sunrpc: Use helper to set v4 mapped addr in ip_map_parse by Pavel Emelyanov · 14 years ago
- 90d51b0 sunrpc: Make the ip_map_cache be per-net by Pavel Emelyanov · 14 years ago
- 352114f sunrpc: Add net to pure API calls by Pavel Emelyanov · 14 years ago
- 3be4479 sunrpc: Pass xprt to cached get/put routines by Pavel Emelyanov · 14 years ago
- e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
- bf18ab3 sunrpc: Pass the ip_map_parse's cd to lower calls by Pavel Emelyanov · 14 years ago
- 1ebede8 sunrpc: close connection when a request is irretrievably lost. by NeilBrown · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- ccdb357 svcrpc: treat uid's as unsigned by J. Bruce Fields · 15 years ago
- 0739605 SUNRPC: Use rpc_pton() in ip_map_parse() by Chuck Lever · 15 years ago
- 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
- f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
- dc83d6e nfsd4: don't try to map gid's in generic rpc code by J. Bruce Fields · 15 years ago
- b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 15 years ago
- e9dc122 Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming by J. Bruce Fields · 15 years ago
- bc74b4f SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms by Trond Myklebust · 15 years ago
- 560ab42 sunrpc: fix memory leak in unix_gid cache. by NeilBrown · 15 years ago
- 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
- 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
- 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
- b189db5 net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final users by Harvey Harrison · 16 years ago
- fdb46ee net, misc: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
- d71a4dd svcrpc: fix proc/net/rpc/auth.unix.ip/content display by J. Bruce Fields · 17 years ago
- f15364b IPv6 support for NFS server export caches by Aurélien Charbon · 17 years ago
- d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
- def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
- 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
- c4170583f knfsd: nfsd4: store pseudoflavor in request by Andy Adamson · 17 years ago
- 7ac1bea knfsd: rename sk_defer_lock to sk_lock by NeilBrown · 18 years ago
- 30f3dee knfsd: use a spinlock to protect sk_info_authunix by NeilBrown · 18 years ago
- 3fc605a [PATCH] knfsd: allow the server to provide a gid list when using AUTH_UNIX authentication by NeilBrown · 18 years ago
- 27459f0 [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses by Chuck Lever · 18 years ago
- cca5172 [NET] SUNRPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
- dd08d6e [PATCH] knfsd: Don't ignore kstrdup failure in rpc caches by NeilBrown · 18 years ago
- e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
- 4806126 [SUNRPC]: annotate hash_ip() by Al Viro · 18 years ago
- 7b2b1fe [PATCH] knfsd: knfsd: cache ipmap per TCP socket by Greg Banks · 18 years ago
- 40f1052 [PATCH] knfsd: remove an unused variable from auth_unix_lookup() by Greg Banks · 18 years ago
- 753ed90 [SUNRPC]: more sunrpc endianness annotations by Al Viro · 18 years ago
- d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
- 7699431 [SUNRPC]: svc_{get,put}nl() by Alexey Dobriyan · 18 years ago
- ad1b522 [PATCH] knfsd: Tidy up unix_domain_find by NeilBrown · 19 years ago
- baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 19 years ago
- 1a9917c [PATCH] knfsd: Convert ip_map cache to use the new lookup routine by NeilBrown · 19 years ago
- 7d317f2 [PATCH] knfsd: Get rid of 'inplace' sunrpc caches by NeilBrown · 19 years ago
- efc36aa [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' by NeilBrown · 19 years ago
- 1f1e030 [PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian machines. by NeilBrown · 19 years ago
- f35279d [PATCH] sunrpc: cache_register can use wrong module reference by Bruce Allan · 19 years ago
- 543537b [PATCH] create a kstrdup library function by Paulo Marques · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago