aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
AgeCommit message (Expand)Author
2020-07-20Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-07-13nfs: set invalid blocks after NFSv4 writesZheng Bin
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-01NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust
2019-07-27Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-07-26NFSv4: Handle the special Linux file open access modeTrond Myklebust
2019-07-22fs/nfs: turn rmdir_sem into a semaphoreSebastian Andrzej Siewior
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-05-01nfs{,4}: switch to ->free_inode()Al Viro
2019-04-25NFS: Ensure that all nfs lock contexts have a valid open contextTrond Myklebust
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust
2018-09-30NFS: Simplify internal check for whether file is open for writeTrond Myklebust
2018-09-30NFS: Convert lookups of the lock context to RCUTrond Myklebust
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04NFS: Filter cache invalidation when holding a delegationTrond Myklebust
2018-06-04NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()Trond Myklebust
2018-06-04NFS: Improve caching while holding a delegationTrond Myklebust
2018-06-04NFS: Fix attribute revalidationTrond Myklebust
2018-06-04NFS: fix up nfs_setattr_update_inodeTrond Myklebust
2018-06-04NFS: Pass the inode down to the getattr() callbackTrond Myklebust
2018-05-31NFS: Fix up nfs_post_op_update_inode() to force ctime updatesTrond Myklebust
2018-05-31NFS: Set the force revalidate flag if the inode is not completely initialisedTrond Myklebust
2018-05-25fs: nfs: get rid of memcpys for inode timesDeepa Dinamani
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-04-10NFSv4: Declare the size up to date after it was set.Trond Myklebust
2018-04-10NFSv4: Ignore change attribute invalidations if we hold a delegationTrond Myklebust
2018-04-10NFS: More fine grained attribute trackingTrond Myklebust
2018-04-10NFS: Don't force unnecessary cache invalidation in nfs_update_inode()Trond Myklebust
2018-04-10NFS: Don't redirty the attribute cache in nfs_wcc_update_inode()Trond Myklebust
2018-04-10NFS: Don't force a revalidation of all attributes if change is missingTrond Myklebust
2018-04-10NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust
2018-03-20sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli
2018-01-30Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-01-29nfs: convert to new i_version APIJeff Layton
2018-01-28NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust
2018-01-14Support statx() mask and query flags parametersTrond Myklebust
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