summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2006-10-21[PATCH] NFS: Cache invalidation fixupTrond Myklebust
2006-10-21[PATCH] VFS: Make d_materialise_unique() enforce directory uniquenessTrond Myklebust
2006-10-20[PATCH] xdr annotations: NFS readdir entriesAl Viro
2006-10-20[PATCH] NFS: fix minor bug in new NFS symlink codeChuck Lever
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh
2006-09-22NFS: nfs_lookup - don't hash dentry when optimising away the lookupTrond Myklebust
2006-09-22NFS: Use cached page as buffer for NFS symlink requestsChuck Lever
2006-09-22NFS: copy symlinks into page cache before sending NFS SYMLINK requestChuck Lever
2006-09-22NFS: Fix double d_drop in nfs_instantiate() error pathChuck Lever
2006-09-22NFS: remove a no-longer-needed error check in nfs_symlink()Chuck Lever
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust
2006-09-22NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust
2006-09-22NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust
2006-07-05NFS: Optimise away an excessive GETATTR call when a file is symlinkedTrond Myklebust
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust
2006-04-19NFS: remove needless check in nfs_opendir()Carsten Otte
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-20NFS: Make nfs_fhget() return appropriate error valuesTrond Myklebust
2006-03-20NFS: directory trace messagesChuck Lever
2006-03-20NFS: add I/O performance countersChuck Lever
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-06NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust
2005-12-03NFS: Fix post-op attribute revalidation...Trond Myklebust
2005-11-04NFSv4: Return any delegations before sillyrenaming the fileTrond Myklebust
2005-10-27NFS: Ensure that nfs_link() instantiates the dentry correctlyTrond Myklebust
2005-10-27NFS: nfs_lookup doesn't need to revalidate the parent directory's inodeChuck Lever
2005-10-27NFS: Cleanup initialisation of struct nfs_fattrTrond Myklebust
2005-10-18NFS: Fix rename of directory onto empty directoryTrond Myklebust
2005-10-18NFSv4: Return delegation upon rename or removal of file.Trond Myklebust
2005-10-18[NFS]: Check that the server returns a valid regular file to our OPEN requestTrond Myklebust
2005-10-18NFSv4: Eliminate nfsv4 open race...Trond Myklebust
2005-09-23NFS: Don't expose internal READDIR errors to userspaceTrond Myklebust
2005-09-23NFS: Drop inode after renameTrond Myklebust
2005-08-19[PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup()Steve Dickson
2005-08-18[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsiChuck Lever
2005-08-18[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flagsChuck Lever
2005-08-18[PATCH] NFS: split nfsi->flags into two fieldsChuck Lever
2005-06-22[PATCH] NFS: Clean up readdir changes.Trond Myklebust
2005-06-22[PATCH] NFS: Hide NFS server-generated readdir cookies from userlandOlivier Galibert
2005-06-22[PATCH] NFS: Add support for NFSv3 ACLsAndreas Gruenbacher
2005-06-22[PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4J. Bruce Fields
2005-06-22[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.Trond Myklebust
2005-06-22[PATCH] NFS: Header file cleanup...Trond Myklebust
2005-06-07[PATCH] NFS: Fix lookup intent handlingTrond Myklebust