summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-03-061-1/+3
|\
| * nfsd41: Create the recovery entry for the NFSv4.1 clientRicardo Labiaga2010-01-141-1/+3
* | vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-061-0/+2
|/
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0Star
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-151-1/+1
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-151-15/+0Star
* nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-0/+1
* nfsd: use STATEID_FMT and STATEID_VAL for printing stateidsBenny Halevy2009-11-051-30/+16Star
* nfsd4.1: common slot allocation size calculationJ. Bruce Fields2009-10-281-3/+11
* nfsd4.1: fix session memory use calculationJ. Bruce Fields2009-10-281-1/+4
* nfsd41: use sv_max_mesg for forechannel max sizesAndy Adamson2009-09-281-1/+2
* Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-09-221-364/+317Star
|\
| * nfsd41: Refactor create_client()Ricardo Labiaga2009-09-161-44/+45
| * nfsd41: Backchannel: Setup sequence informationRicardo Labiaga2009-09-161-0/+1
| * nfsd41: Backchannel: Server backchannel RPC wait queueRicardo Labiaga2009-09-161-0/+2
| * nfsd41: Backchannel: callback infrastructureAndy Adamson2009-09-161-0/+14
| * nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields2009-09-161-5/+1Star
| * nfsd4: allow nfs4 state startup to failJ. Bruce Fields2009-09-161-5/+12
| * nfsd41: replace page based DRC with buffer based DRCAndy Adamson2009-09-021-151/+60Star
| * nfsd41: replace nfserr_resource in pure nfs41 responsesAndy Adamson2009-09-021-3/+3
| * nfsd41: use session maxreqs for sequence target and highest slotidAndy Adamson2009-09-021-1/+5
| * nfsd41: bound forechannel drc size by memory usageAndy Adamson2009-09-021-18/+48
| * nfsd41: expand solo sequence checkAndy Adamson2009-08-281-9/+0Star
| * nfsd41: renew_client must be called under the state lockBenny Halevy2009-08-271-5/+8
| * nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton2009-08-211-2/+5
| * nfsd: add support for NFSv4 callbacks over IPv6Jeff Layton2009-08-211-4/+11
| * nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton2009-08-211-72/+9Star
| * nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton2009-08-211-13/+19
| * nfsd41: encode replay sequence from the slot valuesAndy Adamson2009-07-281-4/+36
| * nfsd41: Use separate DRC for setclientidAndy Adamson2009-07-281-26/+38
| * nfsd41: change check_slot_seqid parametersAndy Adamson2009-07-281-11/+13
| * nfsd41: remove redundant forechannel max requests checkAndy Adamson2009-07-281-4/+0Star
| * nfsd41: hange from page to memory based drc limitsAndy Adamson2009-07-281-15/+13Star
| * nfsd41: minor set_forechannel_maxreqs cleanupAndy Adamson2009-07-281-8/+7Star
| * nfsd41: reclaim DRC memory on session freeAndy Adamson2009-07-281-0/+3
| * nfsd41: use globals for DRC limitsAndy Adamson2009-07-141-5/+5
* | const: make lock_manager_operations constAlexey Dobriyan2009-09-221-2/+2
|/
* nfsd41: Backchannel: minorversion support for the back channelAndy Adamson2009-06-191-0/+1
* nfsd41: Remove ip address collision detection caseMike Sager2009-06-191-12/+6Star
* nfsd41: sanity check client drc maxreqsAndy Adamson2009-06-171-0/+5
* nfsd41: move channel attributes from nfsd4_session to a nfsd4_channel_attr st...Alexandros Batsakis2009-06-161-13/+15
* Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields2009-06-161-1/+0Star
|\
| * nfsd41: slots are freed with sessionAndy Adamson2009-05-031-1/+0Star
* | nfsd: nfs4_stat_init cleanupWang Chen2009-05-061-2/+1Star
* | nfsd4: make recall callback an asynchronous rpcJ. Bruce Fields2009-05-031-25/+3Star
* | nfsd4: remove unused dl_truncJ. Bruce Fields2009-05-021-1/+0Star
* | nfsd4: eliminate struct nfs4_cb_recallJ. Bruce Fields2009-05-021-3/+2Star
* | nfsd4: rename callback struct to cb_connJ. Bruce Fields2009-05-011-11/+11
* | nfsd4: lookup up callback cred only onceJ. Bruce Fields2009-04-291-0/+4