aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-2/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-13/+0
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 Labiaga1-0/+62
2009-09-15nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsRicardo Labiaga1-0/+5
2009-09-15nfsd41: Backchannel: callback infrastructureAndy Adamson1-2/+15
2009-09-15nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields1-23/+10
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-08-21nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton1-9/+2
2009-06-18nfsd41: Backchannel: minorversion support for the back channelAndy Adamson1-1/+2
2009-06-18nfsd41: Backchannel: cleanup nfs4.0 callback encode routinesAndy Adamson1-8/+16
2009-05-03nfsd4: make recall callback an asynchronous rpcJ. Bruce Fields1-25/+49
2009-05-01nfsd4: track recall retries in nfs4_delegationJ. Bruce Fields1-2/+2
2009-05-01nfsd4: remove unused dl_truncJ. Bruce Fields1-3/+1
2009-05-01nfsd4: eliminate struct nfs4_cb_recallJ. Bruce Fields1-13/+11
2009-05-01nfsd4: rename callback struct to cb_connJ. Bruce Fields1-8/+8
2009-04-29nfsd4: replace callback thread by asynchronous rpcJ. Bruce Fields1-16/+22
2009-04-29nfsd4: lookup up callback cred only onceJ. Bruce Fields1-0/+26
2009-04-29nfsd4: create rpc callback client from server threadJ. Bruce Fields1-15/+16
2009-04-29nfsd4: set cb_client inside setup_callback_clientJ. Bruce Fields1-14/+12
2009-04-29nfsd4: set shorter timeoutJ. Bruce Fields1-4/+7
2009-03-18nfsd4: move rpc_client setup to a separate functionJ. Bruce Fields1-8/+21
2009-03-18nfsd4: fix do_probe_callback errorsJ. Bruce Fields1-8/+7
2009-03-18nfsd4: remove use of mutex for file_hashtableJ. Bruce Fields1-2/+0
2009-03-18nfsd4: put_nfs4_client does not require state lockJ. Bruce Fields1-1/+1
2009-03-18nfsd: lock state around put client and delegation in nfsd4_cb_recallAlexandros Batsakis1-1/+2
2009-03-18nfsd4: use helper for copying delegation filehandleJ. Bruce Fields1-2/+2
2009-01-07nfsd: git rid of nfs4_cb_null_ops declarationBenny Halevy1-3/+0
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia1-1/+2
2008-12-23rpc: pass target name down to rpc level on callbacksOlga Kornievskaia1-0/+6
2008-09-29nfsd: use nfs client rpc callback programBenny Halevy1-0/+1
2008-09-29nfsd: do_probe_callback should not clear rpc statsBenny Halevy1-3/+0
2008-09-29nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recallBenny Halevy1-1/+2
2008-07-09rpc: bring back cl_chattyOlga Kornievskaia1-1/+1
2008-05-18nfsd: reorder printk in do_probe_callback to avoid use-after-freeJ. Bruce Fields1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-23nfsd: use static memory for callback program and statsOlga Kornievskaia1-11/+17
2008-02-01nfsd4: recognize callback channel failure earlierJ. Bruce Fields1-8/+5
2008-02-01nfsd: move callback rpc_client creation into separate threadJ. Bruce Fields1-39/+39
2008-02-01nfsd4: probe callback channel only onceJ. Bruce Fields1-2/+1
2007-10-09knfsd: nfsv4 delegation recall should take reference on clientJ. Bruce Fields1-0/+1
2007-10-09knfsd: fix callback rpc credJ. Bruce Fields1-33/+0
2007-10-09knfsd: spawn kernel thread to probe callback channelJ. Bruce Fields1-37/+34
2007-07-17knfsd: nfsd4: fix enc_stateid_sz for nfsd callbacksBenny Halevy1-1/+1
2007-07-10SUNRPC: Add a convenient default for the hostname when calling rpc_create()Chuck Lever1-6/+0
2007-07-10SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust1-9/+3