summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
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
2016-09-27NFSv4.1: Don't recheck delegations that have already been checkedTrond Myklebust
2016-09-27NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust
2016-09-27NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust
2016-09-27NFSv4.1: Add a helper function to deal with expired stateidsTrond Myklebust
2016-09-27NFSv4.1: Allow test_stateid to handle session errors without waitingTrond Myklebust
2016-09-27NFSv4.1: Don't check delegations that are already marked as revokedTrond Myklebust
2016-09-27NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust
2016-09-22nfs: allow blocking locks to be awoken by lock callbacksJeff Layton
2016-09-22nfs: move nfs4 lock retry attempt loop to a separate functionJeff Layton
2016-09-22nfs: move nfs4_set_lock_state call into callerJeff Layton
2016-09-22nfs: track whether server sets MAY_NOTIFY_LOCK flagJeff Layton
2016-09-22nfs: use safe, interruptible sleeps when waiting to retry LOCKJeff Layton
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton
2016-09-19NFS pnfs data server multipath session trunkingAndy Adamson
2016-09-19NFS test session trunking with exchange idAndy Adamson
2016-09-19NFS setup async exchange_idAndy Adamson
2016-09-19NFSv4.x: Add kernel parameter to control the callback serverTrond Myklebust