summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09nfs: per-name sillyunlink exclusionAl Viro1-1/+1
2016-04-11xattr_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-23Merge branch 'multipath'Trond Myklebust1-3/+58
2016-02-23Merge branch 'nfsv41_cb'Trond Myklebust1-1/+1
2016-02-17NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-02-06NFS add callback_ops to nfs4_proc_bind_conn_to_session_callbackAndy Adamson1-0/+10
2016-02-06NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connectionsTrond Myklebust1-3/+48
2016-01-25NFSv4.x: Remove hard coded slotids in callback channelTrond Myklebust1-1/+1
2016-01-15Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-20/+51
2016-01-08Merge 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
2015-12-14xattr handlers: Simplify list operationAndreas Gruenbacher1-12/+2
2015-12-14nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher1-17/+36
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-7/+1
2015-11-24nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton1-1/+1
2015-11-14Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-14/+20
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-14/+20
2015-11-10Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-91/+91
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-12/+1
2015-11-03nfs: Remove unused xdr page offsets in getacl/setacl argumentsAndreas Gruenbacher1-3/+2
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-12/+1
2015-10-21Merge branch 'nfsclone'Trond Myklebust1-1/+3
2015-10-15nfs: get clone_blksize when probing fsinfoPeng Tao1-0/+1
2015-10-15nfs42: add CLONE proc functionsPeng Tao1-1/+2
2015-10-08NFSv4: Unify synchronous and asynchronous error handlingTrond Myklebust1-74/+49
2015-10-08NFSv4: Don't use synchronous delegation recall in exception handlingTrond Myklebust1-5/+3
2015-10-08NFSv4: nfs4_async_handle_error should take a non-const nfs_serverTrond Myklebust1-3/+3
2015-10-08NFSv4: Update the delay statistics counter for synchronous delaysTrond Myklebust1-1/+2
2015-10-08NFSv4: Refactor NFSv4 error handlingTrond Myklebust1-7/+32
2015-10-02nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton1-0/+3
2015-10-02NFSv4: Fix a nograce recovery hangBenjamin Coddington1-0/+2
2015-10-02NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust1-2/+8
2015-09-23NFS41: make close wait for layoutreturnPeng Tao1-0/+17
2015-09-21NFSv4.x/pnfs: Don't try to recover stateids twice in layoutgetTrond Myklebust1-11/+17
2015-09-21NFSv4: Recovery of recalled read delegations is brokenTrond Myklebust1-34/+47
2015-09-20NFS: Fix an infinite loop when layoutget fail with BAD_STATEIDKinglong Mee1-0/+1
2015-09-02nfs: Remove unneeded checking of the return value from scnprintfKinglong Mee1-18/+1