summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'containers'Trond Myklebust2019-07-061-5/+9
|\
| * NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust2019-07-061-5/+1Star
| * NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust2019-07-061-0/+8
* | NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust2019-07-061-4/+11
|/
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-061-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-4/+9
|\
| * NFS: Ensure that all nfs lock contexts have a valid open contextTrond Myklebust2019-04-251-4/+9
* | nfs{,4}: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
|/
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-16/+17
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-7/+4Star
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-191-0/+2
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-301-20/+15Star
* NFS: Simplify internal check for whether file is open for writeTrond Myklebust2018-09-301-9/+1Star
* NFS: Convert lookups of the lock context to RCUTrond Myklebust2018-09-301-13/+12Star
* Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-21/+28
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-16/+23
| * fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-261-7/+7
* | NFS: Filter cache invalidation when holding a delegationTrond Myklebust2018-06-041-3/+9
* | NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()Trond Myklebust2018-06-041-2/+3
* | NFS: Improve caching while holding a delegationTrond Myklebust2018-06-041-7/+10
* | NFS: Fix attribute revalidationTrond Myklebust2018-06-041-19/+15Star
* | NFS: fix up nfs_setattr_update_inodeTrond Myklebust2018-06-041-6/+42
* | NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-1/+2
* | NFS: Fix up nfs_post_op_update_inode() to force ctime updatesTrond Myklebust2018-05-311-1/+2
* | NFS: Set the force revalidate flag if the inode is not completely initialisedTrond Myklebust2018-05-311-0/+4
|/
* Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-62/+76
|\
| * NFSv4: Declare the size up to date after it was set.Trond Myklebust2018-04-101-0/+1
| * NFSv4: Ignore change attribute invalidations if we hold a delegationTrond Myklebust2018-04-101-0/+3
| * NFS: More fine grained attribute trackingTrond Myklebust2018-04-101-44/+65
| * NFS: Don't force unnecessary cache invalidation in nfs_update_inode()Trond Myklebust2018-04-101-4/+3Star
| * NFS: Don't redirty the attribute cache in nfs_wcc_update_inode()Trond Myklebust2018-04-101-10/+2Star
| * NFS: Don't force a revalidation of all attributes if change is missingTrond Myklebust2018-04-101-1/+4
| * NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust2018-04-101-5/+0Star
* | sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-201-5/+0Star
|/
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-3/+3
* Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-01-311-14/+39
|\
| * NFS: Remove a redundant call to unmap_mapping_range()Trond Myklebust2018-01-281-1/+0Star
| * Support statx() mask and query flags parametersTrond Myklebust2018-01-151-13/+39
* | nfs: convert to new i_version APIJeff Layton2018-01-291-9/+9
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-6/+10
|\
| * nfs client: exit_net cleanup check addedVasily Averin2017-11-171-0/+4
| * fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-171-6/+6
* | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-2/+2
|/
* NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust2017-08-151-1/+1
* NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-151-4/+3Star
* NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-151-0/+1
* nfs: add a nfs_ilookup helperPeng Tao2017-07-131-0/+22
* NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown2017-07-131-2/+8