aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2016-07-26NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust1-8/+2
2016-07-24NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Trond Myklebust1-1/+1
2016-07-24Merge 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-20qstr: 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-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+9
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-10/+9
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-86/+99
2016-05-17pnfs: rework LAYOUTGET retry handlingJeff Layton1-67/+48
2016-05-17pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton1-2/+3
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust1-4/+9
2016-05-17NFSv4: Label stateids with the typeTrond Myklebust1-0/+3
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-4/+6
2016-05-17nfs4: client: do not send empty SETATTR after OPEN_CREATETigran Mkrtchyan1-9/+25
2016-05-17NFS: Add COPY nfs operationAnna Schumaker1-0/+1
2016-05-09nfs: per-name sillyunlink exclusionAl Viro1-1/+1
2016-05-09NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever1-0/+4
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-6/+6
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+59
2016-03-14replace d_add_unique() with saner primitiveAl Viro1-6/+7
2016-02-22Merge branch 'multipath'Trond Myklebust1-3/+58
2016-02-22Merge branch 'nfsv41_cb'Trond Myklebust1-1/+1
2016-02-17NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-02-05NFS add callback_ops to nfs4_proc_bind_conn_to_session_callbackAndy Adamson1-0/+10
2016-02-05NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connectionsTrond Myklebust1-3/+48
2016-01-24NFSv4.x: Remove hard coded slotids in callback channelTrond Myklebust1-1/+1
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-20/+51
2016-01-07Merge branch 'bugfixes'Trond Myklebust1-2/+4
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust1-5/+7
2015-12-28Merge branch 'flexfiles'Trond Myklebust1-0/+9
2015-12-28NFSv4.1/pNFS: Add a helper to mark the layout as returnedTrond Myklebust1-1/+2
2015-12-28pNFS: Ensure nfs4_layoutget_prepare returns the correct errorTrond Myklebust1-4/+5
2015-12-28NFS41: map NFS4ERR_LAYOUTUNAVAILABLE to ENODATAPeng Tao1-0/+9
2015-12-28NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust1-1/+0
2015-12-28nfs: machine credential support for additional operationsAndrew Elble1-0/+20
2015-12-28NFSv4: Fix unused variable warnings in nfs4_init_*_client_string()Trond Myklebust1-6/+3
2015-12-28Adding tracepoint to cached openOlga Kornievskaia1-0/+2
2015-12-28Adding stateid information to tracepointsOlga Kornievskaia1-7/+6
2015-12-28NFS: Allow the combination pNFS and labeled NFSTrond Myklebust1-0/+3
2015-12-28nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1