summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-22nfsd4: cl_count is unusedJ. Bruce Fields1-10/+1
2010-04-22nfsd4: don't sleep in lease-break callbackJ. Bruce Fields1-18/+16
2010-04-16nfsd4: consistent session flag settingJ. Bruce Fields1-6/+6
2010-04-02nfsd4: remove dprintkJ. Bruce Fields1-3/+0
2010-04-02nfsd4: shutdown callbacks on expiryJ. Bruce Fields1-3/+3
2010-03-09Merge commit 'v2.6.34-rc1' into for-2.6.35-incomingJ. Bruce Fields1-0/+2
2010-03-06nfsd4: allow setting grace period timeJ. Bruce Fields1-1/+1
2010-03-06nfsd4: remove unnecessary lease-setting functionJ. Bruce Fields1-12/+0
2010-03-06nfsd4: simplify lease/grace interactionJ. Bruce Fields1-21/+11
2010-03-06nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields1-14/+8
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang1-0/+2
2010-01-14nfsd41: Create the recovery entry for the NFSv4.1 clientRicardo Labiaga1-1/+3
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-1/+1
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-15/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-11-05nfsd: use STATEID_FMT and STATEID_VAL for printing stateidsBenny Halevy1-30/+16
2009-10-27nfsd4.1: common slot allocation size calculationJ. Bruce Fields1-3/+11
2009-10-27nfsd4.1: fix session memory use calculationJ. Bruce Fields1-1/+4
2009-09-28nfsd41: use sv_max_mesg for forechannel max sizesAndy Adamson1-1/+2
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-364/+317
2009-09-22const: make lock_manager_operations constAlexey Dobriyan1-2/+2
2009-09-15nfsd41: Refactor create_client()Ricardo Labiaga1-44/+45
2009-09-15nfsd41: Backchannel: Setup sequence informationRicardo Labiaga1-0/+1
2009-09-15nfsd41: Backchannel: Server backchannel RPC wait queueRicardo Labiaga1-0/+2
2009-09-15nfsd41: Backchannel: callback infrastructureAndy Adamson1-0/+14
2009-09-15nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields1-5/+1
2009-09-15nfsd4: allow nfs4 state startup to failJ. Bruce Fields1-5/+12
2009-09-01nfsd41: replace page based DRC with buffer based DRCAndy Adamson1-151/+60
2009-09-01nfsd41: replace nfserr_resource in pure nfs41 responsesAndy Adamson1-3/+3
2009-09-01nfsd41: use session maxreqs for sequence target and highest slotidAndy Adamson1-1/+5
2009-09-01nfsd41: bound forechannel drc size by memory usageAndy Adamson1-18/+48
2009-08-28nfsd41: expand solo sequence checkAndy Adamson1-9/+0
2009-08-27nfsd41: renew_client must be called under the state lockBenny Halevy1-5/+8
2009-08-21nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton1-2/+5
2009-08-21nfsd: add support for NFSv4 callbacks over IPv6Jeff Layton1-4/+11
2009-08-21nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton1-72/+9
2009-08-21nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton1-13/+19
2009-07-28nfsd41: encode replay sequence from the slot valuesAndy Adamson1-4/+36
2009-07-28nfsd41: Use separate DRC for setclientidAndy Adamson1-26/+38
2009-07-28nfsd41: change check_slot_seqid parametersAndy Adamson1-11/+13
2009-07-28nfsd41: remove redundant forechannel max requests checkAndy Adamson1-4/+0
2009-07-28nfsd41: hange from page to memory based drc limitsAndy Adamson1-15/+13
2009-07-28nfsd41: minor set_forechannel_maxreqs cleanupAndy Adamson1-8/+7
2009-07-28nfsd41: reclaim DRC memory on session freeAndy Adamson1-0/+3
2009-07-14nfsd41: use globals for DRC limitsAndy Adamson1-5/+5
2009-06-18nfsd41: Backchannel: minorversion support for the back channelAndy Adamson1-0/+1
2009-06-18nfsd41: Remove ip address collision detection caseMike Sager1-12/+6
2009-06-16nfsd41: sanity check client drc maxreqsAndy Adamson1-0/+5