summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton2016-05-171-2/+3
| * NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust2016-05-171-4/+9
| * NFSv4: Label stateids with the typeTrond Myklebust2016-05-171-0/+3
| * sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-171-4/+6
| * nfs4: client: do not send empty SETATTR after OPEN_CREATETigran Mkrtchyan2016-05-171-9/+25
| * NFS: Add COPY nfs operationAnna Schumaker2016-05-171-0/+1
| * NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever2016-05-091-0/+4
* | nfs: per-name sillyunlink exclusionAl Viro2016-05-091-1/+1
* | xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-111-6/+6
|/
* Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-221-4/+59
|\
| * Merge branch 'multipath'Trond Myklebust2016-02-221-3/+58
| |\
| | * NFS add callback_ops to nfs4_proc_bind_conn_to_session_callbackAndy Adamson2016-02-061-0/+10