Age | Commit message (Expand) | Author | Files | Lines |
2013-03-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+1 |
2013-03-13 | fs: Readd the fs module aliases. | Eric W. Biederman | 1 | -0/+1 |
2013-03-12 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -9/+18 |
2013-03-09 | sunrpc: don't attempt to cancel unitialized work | J. Bruce Fields | 1 | -5/+10 |
2013-03-06 | nfsd: fix krb5 handling of anonymous principals | J. Bruce Fields | 1 | -4/+8 |
2013-03-04 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -3/+1 |
2013-03-03 | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -1/+20 |
2013-03-03 | SUNRPC: One line comment fix | Trond Myklebust | 1 | -1/+1 |
2013-03-01 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 12 | -101/+162 |
2013-03-01 | SUNRPC: add call to get configured timeout | Weston Andros Adamson | 1 | -0/+15 |
2013-02-28 | SUNRPC: make AF_LOCAL connect synchronous | J. Bruce Fields | 1 | -8/+27 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 3 | -7/+5 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -20/+20 |
2013-02-26 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -10/+10 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 6 | -68/+96 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 3 | -20/+20 |
2013-02-23 | SUNRPC: Don't start the retransmission timer when out of socket space | Trond Myklebust | 1 | -1/+5 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2013-02-21 | IB/core: Add "type 2" memory windows support | Shani Michaeli | 1 | -10/+10 |
2013-02-21 | Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 8 | -37/+42 |
2013-02-18 | sunrpc: silence build warning in gss_fill_context | Jeff Layton | 1 | -2/+1 |
2013-02-17 | svcrpc: fix rpc server shutdown races | J. Bruce Fields | 2 | -34/+32 |
2013-02-17 | svcrpc: make svc_age_temp_xprts enqueue under sv_lock | J. Bruce Fields | 1 | -13/+2 |
2013-02-15 | SUNRPC: move cache_detail->cache_request callback call to cache_read() | Stanislav Kinsbursky | 1 | -12/+20 |
2013-02-15 | SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function | Stanislav Kinsbursky | 1 | -7/+3 |
2013-02-15 | SUNRPC: rework cache upcall logic | Stanislav Kinsbursky | 3 | -23/+7 |
2013-02-15 | SUNRPC: introduce cache_detail->cache_request callback | Stanislav Kinsbursky | 2 | -3/+6 |
2013-02-13 | sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 1 | -2/+4 |
2013-02-13 | sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls. | Eric W. Biederman | 1 | -5/+9 |
2013-02-13 | sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials | Eric W. Biederman | 1 | -3/+3 |
2013-02-13 | sunrpc: Hash uids by first computing their value in the initial userns | Eric W. Biederman | 2 | -3/+8 |
2013-02-13 | sunrpc: Update svcgss xdr handle to rpsec_contect cache | Eric W. Biederman | 1 | -5/+13 |
2013-02-13 | sunrpc: Update gss uid to security context mapping. | Eric W. Biederman | 1 | -5/+15 |
2013-02-13 | sunrpc: Use gid_valid to test for gid != INVALID_GID | Eric W. Biederman | 1 | -3/+2 |
2013-02-13 | sunrpc: Convert kuids and kgids to uids and gids for printing | Eric W. Biederman | 3 | -7/+13 |
2013-02-13 | sunrpc: Simplify auth_unix now that everything is a kgid_t | Eric W. Biederman | 1 | -10/+4 |
2013-02-13 | sunrpc: Use uid_eq and gid_eq where appropriate | Eric W. Biederman | 4 | -8/+8 |
2013-02-13 | sunrpc: Use kuid_t and kgid_t where appropriate | Eric W. Biederman | 3 | -10/+10 |
2013-02-13 | sunrpc: Use userns friendly constants. | Eric W. Biederman | 4 | -9/+9 |
2013-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2013-02-09 | sunrpc: trim off trailing checksum before returning decrypted or integrity au... | Jeff Layton | 3 | -2/+51 |
2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton | 6 | -2/+7 |
2013-02-01 | SUNRPC: Add missing static declaration to _gss_mech_get_by_name | Trond Myklebust | 1 | -2/+2 |
2013-02-01 | SUNRPC: Avoid RCU dereferences in the transport bind and connect code | Trond Myklebust | 2 | -4/+4 |
2013-02-01 | SUNRPC: Fix an RCU dereference in xprt_reserve | Trond Myklebust | 1 | -1/+4 |
2013-02-01 | SUNRPC: Pass pointers to struct rpc_xprt to the congestion window | Trond Myklebust | 2 | -6/+6 |
2013-02-01 | SUNRPC: Fix an RCU dereference in xs_local_rpcbind | Trond Myklebust | 1 | -1/+3 |
2013-02-01 | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback | Trond Myklebust | 3 | -5/+4 |
2013-02-01 | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() | Trond Myklebust | 7 | -16/+18 |
2013-01-31 | ipv6: rename datagram_send_ctl and datagram_recv_ctl | Tom Parkin | 1 | -1/+1 |