summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd41: modify nfsd4.1 backchannel to use new xprt classAlexandros Batsakis2009-09-161-2/+6
* nfsd41: Backchannel: Implement cb_recall over NFSv4.1Ricardo Labiaga2009-09-161-5/+48
* nfsd41: Backchannel: cb_sequence callbackBenny Halevy2009-09-161-0/+72
* nfsd41: Backchannel: Setup sequence informationRicardo Labiaga2009-09-161-0/+62
* nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsRicardo Labiaga2009-09-161-0/+5
* nfsd41: Backchannel: callback infrastructureAndy Adamson2009-09-161-2/+15
* nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields2009-09-161-23/+10Star
* nfsd4: fix null dereference creating nfsv4 callback clientJ. Bruce Fields2009-09-161-2/+2
* nfsd4: fix whitespace in NFSPROC4_CLNT_CB_NULL definitionBenny Halevy2009-09-131-1/+1
* nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton2009-08-211-9/+2Star
* nfsd41: Backchannel: minorversion support for the back channelAndy Adamson2009-06-191-1/+2
* nfsd41: Backchannel: cleanup nfs4.0 callback encode routinesAndy Adamson2009-06-191-8/+16
* nfsd4: make recall callback an asynchronous rpcJ. Bruce Fields2009-05-031-25/+49
* nfsd4: track recall retries in nfs4_delegationJ. Bruce Fields2009-05-021-2/+2
* nfsd4: remove unused dl_truncJ. Bruce Fields2009-05-021-3/+1Star
* nfsd4: eliminate struct nfs4_cb_recallJ. Bruce Fields2009-05-021-13/+11Star
* nfsd4: rename callback struct to cb_connJ. Bruce Fields2009-05-011-8/+8
* nfsd4: replace callback thread by asynchronous rpcJ. Bruce Fields2009-04-291-16/+22
* nfsd4: lookup up callback cred only onceJ. Bruce Fields2009-04-291-0/+26
* nfsd4: create rpc callback client from server threadJ. Bruce Fields2009-04-291-15/+16
* nfsd4: set cb_client inside setup_callback_clientJ. Bruce Fields2009-04-291-14/+12Star
* nfsd4: set shorter timeoutJ. Bruce Fields2009-04-291-4/+7
* nfsd4: move rpc_client setup to a separate functionJ. Bruce Fields2009-03-181-8/+21
* nfsd4: fix do_probe_callback errorsJ. Bruce Fields2009-03-181-8/+7Star
* nfsd4: remove use of mutex for file_hashtableJ. Bruce Fields2009-03-181-2/+0Star
* nfsd4: put_nfs4_client does not require state lockJ. Bruce Fields2009-03-181-1/+1
* nfsd: lock state around put client and delegation in nfsd4_cb_recallAlexandros Batsakis2009-03-181-1/+2
* nfsd4: use helper for copying delegation filehandleJ. Bruce Fields2009-03-181-2/+2
* nfsd: git rid of nfs4_cb_null_ops declarationBenny Halevy2009-01-071-3/+0Star
* nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-231-1/+2
* rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+6
* nfsd: use nfs client rpc callback programBenny Halevy2008-09-301-0/+1
* nfsd: do_probe_callback should not clear rpc statsBenny Halevy2008-09-301-3/+0Star
* nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recallBenny Halevy2008-09-291-1/+2
* rpc: bring back cl_chattyOlga Kornievskaia2008-07-091-1/+1
* nfsd: reorder printk in do_probe_callback to avoid use-after-freeJ. Bruce Fields2008-05-191-1/+1
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* nfsd: use static memory for callback program and statsOlga Kornievskaia2008-04-231-11/+17
* nfsd4: recognize callback channel failure earlierJ. Bruce Fields2008-02-011-8/+5Star
* nfsd: move callback rpc_client creation into separate threadJ. Bruce Fields2008-02-011-39/+39
* nfsd4: probe callback channel only onceJ. Bruce Fields2008-02-011-2/+1Star
* knfsd: nfsv4 delegation recall should take reference on clientJ. Bruce Fields2007-10-101-0/+1
* knfsd: fix callback rpc credJ. Bruce Fields2007-10-101-33/+0Star
* knfsd: spawn kernel thread to probe callback channelJ. Bruce Fields2007-10-101-37/+34Star
* knfsd: nfsd4: fix enc_stateid_sz for nfsd callbacksBenny Halevy2007-07-171-1/+1
* SUNRPC: Add a convenient default for the hostname when calling rpc_create()Chuck Lever2007-07-111-6/+0Star
* SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust2007-07-111-9/+3Star
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-05-011-5/+2Star
* [PATCH] knfsd: nfsd4: fix non-terminated stringJ. Bruce Fields2007-02-161-1/+6