aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06nfsd41: Fix a crash when a callback is retriedBoaz Harrosh1-1/+1
2010-06-24nfsd4: fix delegation recall race use-after-freeJ. Bruce Fields1-0/+1
2010-06-24nfsd4: fix deleg leak on callback errorJ. Bruce Fields1-1/+3
2010-06-22nfsd: nfs4callback encode_stateid helper functionBenny Halevy1-3/+13
2010-05-31nfsd4: don't bother storing callback reply tagJ. Bruce Fields1-6/+5
2010-05-31nfsd4: treat more recall errors as failuresJ. Bruce Fields1-9/+8
2010-05-31nfsd4: remove extra put() on callback errorsJ. Bruce Fields1-5/+1
2010-05-18nfs4: minor callback code simplification, commentJ. Bruce Fields1-2/+8
2010-05-13nfsd4: nfsd4_destroy_session must set callback client under the state lockBenny Halevy1-0/+1
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields1-0/+1
2010-04-22nfsd4: allow 4.0 clients to change callback pathJ. Bruce Fields1-9/+20
2010-04-22nfsd4: rearrange cb data structuresJ. Bruce Fields1-13/+12
2010-04-22nfsd4: cl_count is unusedJ. Bruce Fields1-5/+1
2010-04-22nfsd4: don't sleep in lease-break callbackJ. Bruce Fields1-2/+52
2010-04-02nfsd4: remove probe task's reference on clientJ. Bruce Fields1-8/+1
2010-04-02nfsd4: preallocate nfs4_rpc_argsJ. Bruce Fields1-15/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields1-1/+1
2010-03-03nfsd4: fix minor memory leakJ. Bruce Fields1-0/+2
2010-02-24NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONNChuck Lever1-1/+2
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