Age | Commit message (Expand) | Author | Files | Lines |
2012-01-24 | SUNRPC: Fix machine creds in generic_create_cred and generic_match | Trond Myklebust | 1 | -1/+16 |
2012-01-15 | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -35/+64 |
2012-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2012-01-13 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 1 | -1/+1 |
2012-01-11 | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -20/+29 |
2012-01-09 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
2012-01-09 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -3/+2 |
2012-01-06 | svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdown | J. Bruce Fields | 1 | -1/+0 |
2012-01-06 | svcrpc: fix double-free on shutdown of nfsd after changing pool mode | J. Bruce Fields | 1 | -0/+3 |
2012-01-05 | NFSv4: include bitmap in nfsv4 get acl data | Andy Adamson | 1 | -1/+2 |
2012-01-05 | SUNRPC: Clean up the RPCSEC_GSS service ticket requests | Trond Myklebust | 2 | -19/+27 |
2012-01-04 | sunrpc: propagate umode_t | Al Viro | 2 | -2/+2 |
2012-01-04 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
2011-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -13/+27 |
2011-12-22 | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 3 | -15/+28 |
2011-12-12 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 4 | -13/+13 |
2011-12-08 | NFSd: use network-namespace-aware cache registering routines | Stanislav Kinsbursky | 1 | -0/+2 |
2011-12-07 | SUNRPC: create svc_xprt in proper network namespace | Stanislav Kinsbursky | 3 | -7/+9 |
2011-12-07 | svcrpc: update outdated BKL comment | J. Bruce Fields | 1 | -2/+2 |
2011-12-07 | svcrpc: avoid memory-corruption on pool shutdown | J. Bruce Fields | 2 | -20/+38 |
2011-12-07 | svcrpc: destroy server sockets all at once | J. Bruce Fields | 2 | -7/+11 |
2011-12-07 | svcrpc: make svc_delete_xprt static | J. Bruce Fields | 1 | -1/+2 |
2011-12-07 | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer | Jeff Layton | 1 | -1/+2 |
2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
2011-12-01 | SUNRPC: Ensure we always bump the backlog queue in xprt_free_slot | Trond Myklebust | 1 | -6/+4 |
2011-12-01 | SUNRPC: Fix the execution time statistics in the face of RPC restarts | Trond Myklebust | 1 | -7/+23 |
2011-11-23 | SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared | Trond Myklebust | 1 | -2/+1 |
2011-11-23 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2 | -5/+5 |
2011-11-22 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+3 |
2011-11-10 | SUNRPC: destroy freshly allocated transport in case of sockaddr init error | Stanislav Kinsbursky | 1 | -1/+3 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -0/+6 |
2011-11-03 | Merge branch 'osd-devel' into nfs-for-next | Trond Myklebust | 5 | -31/+50 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -3/+2 |
2011-11-01 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 4 | -0/+4 |
2011-11-01 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 2 | -0/+2 |
2011-10-25 | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 5 | -29/+31 |
2011-10-25 | Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 4 | -26/+46 |
2011-10-25 | SUNRPC: remove rpcbind clients destruction on module cleanup | Stanislav Kinsbursky | 2 | -15/+0 |
2011-10-25 | SUNRPC: remove rpcbind clients creation during service registering | Stanislav Kinsbursky | 1 | -9/+0 |
2011-10-25 | NFSd: call svc rpcbind cleanup explicitly | Stanislav Kinsbursky | 1 | -1/+2 |
2011-10-25 | SUNRPC: cleanup service destruction | Stanislav Kinsbursky | 1 | -1/+0 |
2011-10-25 | SUNRPC: setup rpcbind clients if service requires it | Stanislav Kinsbursky | 1 | -2/+9 |
2011-10-25 | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure | Stanislav Kinsbursky | 2 | -1/+36 |
2011-10-25 | SUNRPC: use rpcbind reference counting helpers | Stanislav Kinsbursky | 1 | -8/+4 |
2011-10-25 | SUNRPC: introduce helpers for reference counted rpcbind clients | Stanislav Kinsbursky | 1 | -0/+53 |
2011-10-25 | NFS/sunrpc: don't use a credential with extra groups. | NeilBrown | 1 | -0/+3 |
2011-10-20 | NFS: Get rid of nfs_restart_rpc() | Trond Myklebust | 1 | -1/+3 |
2011-10-18 | SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddr | Trond Myklebust | 1 | -1/+0 |
2011-10-18 | SUNRPC: Fix rpc_sockaddr2uaddr | Trond Myklebust | 2 | -5/+6 |
2011-10-18 | SUNRPC/NFS: make rpc pipe upcall generic | Peng Tao | 2 | -22/+22 |