summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
AgeCommit message (Expand)Author
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17nfs client: exit_net cleanup check addedVasily Averin
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-08-15NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust
2017-08-15NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust
2017-07-13nfs: add a nfs_ilookup helperPeng Tao
2017-07-13NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown
2017-05-05NFS: always treat the invocation of nfs_getattr as cache hit when noac is onHou Tao
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-12-19NFS: Don't abuse NFS_INO_REVAL_FORCED in nfs_post_op_update_inode_locked()Trond Myklebust
2016-12-19NFS: Clean up nfs_attribute_timeout()Trond Myklebust
2016-12-19NFS: Remove unused function nfs_revalidate_inode_rcu()Trond Myklebust
2016-12-19NFS: Clean up cache validity checkingTrond Myklebust
2016-12-19NFS: Don't revalidate the file on close if we hold a delegationTrond Myklebust
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-12-04NFS: Only look at the change attribute cache state in nfs_check_verifierTrond Myklebust
2016-12-04NFS: Fix incorrect mapping revalidation when holding a delegationTrond Myklebust
2016-12-02NFS: Allow getattr to also report readdirplus cache hitsTrond Myklebust
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown
2016-12-01NFSv4: add flock_owner to open contextNeilBrown
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown
2016-12-01NFSv4: Optimise away forced revalidation when we know the attributes are OKTrond Myklebust
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-07-28pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington
2016-07-24Merge branch 'writeback'Trond Myklebust
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust
2016-07-05NFS: Getattr doesn't require data sync semanticsTrond Myklebust
2016-07-05NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust
2016-07-05NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust
2016-07-05pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust
2016-06-24NFS: Fix potential race in nfs_fhget()Trond Myklebust
2016-06-22NFS: Cache aggressively when file is open for writingTrond Myklebust
2016-06-13NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust
2016-05-09nfs: per-name sillyunlink exclusionAl Viro
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-26nfs: use file_dentry()Miklos Szeredi
2016-03-16nfs: remove nfs_inode_dio_waitChristoph Hellwig
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds