aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-21[PATCH] NFS: Cache invalidation fixupTrond Myklebust1-0/+6
2006-10-21[PATCH] VFS: Make d_materialise_unique() enforce directory uniquenessTrond Myklebust1-1/+6
2006-10-20[PATCH] xdr annotations: NFS readdir entriesAl Viro1-3/+3
2006-10-20[PATCH] NFS: fix minor bug in new NFS symlink codeChuck Lever1-2/+2
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust1-2/+4
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-3/+3
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh1-2/+1
2006-09-22NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust1-3/+11
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever1-7/+1
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever1-18/+68
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever1-12/+4
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever1-6/+2
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-6/+10
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells1-1/+1
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust1-0/+44
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust1-1/+34
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust1-17/+116
2006-07-05NFS: Optimise away an excessive GETATTR call when a file is symlinkedTrond Myklebust1-1/+3
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust1-0/+16
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust1-1/+1
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