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