summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-145-35/+64
|\
| * svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields2012-01-051-1/+0
| * svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-051-0/+3
| * NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-071-0/+2
| * SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-063-7/+9
| * svcrpc: update outdated BKL commentJ. Bruce Fields2011-12-061-2/+2
| * svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2011-12-062-20/+38
| * svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-062-7/+11
| * svcrpc: make svc_delete_xprt staticJ. Bruce Fields2011-12-061-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-121-1/+1
|\ \
| * | net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* | | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-103-20/+29
|\ \ \ | |/ / |/| |
| * | NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-051-1/+2
| * | SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-052-19/+27
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-1/+2
|\ \ \
| * | | Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-213-15/+28
| |\| |
| * | | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton2011-12-061-1/+2
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-3/+2
|\ \ \ \
| * | | | sunrpc: propagate umode_tAl Viro2012-01-032-2/+2
| * | | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-232-13/+27
|\| | |
| * | | SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust2011-12-011-6/+4
| * | | SUNRPC: Fix the execution time statistics in the face of RPC restartsTrond Myklebust2011-12-011-7/+23
* | | | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-114-13/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-3/+4
|\| | |
| * | | SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-11-221-2/+1
| |/ /
| * | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-221-1/+3
| |\ \ | | |/ | |/|
| | * SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky2011-11-101-1/+3
* | | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-222-5/+5
|/ /
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-066-0/+6
|\ \ | |/ |/|
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-314-0/+4
| * net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-312-0/+2
* | Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-025-31/+50
|\ \
| * | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-3/+2
| |/
| * Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-10-255-29/+31
| |\
| * \ Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-10-254-26/+46
| |\ \
| | * | sunrpc: add MODULE_ALIAS to match the filesystem nameMichal Schmidt2011-10-101-0/+3
| | * | SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-142-17/+19
| | * | sunrpc: use better NUMA affinitiesEric Dumazet2011-08-191-9/+24
| * | | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
| |/ /
* | | SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2011-10-252-15/+0
* | | SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky2011-10-251-9/+0
* | | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-1/+2
* | | SUNRPC: cleanup service destructionStanislav Kinsbursky2011-10-251-1/+0
* | | SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky2011-10-251-2/+9
* | | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-252-1/+36
* | | SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky2011-10-251-8/+4
* | | SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky2011-10-251-0/+53
* | | NFS/sunrpc: don't use a credential with extra groups.NeilBrown2011-10-251-0/+3
| |/ |/|
* | NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-1/+3