aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsGravatar Chuck Lever 2-14/+85
2011-05-27SUNRPC: Clean up use of curly braces in switch casesGravatar Chuck Lever 1-9/+8
2011-05-27SUNRPC: Rename xs_encode_tcp_fragment_header()Gravatar Chuck Lever 1-12/+12
2011-05-27SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Gravatar Trond Myklebust 1-3/+13
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 2-2/+3
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Gravatar Sean Hefty 2-2/+3
2011-05-25vmscan: change shrinker API by passing shrink_control structGravatar Ying Han 1-1/+3
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2011-05-10treewide: fix a few typos in commentsGravatar Justin P. Mattock 1-1/+1
2011-04-26Merge branch 'master' into for-nextGravatar Jiri Kosina 6-14/+56
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOGravatar Trond Myklebust 1-1/+4