summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-02sunrpc: Tag rpc_xprt with netPavel Emelyanov4-4/+7
2010-10-02sunrpc: Add net to xprt_createPavel Emelyanov2-0/+2
2010-10-02sunrpc: Add net to rpc_create_argsPavel Emelyanov7-0/+9
2010-10-02sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov4-5/+13
2010-10-02sunrpc: Add net argument to svc_create_xprtPavel Emelyanov6-11/+12
2010-10-02sunrpc: Factor out rpc_xprt freeingPavel Emelyanov4-13/+14
2010-10-02sunrpc: Factor out rpc_xprt allocationPavel Emelyanov4-23/+28
2010-10-02nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap lengthBenny Halevy1-6/+12
2010-09-29sunrpc: fix up rpcauth_remove_module section mismatchStephen Rothwell3-4/+4
2010-09-27sunrpc: Make the ip_map_cache be per-netPavel Emelyanov3-31/+108
2010-09-27sunrpc: Make the /proc/net/rpc appear in net namespacesPavel Emelyanov5-35/+59
2010-09-27sunrpc: The per-net skeletonPavel Emelyanov2-1/+42
2010-09-27sunrpc: Tag svc_xprt with netPavel Emelyanov2-0/+4
2010-09-27sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov2-8/+21
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov4-13/+15
2010-09-27sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov1-7/+5
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov3-7/+10
2010-09-27sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov1-10/+21
2010-09-26nfsd: fix /proc/net/rpc/nfsd.export/content displayJ. Bruce Fields1-11/+29
2010-09-23nfsd: Export get_task_comm for nfsdPavel Emelyanov1-3/+1
2010-09-22nfsd: allow deprecated interface to be compiled out.NeilBrown5-8/+43
2010-09-22nfsd: formally deprecate legacy nfsd syscall interfaceNeilBrown2-0/+20
2010-09-22sunrpc/cache: fix recent breakage of cache_clean_deferredNeilBrown1-1/+3
2010-09-22lockd: Mostly remove BKL from the serverBryan Schumaker3-14/+21
2010-09-22sunrpc/cache: don't use custom hex_to_bin() converterAndy Shevchenko1-7/+13
2010-09-22sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown2-19/+11
2010-09-22svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-22nfsd/idmap: drop special request deferal in favour of improved default.NeilBrown1-94/+11
2010-09-22nfsd: disable deferral for NFSv4NeilBrown1-2/+5
2010-09-22sunrpc: close connection when a request is irretrievably lost.NeilBrown4-12/+24
2010-09-20nfsd4: fix hang on fast-booting nfs serversJ. Bruce Fields1-4/+20
2010-09-20Merge remote branch 'trond/bugfixes' into for-2.6.37J. Bruce Fields443-2541/+5135
2010-09-13SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesTrond Myklebust2-0/+2
2010-09-13statfs() gives ESTALE errorMenyhart Zoltan1-0/+8
2010-09-13NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust1-1/+1
2010-09-13sunrpc: increase MAX_HASHTABLE_BITS to 14Miquel van Smoorenburg1-1/+1
2010-09-13gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4
2010-09-13gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-09-13Remove incorrect do_vfs_lock messageFabio Olive Leite1-4/+0
2010-09-13SUNRPC: cleanup state-machine orderingJ. Bruce Fields1-42/+42
2010-09-13SUNRPC: Fix a race in rpc_info_openTrond Myklebust3-21/+21
2010-09-13SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-13Fix null dereference in call_allocateJ. Bruce Fields1-4/+4
2010-09-13Linux 2.6.36-rc4v2.6.36-rc4Linus Torvalds1-1/+1
2010-09-12docbook: skip files with no docs since they generate scary warningsRandy Dunlap2-2/+0
2010-09-12docbook: warn on unused doc entriesJohannes Berg3-3/+183
2010-09-12kernel-doc: ignore case when stripping attributesJohannes Berg1-1/+1
2010-09-12Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-21/+69
2010-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds18-70/+262
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65