aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-09-05NFS: Zero-stateid SETATTR should first return delegationChuck Lever
2020-08-26NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-12nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki
2020-07-17freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe
2020-07-14freezer: Add unsafe version of freezable_schedule_timeout_interruptible() for...He Zhe
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden
2020-07-13NFSv4.2: hook in the user extended attribute handlersFrank van der Linden
2020-07-13nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden
2020-07-13nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden
2020-07-13nfs: modify update_changeattr to deal with regular filesFrank van der Linden
2020-07-13NFSv4.2: query the extended attribute access bitsFrank van der Linden
2020-07-13NFSv4.2: query the server for extended attribute supportFrank van der Linden
2020-07-13NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker
2020-05-27NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-05-11NFS: Don't use RPC_TASK_CRED_NOREF with delegreturnTrond Myklebust
2020-04-28NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-04-25NFSv4: Remove unreachable error condition due to rpc_run_task()Xiyu Yang
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-04-03NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Trond Myklebust
2020-04-03NFS: Beware when dereferencing the delegation credTrond Myklebust
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30NFS: Ensure security label is set for root inodeScott Mayhew
2020-03-16nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-16NFSv4: Avoid unnecessary credential references in layoutgetTrond Myklebust
2020-03-16NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/OTrond Myklebust
2020-03-16NFS: Ensure we time out if a delegreturn does not completeTrond Myklebust
2020-02-13NFSv4.1 make cachethis=no for writesOlga Kornievskaia
2020-02-10NFSv4: Fix races between open and dentry revalidationTrond Myklebust
2020-02-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski
2020-02-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski
2020-01-24NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust
2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia
2020-01-15NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust
2020-01-15NFS4: Remove unneeded semicolonzhengbin
2020-01-15NFS: Add fs_context support.David Howells
2019-11-18NFSv4: add declaration of current_stateidBen Dooks
2019-11-13NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust
2019-11-13NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust
2019-11-06Merge branch 'linux-ssc-for-5.5'Trond Myklebust
2019-11-03NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()Trond Myklebust
2019-11-03NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust
2019-11-03NFSv4: nfs4_return_incompatible_delegation() should check delegation validityTrond Myklebust
2019-11-03NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust
2019-11-03NFSv4: Fix delegation handling in update_open_stateid()Trond Myklebust
2019-11-01NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust