aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-19NFS: remove needless check in nfs_opendir()Carsten Otte1-3/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-20NFS: Make nfs_fhget() return appropriate error valuesTrond Myklebust1-5/+5
2006-03-20NFS: directory trace messagesChuck Lever1-30/+66
2006-03-20NFS: add I/O performance countersChuck Lever1-0/+8
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-5/+5
2006-01-06NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust1-1/+3
2005-12-03NFS: Fix post-op attribute revalidation...Trond Myklebust1-0/+3
2005-11-04NFSv4: Return any delegations before sillyrenaming the fileTrond Myklebust1-0/+3
2005-10-27NFS: Ensure that nfs_link() instantiates the dentry correctlyTrond Myklebust1-7/+4
2005-10-27NFS: nfs_lookup doesn't need to revalidate the parent directory's inodeChuck Lever1-6/+0
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust1-0/+1
2005-10-18NFS: Fix rename of directory onto empty directoryTrond Myklebust1-3/+5
2005-10-18NFSv4: Return delegation upon rename or removal of file.Trond Myklebust1-0/+3
2005-10-18[NFS]: Check that the server returns a valid regular file to our OPEN requestTrond Myklebust1-1/+3
2005-10-18NFSv4: Eliminate nfsv4 open race...Trond Myklebust1-16/+13
2005-09-23NFS: Don't expose internal READDIR errors to userspaceTrond Myklebust1-2/+0
2005-09-23NFS: Drop inode after renameTrond Myklebust1-1/+2
2005-08-19[PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup()Steve Dickson1-0/+1
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever1-0/+7
2005-08-18[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsChuck Lever1-2/+2
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever1-7/+9
2005-06-22[PATCH] NFS: Clean up readdir changes.Trond Myklebust1-37/+48
2005-06-22[PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert1-24/+90
2005-06-22[PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher1-0/+21
2005-06-22[PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4J. Bruce Fields1-0/+3
2005-06-22[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.Trond Myklebust1-5/+3
2005-06-22[PATCH] NFS: Header file cleanup...Trond Myklebust1-0/+1
2005-06-07[PATCH] NFS: Fix lookup intent handlingTrond Myklebust1-14/+35
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1562