aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2020-09-17nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell
2020-08-13NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker
2020-07-13NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-06-04NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia
2020-05-15NFSv4: Fix races between open and dentry revalidationTrond Myklebust
2020-05-04NFSv4.1 make cachethis=no for writesOlga Kornievskaia
2020-05-04NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski
2020-05-04NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski
2020-03-30NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust
2020-03-30NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust
2019-12-29NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust
2019-12-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever
2019-08-29NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust
2019-08-29NFSv4.1: Fix open stateid recoveryTrond Myklebust
2019-08-29NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateidTrond Myklebust
2019-08-16NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust
2019-08-16NFSv4: Check the return value of update_open_stateid()Trond Myklebust
2019-08-16NFSv4: Fix delegation state recoveryTrond Myklebust
2019-06-21NFS4: Only set creation opendata if O_CREATBenjamin Coddington
2019-05-30NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu
2019-05-30NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu
2019-04-25NFS: Allow signal interruption of NFS4ERR_DELAYed operationsTrond Myklebust
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust
2019-03-19NFSv4.1 don't free interrupted slot on openOlga Kornievskaia
2019-03-18NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas
2019-03-01NFSv4: Handle early exit in layoutget by returning an errorTrond Myklebust
2019-03-01NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust
2019-03-01NFSv4.1: Don't process the sequence op more than once.Trond Myklebust
2019-03-01NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust
2019-02-21NFSv4.1: Avoid false retries when RPC calls are interruptedTrond Myklebust
2019-02-20NFS: Fix sparse annotations for nfs_set_open_stateid_locked()Trond Myklebust
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown
2018-12-19NFS: change access cache to use 'struct cred'.NeilBrown
2018-12-19NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown
2018-11-30NFS: use locks_copy_lock() to copy locks.NeilBrown
2018-11-01NFS: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-09-30NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust
2018-09-30NFSv4: Convert struct nfs4_state to use refcount_tTrond Myklebust
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust
2018-09-14Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-09-14NFS: Don't open code clearing of delegation stateTrond Myklebust
2018-09-14NFSv4.1 fix infinite loop on I/O.Trond Myklebust
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-16pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds