aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-17nfsd: return success for non-NFS4 nfs4_state_startStephen Rothwell1-1/+1
2009-09-15nfsd41: Backchannel: Setup sequence informationRicardo Labiaga1-0/+1
2009-09-15nfsd41: Backchannel: Server backchannel RPC wait queueRicardo Labiaga1-0/+4
2009-09-15nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsRicardo Labiaga1-0/+6
2009-09-15nfsd41: Backchannel: callback infrastructureAndy Adamson1-0/+3
2009-09-15nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields1-1/+1
2009-09-15nfsd4: allow nfs4 state startup to failJ. Bruce Fields1-2/+2
2009-09-01nfsd41: replace page based DRC with buffer based DRCAndy Adamson2-20/+12
2009-09-01nfsd41: bound forechannel drc size by memory usageAndy Adamson1-2/+6
2009-08-28nfsd41: expand solo sequence checkAndy Adamson1-1/+1
2009-08-21nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton1-2/+2
2009-08-21nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton1-1/+1
2009-07-28nfsd41: Use separate DRC for setclientidAndy Adamson2-13/+20
2009-07-28nfsd41: hange from page to memory based drc limitsAndy Adamson2-2/+3
2009-07-14nfsd41: use globals for DRC limitsAndy Adamson1-0/+3
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds4-38/+44
2009-06-18nfsd41: Backchannel: minorversion support for the back channelAndy Adamson1-1/+2
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust1-1/+0
2009-06-17nfs41: exchange_id operationBenny Halevy1-1/+0
2009-06-16nfsd41: move channel attributes from nfsd4_session to a nfsd4_channel_attr structAlexandros Batsakis2-16/+13
2009-06-11switch rqst_exp_parent()Al Viro1-2/+1
2009-06-11switch rqst_exp_get_by_name()Al Viro1-2/+1
2009-05-27knfsd: reply cache cleanupsGreg Banks1-2/+1
2009-05-01nfsd4: track recall retries in nfs4_delegationJ. Bruce Fields1-0/+1
2009-05-01nfsd4: remove unused dl_truncJ. Bruce Fields1-1/+0
2009-05-01nfsd4: eliminate struct nfs4_cb_recallJ. Bruce Fields1-13/+5
2009-05-01nfsd4: rename callback struct to cb_connJ. Bruce Fields1-2/+2
2009-04-29nfsd4: lookup up callback cred only onceJ. Bruce Fields1-0/+1
2009-04-29nfsd: support ext4 i_versionJ. Bruce Fields2-4/+20
2009-04-06nfsd41: define nfsd4_set_statp as noop for !CONFIG_NFSD_V4Benny Halevy1-0/+7
2009-04-06nfsd41: define NFSD_DRC_SIZE_SHIFT in set_max_drcBenny Halevy1-3/+0
2009-04-03nfsd41: CREATE_EXCLUSIVE4_1Benny Halevy1-6/+4
2009-04-03nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy1-1/+13
2009-04-03nfsd41: support for 3-word long attribute bitmaskAndy Adamson2-8/+38
2009-04-03nfsd41: provide support for minor version 1 at rpc levelMarc Eshel1-1/+1
2009-04-03nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versionsBenny Halevy1-0/+2
2009-04-03nfsd41: access_validAndy Adamson1-0/+1
2009-04-03nfsd41: stateid handlingAndy Adamson2-1/+8
2009-04-03nfsd: pass nfsd4_compound_state* to nfs4_preprocess_{state,seq}id_opBenny Halevy1-1/+3
2009-04-03nfsd41: destroy_session operationBenny Halevy1-1/+1
2009-04-03nfsd41: non-page DRC for solo sequence responsesAndy Adamson2-1/+15
2009-04-03nfsd41: Add a create session replay cacheAndy Adamson1-1/+1
2009-04-03nfsd41: create_session operationAndy Adamson2-2/+26
2009-04-03nfsd41: nfsd DRC logicAndy Adamson1-0/+1
2009-04-03nfsd41: hard page limit for DRCAndy Adamson1-0/+3
2009-04-03nfsd41: DRC save, restore, and clear functionsAndy Adamson3-0/+18
2009-04-03nfsd41: sequence operationBenny Halevy1-1/+12
2009-04-03nfsd41: match clientid establishment methodAndy Adamson1-1/+1
2009-04-03nfsd41: exchange_id operationAndy Adamson2-1/+8