summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2016-03-26nfs: use file_dentry()Miklos Szeredi
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Al Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-01-14Make sure that highmem pages are not added to symlink page cacheAl Viro
2015-12-28NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust
2015-12-28NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust
2015-11-03fs/nfs: remove unnecessary new_valid_dev checkYaowei Bai
2015-08-17NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()Anna Schumaker
2015-08-17NFS: Remove unused variable "pages_ptr"Anna Schumaker
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-01nfs: Don't setting FILE_CREATED flags alwaysKinglong Mee
2015-06-23make simple_positive() publicAl Viro
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-23NFS: Don't attempt to decode missing directory entriesBenjamin Coddington
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-01NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()Trond Myklebust
2015-03-01NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Trond Myklebust
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-11-04NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman
2014-08-04NFS: fix two problems in lookup_revalidate in RCU-walkNeilBrown
2014-08-03NFS: allow lockless access to access_cacheNeilBrown
2014-08-03NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCUNeilBrown
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown
2014-08-03NFS: support RCU_WALK in nfs_permission()NeilBrown
2014-08-03NFS: prepare for RCU-walk support but pushing tests later in code.NeilBrown
2014-08-03NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.NeilBrown
2014-08-03NFS: Enforce an upper limit on the number of cached access callTrond Myklebust
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-04-05nfs: pass string length to pr_notice message about readdir loopsJeff Layton
2014-03-17nfs: convert nfs_rename to use async_rename infrastructureJeff Layton
2014-02-11NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust
2014-02-10mm: fix page leak at nfs_symlink()Rafael Aquini
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-28Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust
2013-10-28nfs: use IS_ROOT not DCACHE_DISCONNECTEDJ. Bruce Fields
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells
2013-09-26NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem methodTrond Myklebust
2013-09-16nfs: set FILE_CREATEDMiklos Szeredi
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa