Age | Commit message (Expand) | Author | Files | Lines |
2017-07-05 | net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_t | Reshetova, Elena | 1 | -11/+11 |
2017-07-05 | net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-02-28 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-10 | SUNRPC: fix refcounting problems with auth_gss messages. | NeilBrown | 1 | -1/+6 |
2016-10-26 | sunrpc: don't pass on-stack memory to sg_set_buf | J. Bruce Fields | 1 | -4/+9 |
2016-09-30 | sunrpc: add RPCSEC_GSS hash_cred() function | Frank Sorenson | 1 | -0/+7 |
2016-08-05 | SUNRPC: allow for upcalls for same uid but different gss service | Olga Kornievskaia | 1 | -3/+5 |
2016-07-25 | Merge branch 'nfs-rdma' | Trond Myklebust | 1 | -0/+2 |
2016-07-19 | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags | Scott Mayhew | 1 | -0/+1 |
2016-07-11 | xprtrdma: No direct data placement with krb5i and krb5p | Chuck Lever | 1 | -0/+2 |
2016-05-09 | sunrpc: plumb gfp_t parm into crcreate operation | Jeff Layton | 1 | -3/+3 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -4/+4 |
2016-02-23 | Merge branch 'multipath' | Trond Myklebust | 1 | -2/+2 |
2016-02-17 | auth_gss: fix panic in gss_pipe_downcall() in fips mode | Scott Mayhew | 1 | -1/+1 |
2016-02-06 | SUNRPC: Make rpc_clnt store the multipath iterators | Trond Myklebust | 1 | -2/+2 |
2015-10-23 | sunrpc: avoid warning in gss_key_timeout | Arnd Bergmann | 1 | -7/+6 |
2014-11-25 | sunrpc: eliminate RPC_DEBUG | Jeff Layton | 1 | -1/+1 |
2014-11-13 | sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptor | Jeff Layton | 1 | -5/+30 |
2014-08-04 | sunrpc: fix RCU handling of gc_ctx field | Jeff Layton | 1 | -17/+35 |
2014-07-13 | sunrpc: add a new "stringify_acceptor" rpc_credop | Jeff Layton | 1 | -20/+42 |
2014-07-13 | auth_gss: fetch the acceptor name out of the downcall | Jeff Layton | 1 | -3/+17 |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -1/+1 |
2014-02-16 | SUNRPC: Fix a pipe_version reference leak | Trond Myklebust | 1 | -1/+3 |
2014-02-16 | SUNRPC: Ensure that gss_auth isn't freed before its upcall messages | Trond Myklebust | 1 | -2/+11 |
2014-02-11 | SUNRPC: Don't create a gss auth cache unless rpc.gssd is running | Trond Myklebust | 1 | -0/+2 |
2014-01-28 | sunrpc: turn warn_gssd() log message into a dprintk() | Jeff Layton | 1 | -7/+1 |
2013-12-06 | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check | Jeff Layton | 1 | -10/+7 |
2013-11-26 | SUNRPC: do not fail gss proc NULL calls with EACCES | Andy Adamson | 1 | -1/+1 |
2013-10-29 | SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msg | Trond Myklebust | 1 | -19/+37 |
2013-10-29 | SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 message | Trond Myklebust | 1 | -0/+1 |
2013-09-18 | RPCSEC_GSS: fix crash on destroying gss auth | J. Bruce Fields | 1 | -0/+11 |
2013-09-12 | SUNRPC: No, I did not intend to create a 256KiB hashtable | Trond Myklebust | 1 | -1/+1 |
2013-09-03 | SUNRPC refactor rpcauth_checkverf error returns | Andy Adamson | 1 | -2/+5 |
2013-09-03 | SUNRPC new rpc_credops to test credential expiry | Andy Adamson | 1 | -2/+50 |
2013-09-02 | RPCSEC_GSS: Share all credential caches on a per-transport basis | Trond Myklebust | 1 | -3/+89 |
2013-09-01 | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches | Trond Myklebust | 1 | -9/+68 |
2013-09-01 | RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries | Trond Myklebust | 1 | -89/+92 |
2013-08-30 | RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects | Trond Myklebust | 1 | -12/+20 |
2013-08-30 | RPCSEC_GSS: Further cleanups | Trond Myklebust | 1 | -11/+20 |
2013-08-30 | SUNRPC: Replace clnt->cl_principal | Trond Myklebust | 1 | -3/+4 |
2013-08-30 | RPCSEC_GSS: Clean up upcall message allocation | Trond Myklebust | 1 | -18/+19 |
2013-05-16 | SUNRPC: Convert auth_gss pipe detection to work in namespaces | Trond Myklebust | 1 | -19/+27 |
2013-05-16 | SUNRPC: Faster detection if gssd is actually running | Trond Myklebust | 1 | -1/+12 |
2013-05-15 | SUNRPC: Fix a bug in gss_create_upcall | Trond Myklebust | 1 | -2/+3 |
2013-05-09 | Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -2/+1 |
2013-05-03 | SUNRPC: Don't spam syslog with "Pseudoflavor not found" messages | Trond Myklebust | 1 | -2/+1 |
2013-04-30 | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-... | J. Bruce Fields | 1 | -0/+3 |
2013-04-26 | SUNRPC: conditionally return endtime from import_sec_context | Simo Sorce | 1 | -1/+1 |
2013-03-29 | SUNRPC: Refactor nfsd4_do_encode_secinfo() | Chuck Lever | 1 | -0/+1 |