summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-06SUNRPC fix bc_send printAndy Adamson1-1/+1
2011-01-06SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson1-14/+16
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V4-37/+44
2011-01-04nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V3-2/+16
2011-01-04NFS: use ERR_CAST()Namhyung Kim1-1/+1
2011-01-04nfs: fix mispelling of idmap CONFIG symbolJ. Bruce Fields1-1/+1
2011-01-04kernel panic when mount NFSv4Trond Myklebust1-1/+1
2011-01-04lockd: double unlock in next_host_state()Dan Carpenter1-1/+0
2011-01-04NFS: Don't leak in nfs_proc_symlink()Jesper Juhl1-1/+2
2010-12-21NFSv4: Convert a few commas into semicolons...Trond Myklebust2-9/+9
2010-12-21net/sunrpc/clnt.c: Convert sprintf_symbol to %psJoe Perches1-10/+2
2010-12-21NFS: suppressing showing of default mount port value in /proc fixedStanislav Kinsbursky1-1/+3
2010-12-21nfs4: fix units bug causing hang on recoveryJ. Bruce Fields1-1/+1
2010-12-21nfs: Take advantage of kmem_cache_zalloc() in nfs_page_alloc()Jesper Juhl1-5/+2
2010-12-21NFS: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-16lockd: Remove src_sap and src_len from nlm_lookup_host_info structChuck Lever1-8/+7
2010-12-16lockd: Remove nlm_lookup_host()Chuck Lever1-69/+0
2010-12-16lockd: Make nrhosts an unsigned longChuck Lever1-3/+3
2010-12-16lockd: Rename nlm_hostsChuck Lever1-8/+8
2010-12-16lockd: Clean up nlmsvc_lookup_host()Chuck Lever4-37/+90
2010-12-16lockd: Create client-side nlm_host cacheChuck Lever4-14/+78
2010-12-16lockd: Split nlm_release_call()Chuck Lever5-13/+22
2010-12-16lockd: Add nlm_destroy_host_locked()Chuck Lever1-8/+11
2010-12-16lockd: Add nlm_alloc_host()Chuck Lever1-45/+65
2010-12-16lockd: reorganize nlm_host_rebootedJ. Bruce Fields1-24/+34
2010-12-16lockd: define host_for_each{_safe} macrosJ. Bruce Fields1-52/+55
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever15-566/+518
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever15-807/+606
2010-12-16SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever1-7/+3
2010-12-16SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever1-39/+21
2010-12-16NFS: Remove unused UMNT response data structureChuck Lever1-2/+0
2010-12-16NFS: Avoid return code checking in mount XDR encoder functionsChuck Lever1-20/+15
2010-12-16NSM: Avoid return code checking in NSM XDR encoder functionsChuck Lever1-43/+25
2010-12-16NFS: Squelch compiler warning in decode_getdeviceinfo()Chuck Lever1-1/+1
2010-12-16NFS: Simplify ->decode_dirent() calling sequenceChuck Lever7-42/+61
2010-12-16NFS: Fix hdrlen calculation in NFSv4's decode_read()Chuck Lever1-1/+1
2010-12-16lockd: Move nlmdbg_cookie2a() to svclock.cChuck Lever3-39/+30
2010-12-16NFS: Repair whitespace damage in NFS PROC macroChuck Lever3-86/+86
2010-12-16NFSD: Update XDR decoders in NFSv4 callback clientChuck Lever1-176/+239
2010-12-16NFSD: Update XDR encoders in NFSv4 callback clientChuck Lever1-77/+178
2010-12-16lockd: Introduce new-style XDR functions for NLMv4Chuck Lever3-256/+622
2010-12-16NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever1-69/+67
2010-12-16NFS: Remove unused old NFSv3 decoder functionsChuck Lever1-508/+4
2010-12-16NFS: Switch in new NFSv3 decoder functionsChuck Lever1-34/+30
2010-12-16NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever2-79/+1446
2010-12-16NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever1-56/+55
2010-12-16NFS: Remove unused old NFSv3 encoder functionsChuck Lever1-324/+4
2010-12-16NFS: Replace old NFSv3 encoder functions with xdr_stream-based onesChuck Lever1-28/+30
2010-12-16NFS: Introduce new-style XDR encoding functions for NFSv3Chuck Lever2-3/+832
2010-12-16lockd: Introduce new-style XDR functions for NLMv3Chuck Lever3-260/+645