aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-21NFSv4: Fix an NFSv4 mount regressionTrond Myklebust1-0/+6
2009-06-17nfs41: get_clid_cred for EXCHANGE_IDAndy Adamson1-0/+1
2009-06-17nfs41: add a get_clid_cred function to nfs4_state_recovery_opsAndy Adamson1-0/+1
2009-06-17nfs41: establish sessions-based clientidAndy Adamson1-2/+4
2009-06-17nfs41: introduce get_state_renewal_credAndy Adamson1-0/+5
2009-06-17nfs41: support minorversion 1 for nfs4_check_leaseBenny Halevy1-0/+1
2009-06-17nfs41: lease renewalBenny Halevy1-0/+6
2009-06-17nfs41: add session reset to state managerAndy Adamson1-0/+1
2009-06-17nfs41: add session setup to the state managerAndy Adamson1-0/+2
2009-06-17nfs41: setup_sequence methodAndy Adamson1-0/+10
2009-06-17nfs41: sessions client infrastructureAndy Adamson1-0/+4
2009-03-27constify dentry_operations: NFSAl Viro1-1/+1
2008-12-30fs/nfs/nfs4proc.c: make nfs4_map_errors() staticWANG Cong1-1/+0
2008-12-23NFSv4: Convert the open and close ops to use fmodeTrond Myklebust1-4/+4
2008-12-23NFSv4: Clean up nfs_expire_all_delegations()Trond Myklebust1-0/+1
2008-12-23NFSv4: Rename the state reclaimer threadTrond Myklebust1-1/+1
2008-12-23NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust1-1/+1
2008-12-23NFSv4: Add recovery for individual stateidsTrond Myklebust1-0/+2
2008-12-23NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust1-0/+7
2008-12-23NFSv4: Remove redundant RENEW calls if we know the lease has expiredTrond Myklebust1-0/+1
2008-12-23NFSv4: Fix state recovery when the client runs over the grace periodTrond Myklebust1-1/+7
2008-12-23NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lockTrond Myklebust1-1/+1
2008-05-16nfs: make nfs4_drop_state_owner() staticAdrian Bunk1-1/+0
2008-01-10NFSv4: Give the lock stateid its own sequence queueTrond Myklebust1-0/+1
2007-10-19nfs: Fix build break with CONFIG_NFS_V4=nOlof Johansson1-0/+1
2007-10-19NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust1-1/+2
2007-07-19NFSv4: 'constify' lookup arguments.Trond Myklebust1-1/+1
2007-07-10NFSv4: Make the NFS state model work with the nosharedcache mount optionTrond Myklebust1-0/+1
2007-07-10NFSv4: Fix up stateid locking...Trond Myklebust1-0/+2
2007-07-10NFSv4: Always use the delegation if we have oneTrond Myklebust1-5/+9
2007-07-10NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust1-6/+11
2007-07-10NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust1-3/+3
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2007-02-03NFSv4: Cleanups for fs_locations code.Trond Myklebust1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-1/+1
2006-10-20[PATCH] xdr annotations: NFS readdir entriesAl Viro1-1/+1
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-6/+0
2006-09-22NFS: Generalise the nfs_client structureDavid Howells1-52/+0
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells1-15/+15
2006-06-09NFSv4: Define an fs_locations bitmapManoj Naik1-0/+1
2006-06-09NFSv4: convert fs-locations-components to conform to RFC3530Manoj Naik1-1/+1
2006-06-09NFSv4: Implement the fs_locations function callTrond Myklebust1-0/+2
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust1-0/+1
2006-01-06NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust1-4/+2
2006-01-06NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust1-2/+3
2006-01-06NFSv4: Send RENEW requests to the server only when we're holding stateTrond Myklebust1-0/+1
2006-01-06NFSv4: State recovery cleanupTrond Myklebust1-2/+1
2006-01-06NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separatelyTrond Myklebust1-2/+3
2005-11-04NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust1-1/+0