aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-17/+12
2011-07-12sunrpc: use dprint_status() macro in call_decode()Vasily Averin1-2/+1
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear1-1/+1
2011-07-07SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust1-16/+11
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+7
2011-07-01sunrpc: Reduce switch/case indentJoe Perches3-44/+41
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+7
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2-3/+3
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2-0/+4
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields1-1/+2
2011-06-05net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-0/+19
2011-05-29Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-148/+188
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-45/+518
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-0/+19
2011-05-27SUNRPC: Support for RPC over AF_LOCAL transportsChuck Lever2-3/+400
2011-05-27SUNRPC: Remove obsolete commentChuck Lever1-4/+0
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2-14/+85
2011-05-27SUNRPC: Clean up use of curly braces in switch casesChuck Lever1-9/+8
2011-05-27SUNRPC: Rename xs_encode_tcp_fragment_header()Chuck Lever1-12/+12
2011-05-27SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...Trond Myklebust1-3/+13
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-2/+3
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2-2/+3
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+3
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina6-14/+56