aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust1-1/+1
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust1-4/+3
2017-08-15NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust1-0/+1
2017-07-13nfs: add a nfs_ilookup helperPeng Tao1-0/+22
2017-07-13NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown1-2/+8
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown1-2/+2
2017-05-05NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao1-1/+4
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+7
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-6/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-34/+41
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust1-7/+0
2016-12-19NFS: Clean up nfs_attribute_timeout()Trond Myklebust1-7/+7
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust1-9/+0
2016-12-19NFS: Clean up cache validity checkingTrond Myklebust1-11/+32
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust1-0/+2
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-16/+35
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust1-1/+1
2016-12-04NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust1-3/+9
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust1-4/+17
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown1-2/+2
2016-12-01NFSv4: add flock_owner to open contextNeilBrown1-2/+5
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown1-3/+0
2016-12-01NFSv4: Optimise away forced revalidation when we know the attributes are OKTrond Myklebust1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-07-28pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington1-3/+5
2016-07-24Merge branch 'writeback'Trond Myklebust1-71/+67
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust1-1/+4
2016-07-05NFS: Getattr doesn't require data sync semanticsTrond Myklebust1-3/+1
2016-07-05NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust1-2/+7
2016-07-05NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust1-34/+4
2016-07-05pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust1-16/+7
2016-06-24NFS: Fix potential race in nfs_fhget()Trond Myklebust1-0/+1
2016-06-22NFS: Cache aggressively when file is open for writingTrond Myklebust1-18/+44
2016-06-13NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust1-6/+9
2016-05-09nfs: per-name sillyunlink exclusionAl Viro1-3/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2016-03-26nfs: use file_dentry()Miklos Szeredi1-1/+1
2016-03-16nfs: remove nfs_inode_dio_waitChristoph Hellwig1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-4/+4
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-21/+57
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+24
2016-01-07Merge branch 'bugfixes'Trond Myklebust1-15/+39
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington1-6/+12
2015-12-30NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2015-12-28nfs: handle request add failure properlyPeng Tao1-0/+6
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-3/+3