summaryrefslogtreecommitdiffstats
path: root/fs/signalfd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-16nfsd4: allow nfs4 state startup to failJ. Bruce Fields3-8/+17
2009-09-16SUNRPC: Defer the auth_gss upcall when the RPC call is asynchronousTrond Myklebust3-12/+16
2009-09-16nfsd4: 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-13nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis6-18/+114
2009-09-11sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked.NeilBrown1-13/+10
2009-09-11sunrpc/cache: change cache_defer_req to return -ve error, not boolean.NeilBrown1-5/+5
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer8-39/+303
2009-09-10nfsd41: sunrpc: move struct rpc_buffer def into sunrpc.hBenny Halevy2-5/+12
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-03nfsd: move fsid_type choice out of fh_composeJ. Bruce Fields1-36/+41
2009-09-03nfsd: move some of fh_compose into helper functionsJ. Bruce Fields1-38/+45
2009-09-02nfsd41: replace page based DRC with buffer based DRCAndy Adamson5-185/+79
2009-09-02nfsd41: replace nfserr_resource in pure nfs41 responsesAndy Adamson1-3/+3
2009-09-02nfsd41: use session maxreqs for sequence target and highest slotidAndy Adamson1-1/+5
2009-09-02nfsd41: bound forechannel drc size by memory usageAndy Adamson2-20/+54
2009-09-02NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attributeTrond Myklebust2-13/+1
2009-08-28nfsd41: expand solo sequence checkAndy Adamson2-10/+1
2009-08-27nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entryFrank Filz1-1/+1
2009-08-27sunrpc: move the close processing after do recvfrom methodWei Yongjun1-5/+7
2009-08-27nfsd41: renew_client must be called under the state lockBenny Halevy1-5/+8
2009-08-25sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown serviceWei Yongjun1-2/+4
2009-08-25knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi3-14/+23
2009-08-25nfsd: Fix unnecessary deny bits in NFSv4 ACLFrank Filz1-1/+1
2009-08-25nfsd41: sunrpc: svc_tcp_recv_record()Alexandros Batsakis1-28/+51
2009-08-21nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton2-2/+20
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 Layton3-83/+13
2009-08-21nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton2-14/+20
2009-08-21sunrpc: add common routine for copying address portion of a sockaddrJeff Layton1-0/+50
2009-08-21sunrpc: add routine for comparing addressesJeff Layton6-48/+53
2009-08-21SUNRPC: Ensure that sunrpc gets initialised before nfs, lockd, etc...Trond Myklebust1-1/+1
2009-08-21nfs: fix compile error in rpc_pipefs.hJ. Bruce Fields1-0/+2
2009-08-20nfs: Remove reference to generic_osync_inode from a commentJan Kara1-3/+0
2009-08-20SUNRPC: cache must take a reference to the cache detail's module on open()Trond Myklebust1-4/+76
2009-08-20NFS: Use the DNS resolver in the mount code.Trond Myklebust1-1/+17
2009-08-20NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust9-1/+639
2009-08-20SUNRPC: Fix a typo in cache_pipefs_filesTrond Myklebust1-1/+1
2009-08-14nfs: nfs4xdr: optimize low level decodingBenny Halevy1-59/+59
2009-08-14nfs: nfs4xdr: get rid of READ_BUFBenny Halevy1-96/+379
2009-08-14nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inlineBenny Halevy1-9/+10
2009-08-14nfs: nfs4xdr: get rid of COPYMEMBenny Halevy1-8/+3
2009-08-14nfs: nfs4xdr: introduce decode_sessionid helperBenny Halevy1-10/+15
2009-08-14nfs: nfs4xdr: introduce decode_verifier helperBenny Halevy1-10/+12
2009-08-14nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpersBenny Halevy1-31/+40
2009-08-14nfs: nfs4xdr: introduce print_overflow_msgBenny Halevy1-4/+8
2009-08-14nfs: nfs4xdr: get rid of READTIMEBenny Halevy1-5/+0