aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-14Fix memory corruption caused by nfsd readdir+Petr Vandrovec1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-607/+778
2009-09-22const: make lock_manager_operations constAlexey Dobriyan1-2/+2
2009-09-21nfsd4: nfsv4 clients should cross mountpointsSteve Dickson1-1/+8
2009-09-15nfsd41: Refactor create_client()Ricardo Labiaga1-44/+45
2009-09-15nfsd41: modify nfsd4.1 backchannel to use new xprt classAlexandros Batsakis1-2/+6
2009-09-15nfsd41: Backchannel: Implement cb_recall over NFSv4.1Ricardo Labiaga1-5/+48
2009-09-15nfsd41: Backchannel: cb_sequence callbackBenny Halevy1-0/+72
2009-09-15nfsd41: Backchannel: Setup sequence informationRicardo Labiaga2-0/+63
2009-09-15nfsd41: Backchannel: Server backchannel RPC wait queueRicardo Labiaga1-0/+2
2009-09-15nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsRicardo Labiaga1-0/+5
2009-09-15nfsd41: Backchannel: callback infrastructureAndy Adamson2-2/+29
2009-09-15nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields2-28/+11
2009-09-15nfsd4: allow nfs4 state startup to failJ. Bruce Fields2-6/+15
2009-09-15nfsd4: fix null dereference creating nfsv4 callback clientJ. Bruce Fields1-2/+2
2009-09-13nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definitionBenny Halevy1-1/+1
2009-09-11Merge branch 'nfs-for-2.6.32'Trond Myklebust3-20/+35
2009-09-04nfsd: fix leak on error in nfsv3 readdirJ. Bruce Fields1-2/+3
2009-09-04nfsd: clean up readdirplus encodingJ. Bruce Fields1-38/+34
2009-09-04nfsd4: filehandle leak or error exit from fh_compose()J. Bruce Fields1-1/+3
2009-09-03NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust2-5/+12
2009-09-02nfsd: move fsid_type choice out of fh_composeJ. Bruce Fields1-36/+41
2009-09-02nfsd: move some of fh_compose into helper functionsJ. Bruce Fields1-38/+45
2009-09-02CRED: Add some configurable debugging [try #6]David Howells3-0/+9
2009-09-01nfsd41: replace page based DRC with buffer based DRCAndy Adamson3-165/+67
2009-09-01nfsd41: replace nfserr_resource in pure nfs41 responsesAndy Adamson1-3/+3
2009-09-01nfsd41: use session maxreqs for sequence target and highest slotidAndy Adamson1-1/+5
2009-09-01nfsd41: bound forechannel drc size by memory usageAndy Adamson1-18/+48
2009-09-01NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attributeTrond Myklebust2-13/+1
2009-08-28nfsd41: expand solo sequence checkAndy Adamson1-9/+0
2009-08-27nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entryFrank Filz1-1/+1
2009-08-27nfsd41: renew_client must be called under the state lockBenny Halevy1-5/+8
2009-08-25knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi2-3/+23
2009-08-24nfsd: Fix unnecessary deny bits in NFSv4 ACLFrank Filz1-1/+1
2009-08-21nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on SETCLIENTID callJeff Layton1-2/+5
2009-08-21nfsd: add support for NFSv4 callbacks over IPv6Jeff Layton1-4/+11
2009-08-21nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton2-81/+11
2009-08-21nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton1-13/+19
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incomingJ. Bruce Fields5-24/+36
2009-08-10Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2-6/+28
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2-4/+26
2009-08-09NFSD: Clean up the idmapper warning...Trond Myklebust1-2/+2
2009-08-09NFSD: Support IPv6 addresses in write_failover_ip()Chuck Lever1-14/+7
2009-07-28nfsd41: encode replay sequence from the slot valuesAndy Adamson2-36/+37
2009-07-28nfsd41: rename nfsd4_enc_uncached_replayAndy Adamson1-2/+2
2009-07-28nfsd41: Use separate DRC for setclientidAndy Adamson3-29/+40
2009-07-28nfsd41: change check_slot_seqid parametersAndy Adamson1-11/+13