summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-27NFSv4: Pass the stateid to the exception handler in nfs4_read/write_done_cbTrond Myklebust1-10/+25
2016-09-27NFSv4.1: nfs4_layoutget_handle_exception handle revoked stateTrond Myklebust1-0/+3
2016-09-27NFSv4: nfs4_handle_setlk_error() handle expiration as revoke caseTrond Myklebust1-1/+1
2016-09-27NFSv4: nfs4_handle_delegation_recall_error() handle expiration as revoke caseTrond Myklebust1-1/+1
2016-09-27NFSv4.1: Ensure we call FREE_STATEID if needed on close/delegreturn/lockuTrond Myklebust1-3/+40
2016-09-27NFSv4.1: FREE_STATEID can be asynchronousTrond Myklebust1-19/+12
2016-09-27NFSv4.1: Ensure we always run TEST/FREE_STATEID on locksTrond Myklebust1-40/+52
2016-09-27NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEIDTrond Myklebust1-9/+23
2016-09-27NFSv4.1: Don't recheck delegations that have already been checkedTrond Myklebust1-0/+5
2016-09-27NFSv4.1: Test delegation stateids when server declares "some state revoked"Trond Myklebust1-0/+10
2016-09-27NFSv4.x: Allow callers of nfs_remove_bad_delegation() to specify a stateidTrond Myklebust1-6/+8
2016-09-27NFSv4.1: Add a helper function to deal with expired stateidsTrond Myklebust1-21/+24
2016-09-27NFSv4.1: Allow test_stateid to handle session errors without waitingTrond Myklebust1-3/+18
2016-09-27NFSv4.1: Don't check delegations that are already marked as revokedTrond Myklebust1-0/+5
2016-09-27NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flagsTrond Myklebust1-1/+4
2016-09-22nfs: allow blocking locks to be awoken by lock callbacksJeff Layton1-1/+93
2016-09-22nfs: move nfs4 lock retry attempt loop to a separate functionJeff Layton1-27/+22
2016-09-22nfs: move nfs4_set_lock_state call into callerJeff Layton1-8/+10
2016-09-22nfs: track whether server sets MAY_NOTIFY_LOCK flagJeff Layton1-0/+2
2016-09-22nfs: use safe, interruptible sleeps when waiting to retry LOCKJeff Layton1-1/+1
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton1-10/+5
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton1-1/+1
2016-09-19NFS pnfs data server multipath session trunkingAndy Adamson1-0/+33
2016-09-19NFS test session trunking with exchange idAndy Adamson1-8/+37
2016-09-19NFS setup async exchange_idAndy Adamson1-81/+134
2016-09-19NFSv4.x: Add kernel parameter to control the callback serverTrond Myklebust1-4/+3
2016-09-11NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust1-2/+10
2016-09-03pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_presentTrond Myklebust1-3/+6
2016-08-28NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURNTrond Myklebust1-13/+65
2016-08-28NFSv4.1: Defer bumping the slot sequence number until we free the slotTrond Myklebust1-2/+7
2016-08-28NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust1-0/+2
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+3
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+8
2016-08-06NFSv4: Cleanup the setting of the nfs4 lease periodTrond Myklebust1-6/+3
2016-07-26NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust1-8/+2
2016-07-25NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Trond Myklebust1-1/+1
2016-07-25Merge branch 'pnfs'Trond Myklebust1-4/+2
2016-07-24pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust1-1/+0
2016-07-24pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Trond Myklebust1-2/+1
2016-07-24pNFS: LAYOUTRETURN should only update the stateid if the layout is validTrond Myklebust1-1/+1
2016-07-21qstr: constify instances in nfsAl Viro1-8/+8
2016-07-19pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDTrond Myklebust1-19/+15
2016-07-19pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTTrond Myklebust1-9/+14
2016-06-30NFSv4: Allow retry of operations that used a returned delegation stateidTrond Myklebust1-33/+46
2016-06-30NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setupTrond Myklebust1-1/+2
2016-06-28NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-06-24NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exceptionTrond Myklebust1-4/+4
2016-06-24NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()Trond Myklebust1-1/+4
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+9
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-10/+9