summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2020-02-14NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski
2019-11-12NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust
2019-11-06NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever
2019-08-04NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust
2019-04-03NFSv4.1 don't free interrupted slot on openOlga Kornievskaia
2018-09-26NFSv4.1 fix infinite loop on I/O.Trond Myklebust
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker
2018-08-03pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust
2018-05-30NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown
2018-04-13NFSv4.1: Work around a Linux server bug...Trond Myklebust
2018-04-13NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust
2017-12-09nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington
2017-11-30nfs: Fix ugly referral attributesChuck Lever
2017-08-11NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust
2017-08-06NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiterBenjamin Coddington
2017-07-05NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust
2017-07-05NFSv4: fix a reference leak caused WARNING messagesKinglong Mee
2017-05-25NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust
2017-04-08NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia
2017-03-26NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia
2017-03-12NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson
2017-03-12NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust
2017-02-01NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington
2017-02-01NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust
2016-11-23Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-11-21NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington
2016-11-18NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust
2016-11-18NFSv4: Fix CLOSE races with OPENTrond Myklebust
2016-11-18NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust
2016-10-21Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-10-19nfs4: fix missing-braces warningArnd Bergmann
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-04fs: nfs: Make nfs boot time y2038 safeDeepa Dinamani
2016-09-29Retry operation on EREMOTEIO on an interrupted slotOlga Kornievskaia
2016-09-27pNFS: Fix atime updates on pNFS clientsTrond Myklebust
2016-09-27NFSv4.1: Even if the stateid is OK, we may need to recover the open modesTrond Myklebust
2016-09-27NFSv4: Fix retry issues with nfs41_test/free_stateidTrond Myklebust
2016-09-27NFSv4: Mark the lock and open stateids as invalid after freeing themTrond Myklebust
2016-09-27NFSv4: Don't test open_stateid unless it is setTrond Myklebust
2016-09-27NFSv4: nfs4_do_handle_exception() handle revoke/expiry of a single stateidTrond Myklebust
2016-09-27NFSv4: Fix a race when updating an open_stateidTrond Myklebust
2016-09-27NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cbTrond Myklebust
2016-09-27NFSv4.1: nfs4_layoutget_handle_exception handle revoked stateTrond Myklebust
2016-09-27NFSv4: nfs4_handle_setlk_error() handle expiration as revoke caseTrond Myklebust
2016-09-27NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke caseTrond Myklebust
2016-09-27NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/lockuTrond Myklebust
2016-09-27NFSv4.1: FREE_STATEID can be asynchronousTrond Myklebust
2016-09-27NFSv4.1: Ensure we always run TEST/FREE_STATEID on locksTrond Myklebust
2016-09-27NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEIDTrond Myklebust