aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-14NFS: Split attribute support out from the server capabilitiesTrond Myklebust1-24/+25
2021-04-14NFS: Don't store NFS_INO_REVAL_FORCEDTrond Myklebust1-4/+1
2021-04-14NFSv4: link must update the inode nlink.Trond Myklebust1-0/+9
2021-04-14NFSv4: nfs4_inc/dec_nlink_locked should also invalidate ctimeTrond Myklebust1-7/+11
2021-04-13NFS: Use information about the change attribute to optimise updatesTrond Myklebust1-3/+17
2021-04-13NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust1-0/+1
2021-04-13NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust1-5/+9
2021-04-13NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust1-6/+7
2021-04-13NFSv4: Fix nfs4_bitmap_copy_adjust()Trond Myklebust1-17/+16
2021-04-12NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode cache validityTrond Myklebust1-1/+0
2021-04-12NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityTrond Myklebust1-3/+2
2021-04-12NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust1-3/+3
2021-04-12NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust1-22/+34
2021-04-05NFSv4: Simplify nfs4_retry_setlk()Trond Myklebust1-31/+23
2021-03-11nfs: we don't support removing system.nfs4_aclJ. Bruce Fields1-0/+3
2021-03-09NFSv4.2: fix return value of _nfs4_get_security_label()Ondrej Mosnacek1-1/+1
2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust1-16/+12
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-11/+10
2021-02-08NFSv4: Fixes for nfs4_bitmask_adjust()Trond Myklebust1-7/+8
2021-02-01nfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-02-01fs/nfs: remove duplicate includeMenglong Dong1-4/+0
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+3
2021-01-10pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust1-16/+10
2021-01-06NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski1-1/+1
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-29/+42
2020-12-16NFSv4/pnfs: Add tracing for the deviceid cacheTrond Myklebust1-0/+2
2020-12-14NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yetTrond Myklebust1-7/+8
2020-12-10NFS: Disable READ_PLUS by defaultAnna Schumaker1-1/+1
2020-12-02NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir callsTrond Myklebust1-0/+2
2020-12-02NFS: Allow the NFS generic code to pass in a verifier to readdirTrond Myklebust1-19/+17
2020-12-02NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia1-2/+8
2020-12-02NFSv4: Observe the NFS_MOUNT_SOFTREVAL flag in _nfs4_proc_lookuppTrond Myklebust1-1/+5
2020-10-16NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia1-3/+6
2020-10-09NFSv4: Use the net namespace uniquifier if it is setTrond Myklebust1-4/+17
2020-10-09NFSv4: Clean up initialisation of uniquified client id stringsTrond Myklebust1-41/+34
2020-10-07NFS: Add READ_PLUS data segment supportAnna Schumaker1-3/+40
2020-10-02NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington1-34/+47
2020-09-24NFSv4: make cache consistency bitmask dynamicOlga Kornievskaia1-3/+42
2020-09-21nfs4: strengthen error check to avoid unexpected resultChengguang Xu1-1/+1
2020-09-21NFS: remove redundant pointer clntColin Ian King1-3/+1
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+9
2020-09-05NFS: Zero-stateid SETATTR should first return delegationChuck Lever1-1/+3
2020-08-26NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia1-1/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-16/+16
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-33/+206
2020-08-12nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell1-2/+0
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki1-1/+1
2020-07-17freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe1-1/+1
2020-07-14freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for NFSHe Zhe1-1/+1
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden1-6/+36