drop unused dentry argument to ->fsync
[safe/jmp/linux-2.6] / fs / nfs / dir.c
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-26 Trond MyklebustNFS: Fix a lock imbalance typo in nfs_access_cache_shrinker
2010-05-14 Trond MyklebustNFS: Don't call iput() in nfs_access_cache_shrinker
2010-05-14 Trond MyklebustNFS: Clean up nfs_access_zap_cache()
2010-05-14 Trond MyklebustNFS: Don't run nfs_access_cache_shrinker() when the...
2010-05-14 Trond MyklebustNFS: Reduce stack footprint of nfs_readdir()
2010-05-14 Trond MyklebustNFS: Reduce the stack footprint of nfs_lookup
2010-04-29 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-04-29 Al Vironfs d_revalidate() is too trigger-happy with d_drop()
2010-04-22 Trond MyklebustNFSv4: Don't attempt an atomic open if the file is...
2010-04-09 Trond MyklebustNFSv4: Fall back to ordinary lookup if nfs4_atomic_open...
2010-03-10 Trond MyklebustNFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in...
2010-03-05 Trond MyklebustNFS: Remove requirement for inode->i_mutex from nfs_inv...
2010-01-06 OGAWA Hirofuminfs: fix oops in nfs_rename()
2009-12-03 Miklos Szeredinfs: clean up sillyrenaming in nfs_rename()
2009-12-03 Miklos Szeredinfs: dont unhash target if renaming a directory
2009-12-03 Miklos Szeredinfs: fix comments in nfs_rename()
2009-12-03 Miklos Szeredinfs: remove unnecessary check from nfs_rename()
2009-10-26 Trond MyklebustNFSv4: The link() operation should return any delegatio...
2009-07-21 Trond MyklebustNFSv4: Fix a problem whereby a buggy server can oops...
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-05-19 Frank Filznfs: Fix NFS v4 client handling of MAY_EXEC in nfs_perm...
2009-04-01 Trond MyklebustMerge branch 'devel' into for-linus
2009-03-27 Al Viroconstify dentry_operations: NFS
2009-03-19 Trond MyklebustNFS: Fix the notifications when renaming onto an existi...
2009-03-11 Suresh JayaramanNFS: Handle -ESTALE error in access()
2008-12-23 Peter Staubachoptimize attribute timeouts for "noac" and "actimeo=0"
2008-12-23 Trond MyklebustNFS: Use delegations to optimise ACCESS calls
2008-12-23 Trond MyklebustNFSv4: Ensure that we set the verifier when revalidatin...
2008-12-23 Trond MyklebustNFSv4: Clean up is_atomic_open()
2008-10-23 Miklos Szeredi[PATCH] move executable checking into ->permission()
2008-10-23 Al Viro[PATCH] make O_EXCL in nd->intent.flags visible in...
2008-10-20 Rik van Rielvmscan: split LRU lists into anon & file sets
2008-10-14 Trond MyklebustNFS: Fix a resolution problem with nfs_inode->cache_cha...
2008-10-14 Trond MyklebustNFS: Fix the resolution problem with nfs_inode_attrs_ne...
2008-10-07 Trond MyklebustNFS: Add options for finer control of the lookup cache
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-15 Trond MyklebustNFS: Remove BKL from the readdir code
2008-07-15 Trond MyklebustNFS: Remove BKL from the symlink code
2008-07-15 Trond MyklebustNFS: Remove BKL from the sillydelete operations
2008-07-15 Trond MyklebustNFS: Remove the BKL from the rename, rmdir and unlink...
2008-07-15 Trond MyklebustNFS: Remove BKL from NFS lookup code
2008-07-15 Trond MyklebustNFS: Remove the BKL from nfs_link()
2008-07-15 Trond MyklebustNFS: Remove the BKL from the inode creation operations
2008-07-15 Trond MyklebustNFS: Remove BKL usage from open()
2008-07-15 Trond MyklebustNFS: Remove the BKL from the permission checking code
2008-07-15 Trond MyklebustNFS: Protect inode->i_nlink updates using inode->i_lock
2008-07-09 Chuck LeverNFS: Use NFSDBG_FILE for all fops
2008-07-09 Chuck LeverNFS: Make nfs_open methods consistent
2008-07-09 Chuck LeverNFS: Make nfs_llseek methods consistent
2008-07-09 Chuck LeverNFS: Make nfs_fsync methods consistent
2008-07-08 Trond MyklebustNFS: Fix readdir cache invalidation
2008-05-16 Harvey Harrisonnfs: replace remaining __FUNCTION__ occurrences
2008-04-24 Trond MyklebustMerge branch 'devel'
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: check mnt instead of superbloc...
2008-03-14 Trond MyklebustSUNRPC: Add a helper rpcauth_lookup_generic_cred()
2008-03-07 Trond MyklebustNFS: Fix dentry revalidation for NFSv4 referrals and...
2008-02-14 Jeff LaytonNFS: remove error field from nfs_readdir_descriptor_t
2008-01-30 Trond MyklebustNFS: Fix a potential race between umount and nfs_access...
2008-01-30 Trond MyklebustNFS: Add an asynchronous delegreturn operation for...
2008-01-30 Benny Halevynfs: obliterate NFS_FLAGS macro
2008-01-30 Trond MyklebustNFS: define a function to update nfsi->cache_change_att...
2008-01-30 Trond MyklebustNFS: Ensure that we eject stale inodes as soon as possible
2008-01-30 Trond MyklebustNFS: Handle -ENOENT errors in unlink()/rmdir()/rename()
2008-01-30 Trond MyklebustNFS: Fix a sillyrename race...
2007-11-26 Adrian BunkNFS: fs/nfs/dir.c should #include "internal.h"
2007-10-19 Trond MyklebustNFS: Fix a race in sillyrename
2007-10-09 Trond MyklebustNFS: Add a boot parameter to disable 64 bit inode numbers
2007-10-09 Trond MyklebustNFS: Get rid of some obsolete macros
2007-10-09 Trond MyklebustNFS: Simplify filehandle revalidation
2007-10-09 Trond MyklebustNFS: Ensure that nfs_link() returns a hashed dentry
2007-10-09 Trond MyklebustNFS: Be strict about dentry revalidation when doing...
2007-10-09 Trond MyklebustNFS: Don't zap the readdir caches upon error
2007-10-09 Trond MyklebustNFS: Remove the redundant nfs_reval_fsid()
2007-10-09 Trond MyklebustNFSv4: Fix nfs_atomic_open() to set the verifier on...
2007-10-09 Trond MyklebustNFSv4: Use NFSv2/v3 rules for negative dentries in...
2007-10-09 Trond MyklebustNFSv4: Don't revalidate the directory in nfs_atomic_loo...
2007-10-09 Trond MyklebustNFS: Optimise nfs_lookup_revalidate()
2007-10-09 Trond MyklebustNFS: Remove nfs_begin_data_update/nfs_end_data_update
2007-10-09 Trond MyklebustNFS: NFS_CACHEINV() should not test for nfs_caches_unst...
2007-10-09 Trond MyklebustNFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookup
2007-10-09 Trond MyklebustNFS: don't cache the verifer across ->lookup() calls
2007-10-09 Trond MyklebustNFS: Fix a bug in nfs_open_revalidate()
2007-10-09 Trond MyklebustNFS: Don't hash the negative dentry when optimising...
2007-10-09 Trond MyklebustNFS: nfs_instantiate() should set the dentry verifier
2007-10-09 Trond MyklebustNFS: Ensure nfs_instantiate() invalidates the parent...
2007-10-09 Trond MyklebustNFS: Fix nfs_verify_change_attribute()
2007-10-09 Trond MyklebustNFS: Fix atime revalidation in readdir()
2007-10-09 Trond MyklebustNFS: Don't use readdirplus data if the page cache is...
2007-10-09 Trond MyklebustNFS: Fix dcache revalidation bugs
2007-10-09 Trond MyklebustNFSv4: Simplify _nfs4_do_access()
2007-10-09 Trond MyklebustNFS: Replace file->private_data with calls to nfs_file_...
2007-10-09 Chuck LeverNFS: Eliminate nfs_refresh_verifier()
2007-10-09 Chuck LeverNFS: Eliminate nfs_renew_times()
2007-10-09 Chuck LeverNFS: Don't call nfs_renew_times() in nfs_dentry_iput()
2007-10-09 Fabio Olive LeiteRe: [NFS] [PATCH] Attribute timeout handling and wrappi...
2007-10-09 Peter Staubach64 bit ino support for NFS client
2007-09-28 Trond MyklebustNFS: Fix an Oops in encode_lookup()
2007-07-19 Trond MyklebustSUNRPC: Clean up the sillyrename code
2007-07-19 Trond MyklebustNFS: Use dentry->d_time to store the parent directory...
next