aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-29/+31
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-26/+46
2011-10-19NFS: Get rid of nfs_restart_rpc()Gravatar Trond Myklebust 1-1/+3
2011-10-18SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddrGravatar Trond Myklebust 1-1/+0
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrGravatar Trond Myklebust 2-5/+6
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericGravatar Peng Tao 2-22/+22
2011-10-10sunrpc: add MODULE_ALIAS to match the filesystem nameGravatar Michal Schmidt 1-0/+3
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageGravatar Mi Jinlong 2-17/+19
2011-08-19sunrpc: use better NUMA affinitiesGravatar Eric Dumazet 1-9/+24
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERGravatar Stephen Hemminger 1-2/+2
2011-07-28net: fix new sunrpc kernel-doc warningGravatar Randy Dunlap 1-0/+1
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 13-138/+275
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-87/+44
2011-07-25RDMA: Increasing RPCRDMA_MAX_DATA_SEGSGravatar Steve Dickson 1-1/+1
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Gravatar Stephen Rothwell 6-51/+49
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+5
2011-07-20switch vfs_path_lookup() to struct pathGravatar Al Viro 1-6/+5
2011-07-17SUNRPC: Replace xprt->resend and xprt->sending with a priority queueGravatar Trond Myklebust 1-21/+21
2011-07-17SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsGravatar Trond Myklebust 1-9/+29
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsGravatar Trond Myklebust 3-18/+102
2011-07-17SUNRPC: Clean up the slot table allocationGravatar Trond Myklebust 1-27/+37
2011-07-17SUNRPC: Initalise the struct xprt upon allocationGravatar Trond Myklebust 1-30/+37
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotGravatar Trond Myklebust 3-27/+46
2011-07-15svcrpc: fix list-corrupting race on nfsd shutdownGravatar J. Bruce Fields 1-5/+6
2011-07-15rpc: allow autoloading of gss mechanismsGravatar J. Bruce Fields 2-4/+35
2011-07-15svcauth_unix.c: quiet sparse noiseGravatar H Hartley Sweeten 1-0/+1
2011-07-15svcsock.c: include sunrpc.h to quiet sparse noiseGravatar H Hartley Sweeten 1-0/+2
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.Gravatar NeilBrown 1-78/+0
2011-07-15SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLGravatar Trond Myklebust 3-4/+4
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsGravatar Trond Myklebust 9-27/+25
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-17/+12
2011-07-12sunrpc: use dprint_status() macro in call_decode()Gravatar Vasily Averin 1-2/+1
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncGravatar Ben Greear 1-1/+1
2011-07-07SUNRPC: Fix a race between work-queue and rpc_killall_tasksGravatar Trond Myklebust 1-16/+11
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-3/+7
2011-07-01sunrpc: Reduce switch/case indentGravatar Joe Perches 3-44/+41
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 3-3/+7
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+2
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsGravatar Trond Myklebust 2-3/+3
2011-06-15NLM: Don't hang forever on NLM unlock requestsGravatar Trond Myklebust 2-0/+4
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 2-0/+2
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssGravatar J. Bruce Fields 1-1/+2
2011-06-05net: Remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 1-0/+19
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-148/+188
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 4-45/+518
2011-05-29SUNRPC: introduce xdr_init_decode_pagesGravatar Benny Halevy 1-0/+19
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsGravatar Chuck Lever 2-3/+400
2011-05-27SUNRPC: Remove obsolete commentGravatar Chuck Lever 1-4/+0