aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+7
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-6/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-34/+41
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Gravatar Trond Myklebust 1-7/+0
2016-12-19NFS: Clean up nfs_attribute_timeout()Gravatar Trond Myklebust 1-7/+7
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Gravatar Trond Myklebust 1-9/+0
2016-12-19NFS: Clean up cache validity checkingGravatar Trond Myklebust 1-11/+32
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationGravatar Trond Myklebust 1-0/+2
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-16/+35
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierGravatar Trond Myklebust 1-1/+1
2016-12-04NFS: Fix incorrect mapping revalidation when holding a delegationGravatar Trond Myklebust 1-3/+9
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsGravatar Trond Myklebust 1-4/+17
2016-12-01NFS: discard nfs_lockowner structure.Gravatar NeilBrown 1-2/+2
2016-12-01NFSv4: add flock_owner to open contextGravatar NeilBrown 1-2/+5
2016-12-01NFS: remove l_pid field from nfs_lockownerGravatar NeilBrown 1-3/+0
2016-12-01NFSv4: Optimise away forced revalidation when we know the attributes are OKGravatar Trond Myklebust 1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 1-1/+1
2016-07-28pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingGravatar Benjamin Coddington 1-3/+5
2016-07-24Merge branch 'writeback'Gravatar Trond Myklebust 1-71/+67
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingGravatar Trond Myklebust 1-1/+4
2016-07-05NFS: Getattr doesn't require data sync semanticsGravatar Trond Myklebust 1-3/+1
2016-07-05NFS: Do not aggressively cache file attributes in the case of O_DIRECTGravatar Trond Myklebust 1-2/+7
2016-07-05NFS: Remove unused function nfs_revalidate_mapping_protected()Gravatar Trond Myklebust 1-34/+4
2016-07-05pNFS: Ensure we layoutcommit before revalidating attributesGravatar Trond Myklebust 1-16/+7
2016-06-24NFS: Fix potential race in nfs_fhget()Gravatar Trond Myklebust 1-0/+1
2016-06-22NFS: Cache aggressively when file is open for writingGravatar Trond Myklebust 1-18/+44
2016-06-13NFS: Don't flush caches for a getattr that races with writebackGravatar Trond Myklebust 1-6/+9
2016-05-09nfs: per-name sillyunlink exclusionGravatar Al Viro 1-3/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-03-26nfs: use file_dentry()Gravatar Miklos Szeredi 1-1/+1
2016-03-16nfs: remove nfs_inode_dio_waitGravatar Christoph Hellwig 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-4/+4
2016-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-21/+57
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+1
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+24
2016-01-07Merge branch 'bugfixes'Gravatar Trond Myklebust 1-15/+39
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadGravatar Benjamin Coddington 1-6/+12
2015-12-30NFS: Fix attribute cache revalidationGravatar Trond Myklebust 1-15/+39
2015-12-28nfs: handle request add failure properlyGravatar Peng Tao 1-0/+6
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 1-3/+3
2015-12-08teach nfs_get_link() to work in RCU modeGravatar Al Viro 1-0/+21
2015-12-08don't put symlink bodies in pagecache into highmemGravatar Al Viro 1-2/+3
2015-11-25nfs: if we have no valid attrs, then don't declare the attribute cache validGravatar Jeff Layton 1-1/+5
2015-11-25nfs: ensure that attrcache is revalidated after a SETATTRGravatar Jeff Layton 1-1/+4
2015-09-04Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"Gravatar Trond Myklebust 1-1/+6
2015-09-04NFS: Optimise away the close-to-open getattr if there is no cached dataGravatar Trond Myklebust 1-3/+10
2015-08-27NFS: Check size by inode_newsize_ok in nfs_setattrGravatar Kinglong Mee 1-8/+10