aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-21/+31
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+5
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-2/+2
2016-07-24Merge branch 'writeback'Gravatar Trond Myklebust 1-21/+31
2016-07-05nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedGravatar Al Viro 1-3/+25
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 1-1/+1
2016-06-27make nfs_atomic_open() call d_drop() on all ->open_context() errors.Gravatar Al Viro 1-1/+1
2016-06-24NFS: Fix an unused variable warningGravatar Trond Myklebust 1-2/+0
2016-06-24NFS: Don't let readdirplus revalidate an inode that was marked as staleGravatar Trond Myklebust 1-1/+6
2016-06-15NFS: Cache access checks more aggressivelyGravatar Trond Myklebust 1-21/+31
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-2/+2
2016-05-29file_inode(f)->i_mapping is f->f_mappingGravatar Al Viro 1-1/+1
2016-05-29nfs_lookup(): remove debris left over from old sillyunlink exclusionGravatar Al Viro 1-7/+4
2016-05-09nfs: per-name sillyunlink exclusionGravatar Al Viro 1-7/+2
2016-05-02nfs: switch to ->iterate_shared()Gravatar Al Viro 1-28/+43
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-26nfs: use file_dentry()Gravatar Miklos Szeredi 1-3/+3
2016-03-14nfs_lookup: don't bother with d_instantiate(dentry, NULL)Gravatar Al Viro 1-8/+4
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-2/+19
2016-01-14Make sure that highmem pages are not added to symlink page cacheGravatar Al Viro 1-3/+2
2015-12-28NFS: Ensure we revalidate attributes before using execute_ok()Gravatar Trond Myklebust 1-2/+16
2015-12-28NFSv4: Don't perform cached access checks before we've OPENed the fileGravatar Trond Myklebust 1-0/+3
2015-11-03fs/nfs: remove unnecessary new_valid_dev checkGravatar Yaowei Bai 1-3/+0
2015-08-17NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()Gravatar Anna Schumaker 1-5/+5
2015-08-17NFS: Remove unused variable "pages_ptr"Gravatar Anna Schumaker 1-10/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-07-01nfs: Don't setting FILE_CREATED flags alwaysGravatar Kinglong Mee 1-3/+0
2015-06-23make simple_positive() publicGravatar Al Viro 1-1/+1
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+4
2015-04-23NFS: Don't attempt to decode missing directory entriesGravatar Benjamin Coddington 1-0/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-30/+29
2015-03-01NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache()Gravatar Trond Myklebust 1-3/+13
2015-03-01NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Gravatar Trond Myklebust 1-0/+6
2014-12-08Merge branch 'iov_iter' into for-nextGravatar Al Viro 1-0/+1
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-1/+1
2014-11-19switch d_materialise_unique() users to d_splice_alias()Gravatar Al Viro 1-2/+2
2014-11-04NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTGravatar Trond Myklebust 1-0/+1
2014-10-09vfs: Make d_invalidate return voidGravatar Eric W. Biederman 1-2/+1
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropGravatar Eric W. Biederman 1-4/+0
2014-08-04NFS: fix two problems in lookup_revalidate in RCU-walkGravatar NeilBrown 1-4/+4
2014-08-03NFS: allow lockless access to access_cacheGravatar NeilBrown 1-2/+41
2014-08-03NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCUGravatar NeilBrown 1-4/+6
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUGravatar NeilBrown 1-17/+42
2014-08-03NFS: support RCU_WALK in nfs_permission()Gravatar NeilBrown 1-8/+20
2014-08-03NFS: prepare for RCU-walk support but pushing tests later in code.Gravatar NeilBrown 1-12/+33
2014-08-03NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.Gravatar NeilBrown 1-9/+8
2014-08-03NFS: Enforce an upper limit on the number of cached access callGravatar Trond Myklebust 1-7/+35
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-6/+6