aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields2010-10-211-7/+8
* nfsd4: move minorversion to clientJ. Bruce Fields2010-10-211-4/+4
* nfsd4: separate callback change and callback probeJ. Bruce Fields2010-10-211-5/+10
* nfsd4: callback program number is per-sessionJ. Bruce Fields2010-10-211-0/+1
* nfsd4: make backchannel sequence number per-sessionJ. Bruce Fields2010-10-211-4/+4
* nfsd4: use client pointer to backchannel sessionJ. Bruce Fields2010-10-211-4/+5
* nfsd4: Move callback setup to callback queueJ. Bruce Fields2010-10-011-21/+52
* nfsd4: remove separate cb_args structJ. Bruce Fields2010-10-011-23/+22
* nfsd4: use generic callback code in null caseJ. Bruce Fields2010-10-011-15/+18
* nfsd4: generic callback codeJ. Bruce Fields2010-10-011-39/+31
* nfsd4: rename nfs4_rpc_args->nfsd4_cb_argsJ. Bruce Fields2010-10-011-7/+7
* nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequenceJ. Bruce Fields2010-10-011-15/+15
* nfsd4: minor variable renaming (cb -> conn)J. Bruce Fields2010-10-011-8/+8
* sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+1
* nfsd: remove duplicate NFS4_STATEID_SIZE declarationAndy Adamson2010-09-071-1/+0
* nfsd41: Fix a crash when a callback is retriedBoaz Harrosh2010-08-061-1/+1
* nfsd4: fix delegation recall race use-after-freeJ. Bruce Fields2010-06-241-0/+1
* nfsd4: fix deleg leak on callback errorJ. Bruce Fields2010-06-241-1/+3
* nfsd: nfs4callback encode_stateid helper functionBenny Halevy2010-06-221-3/+13
* nfsd4: don't bother storing callback reply tagJ. Bruce Fields2010-05-311-6/+5
* nfsd4: treat more recall errors as failuresJ. Bruce Fields2010-05-311-9/+8
* nfsd4: remove extra put() on callback errorsJ. Bruce Fields2010-05-311-5/+1
* nfs4: minor callback code simplification, commentJ. Bruce Fields2010-05-181-2/+8
* nfsd4: nfsd4_destroy_session must set callback client under the state lockBenny Halevy2010-05-131-0/+1
* Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-041-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | nfsd4: allow 4.0 clients to change callback pathJ. Bruce Fields2010-04-221-9/+20
* | nfsd4: rearrange cb data structuresJ. Bruce Fields2010-04-221-13/+12
* | nfsd4: cl_count is unusedJ. Bruce Fields2010-04-221-5/+1
* | nfsd4: don't sleep in lease-break callbackJ. Bruce Fields2010-04-221-2/+52
* | nfsd4: remove probe task's reference on clientJ. Bruce Fields2010-04-021-8/+1
* | nfsd4: preallocate nfs4_rpc_argsJ. Bruce Fields2010-04-021-15/+3
* | nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields2010-03-061-1/+1
|/
* nfsd4: fix minor memory leakJ. Bruce Fields2010-03-031-0/+2
* NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONNChuck Lever2010-02-241-1/+2
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-2/+2
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-13/+0
* nfsd41: modify nfsd4.1 backchannel to use new xprt classAlexandros Batsakis2009-09-151-2/+6
* nfsd41: Backchannel: Implement cb_recall over NFSv4.1Ricardo Labiaga2009-09-151-5/+48
* nfsd41: Backchannel: cb_sequence callbackBenny Halevy2009-09-151-0/+72
* nfsd41: Backchannel: Setup sequence informationRicardo Labiaga2009-09-151-0/+62
* nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsRicardo Labiaga2009-09-151-0/+5
* nfsd41: Backchannel: callback infrastructureAndy Adamson2009-09-151-2/+15
* nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields2009-09-151-23/+10
* nfsd4: fix null dereference creating nfsv4 callback clientJ. Bruce Fields2009-09-151-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/+2
* nfsd41: Backchannel: minorversion support for the back channelAndy Adamson2009-06-181-1/+2
* nfsd41: Backchannel: cleanup nfs4.0 callback encode routinesAndy Adamson2009-06-181-8/+16