summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-1/+1
|\
| * new helper: ihold()Al Viro2010-10-251-1/+1
* | NFS: Ensure we check all allocation return values in new readdir codeTrond Myklebust2010-10-231-24/+37
* | NFS: Readdir plus in v4Bryan Schumaker2010-10-231-2/+2
* | NFS: check xdr_decode for errorsBryan Schumaker2010-10-231-1/+15
* | NFS: nfs_readdir_filler catch all errorsBryan Schumaker2010-10-231-1/+1
* | NFS: readdir with vmapped pagesBryan Schumaker2010-10-231-12/+54
* | NFS: decode_dirent should use an xdr_streamBryan Schumaker2010-10-231-8/+21
* | NFS: re-add readdir plusBryan Schumaker2010-10-231-0/+67
* | NFS: Optimise the readdir searchesTrond Myklebust2010-10-231-4/+2
* | NFS: add readdir cache arrayBryan Schumaker2010-10-231-323/+309
* | NFSv4: Don't ignore the error return codes from nfs_intent_set_fileTrond Myklebust2010-10-231-12/+23
* | NFS: We must use list_for_each_entry_safe in nfs_access_cache_shrinkerTrond Myklebust2010-09-291-2/+2
* | nfs: move nfs_sillyrename to unlink.cJeff Layton2010-09-171-70/+0
* | NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust2010-09-171-3/+4
* | NFS: Clean up nfs4_proc_create()Trond Myklebust2010-09-171-6/+41
* | NFSv4: Further cleanups for nfs4_open_revalidate()Trond Myklebust2010-09-171-6/+26
* | NFSv4: Clean up nfs4_open_revalidateTrond Myklebust2010-09-171-1/+10
* | NFSv4: Further minor cleanups for nfs4_atomic_open()Trond Myklebust2010-09-171-6/+15
* | NFSv4: Clean up nfs4_atomic_openTrond Myklebust2010-09-171-2/+75
|/
* NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust2010-08-181-1/+1
* NFS: allow close-to-open cache semantics to apply to root of NFS filesystemNeil Brown2010-08-101-0/+7
* Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-08-071-9/+0
|\
| * NFS: nfs_rename() should not have to flush out writebacksTrond Myklebust2010-08-031-9/+0
* | vfs: re-introduce MAY_CHDIREric Paris2010-08-021-1/+1
* | mm: add context argument to shrinker callbackDave Chinner2010-07-191-1/+1
|/
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+4
* NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerTrond Myklebust2010-05-261-0/+1
* NFS: Don't call iput() in nfs_access_cache_shrinkerTrond Myklebust2010-05-141-15/+4
* NFS: Clean up nfs_access_zap_cache()Trond Myklebust2010-05-141-29/+31
* NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFSTrond Myklebust2010-05-141-0/+2
* NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2010-05-141-7/+10
* NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2010-05-141-10/+35
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-291-1/+1
|\
| * NFSv4: Don't attempt an atomic open if the file is a mountpointTrond Myklebust2010-04-221-1/+1
* | nfs d_revalidate() is too trigger-happy with d_drop()Al Viro2010-04-281-0/+2
|/
* NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust2010-04-091-1/+1
* NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust2010-03-101-1/+1
* NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust2010-03-051-1/+1
* nfs: fix oops in nfs_rename()OGAWA Hirofumi2010-01-061-0/+1
* nfs: clean up sillyrenaming in nfs_rename()Miklos Szeredi2009-12-031-7/+4
* nfs: dont unhash target if renaming a directoryMiklos Szeredi2009-12-031-27/+29
* nfs: fix comments in nfs_rename()Miklos Szeredi2009-12-031-7/+5
* nfs: remove unnecessary check from nfs_rename()Miklos Szeredi2009-12-031-8/+2
* NFSv4: The link() operation should return any delegation on the fileTrond Myklebust2009-10-261-0/+2
* NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust2009-07-211-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz2009-05-181-1/+2
* Merge branch 'devel' into for-linusTrond Myklebust2009-04-011-5/+4
|\
| * NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust2009-03-191-5/+4
OpenPOWER on IntegriCloud