aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2011-11-22SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan2-5/+5
2011-11-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+3
2011-11-10SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky1-1/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds6-0/+6
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust5-31/+50
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-3/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker4-0/+4
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker2-0/+2
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-29/+31
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-26/+46
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2-15/+0
2011-10-25SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky1-9/+0
2011-10-25NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky1-1/+2
2011-10-25SUNRPC: cleanup service destructionStanislav Kinsbursky1-1/+0
2011-10-25SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky1-2/+9
2011-10-25SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2-1/+36
2011-10-25SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky1-8/+4
2011-10-25SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky1-0/+53
2011-10-25NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust1-1/+3
2011-10-18SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddrTrond Myklebust1-1/+0
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust2-5/+6
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2-22/+22
2011-10-10sunrpc: add MODULE_ALIAS to match the filesystem nameMichal Schmidt1-0/+3
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2-17/+19
2011-08-19sunrpc: use better NUMA affinitiesEric Dumazet1-9/+24
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-28net: fix new sunrpc kernel-doc warningRandy Dunlap1-0/+1
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-138/+275
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-87/+44
2011-07-25RDMA: Increasing RPCRDMA_MAX_DATA_SEGSSteve Dickson1-1/+1
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell6-51/+49
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-6/+5
2011-07-20switch vfs_path_lookup() to struct pathAl Viro1-6/+5
2011-07-17SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust1-21/+21
2011-07-17SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust1-9/+29
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust3-18/+102
2011-07-17SUNRPC: Clean up the slot table allocationTrond Myklebust1-27/+37
2011-07-17SUNRPC: Initalise the struct xprt upon allocationTrond Myklebust1-30/+37
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust3-27/+46
2011-07-15svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields1-5/+6
2011-07-15rpc: allow autoloading of gss mechanismsJ. Bruce Fields2-4/+35
2011-07-15svcauth_unix.c: quiet sparse noiseH Hartley Sweeten1-0/+1
2011-07-15svcsock.c: include sunrpc.h to quiet sparse noiseH Hartley Sweeten1-0/+2
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-78/+0
2011-07-15SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust3-4/+4
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust9-27/+25