summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
Commit message (Expand)AuthorAgeFilesLines
...
* nfs41: introduce get_state_renewal_credAndy Adamson2009-06-171-0/+5
* nfs41: support minorversion 1 for nfs4_check_leaseBenny Halevy2009-06-171-0/+1
* nfs41: lease renewalBenny Halevy2009-06-171-0/+6
* nfs41: add session reset to state managerAndy Adamson2009-06-171-0/+1
* nfs41: add session setup to the state managerAndy Adamson2009-06-171-0/+2
* nfs41: setup_sequence methodAndy Adamson2009-06-171-0/+10
* nfs41: sessions client infrastructureAndy Adamson2009-06-171-0/+4
* constify dentry_operations: NFSAl Viro2009-03-271-1/+1
* fs/nfs/nfs4proc.c: make nfs4_map_errors() staticWANG Cong2008-12-301-1/+0Star
* NFSv4: Convert the open and close ops to use fmodeTrond Myklebust2008-12-231-4/+4
* NFSv4: Clean up nfs_expire_all_delegations()Trond Myklebust2008-12-231-0/+1
* NFSv4: Rename the state reclaimer threadTrond Myklebust2008-12-231-1/+1
* NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust2008-12-231-1/+1
* NFSv4: Add recovery for individual stateidsTrond Myklebust2008-12-231-0/+2
* NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust2008-12-231-0/+7
* NFSv4: Remove redundant RENEW calls if we know the lease has expiredTrond Myklebust2008-12-231-0/+1
* NFSv4: Fix state recovery when the client runs over the grace periodTrond Myklebust2008-12-231-1/+7
* NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lockTrond Myklebust2008-12-231-1/+1
* nfs: make nfs4_drop_state_owner() staticAdrian Bunk2008-05-161-1/+0Star
* NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2008-01-101-0/+1
* nfs: Fix build break with CONFIG_NFS_V4=nOlof Johansson2007-10-201-0/+1
* NFSv4: Ensure that we wait for the CLOSE request to completeTrond Myklebust2007-10-191-1/+2
* NFSv4: 'constify' lookup arguments.Trond Myklebust2007-07-191-1/+1
* NFSv4: Make the NFS state model work with the nosharedcache mount optionTrond Myklebust2007-07-111-0/+1
* NFSv4: Fix up stateid locking...Trond Myklebust2007-07-111-0/+2
* NFSv4: Always use the delegation if we have oneTrond Myklebust2007-07-111-5/+9
* NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust2007-07-111-6/+11
* NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust2007-07-111-3/+3
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-131-1/+1
|\
| * [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* | NFSv4: Cleanups for fs_locations code.Trond Myklebust2007-02-041-1/+1
|/
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-1/+1
* [PATCH] xdr annotations: NFS readdir entriesAl Viro2006-10-201-1/+1
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-231-6/+0Star
* NFS: Generalise the nfs_client structureDavid Howells2006-09-231-52/+0Star
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-231-15/+15
* NFSv4: Define an fs_locations bitmapManoj Naik2006-06-091-0/+1
* NFSv4: convert fs-locations-components to conform to RFC3530Manoj Naik2006-06-091-1/+1
* NFSv4: Implement the fs_locations function callTrond Myklebust2006-06-091-0/+2
* NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust2006-06-091-0/+1
* NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust2006-01-061-4/+2Star
* NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust2006-01-061-2/+3
* NFSv4: Send RENEW requests to the server only when we're holding stateTrond Myklebust2006-01-061-0/+1
* NFSv4: State recovery cleanupTrond Myklebust2006-01-061-2/+1Star
* NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separatelyTrond Myklebust2006-01-061-2/+3
* NFSv4: Fix problem with OPEN_DOWNGRADETrond Myklebust2005-11-041-1/+0Star
* NFSv4: Fix a race between open() and close()Trond Myklebust2005-11-041-1/+2
* NFSv4: Fix up locking for nfs4_state_ownerTrond Myklebust2005-10-201-0/+1
* NFSv4: Final tweak to sequence idTrond Myklebust2005-10-201-1/+1
* NFSv4: Fix an oopsable condition in nfs_free_seqidTrond Myklebust2005-10-191-1/+0Star