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