summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-0/+10
| | * NFSv4.1: nfs4_proc_bind_conn_to_session must iterate over all connectionsTrond Myklebust2016-02-051-3/+48
| * | Merge branch 'nfsv41_cb'Trond Myklebust2016-02-221-1/+1
| |\ \
| | * | NFSv4.x: Remove hard coded slotids in callback channelTrond Myklebust2016-01-241-1/+1
| | |/
| * / NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-02-171-2/+2
| |/
* / replace d_add_unique() with saner primitiveAl Viro2016-03-141-6/+7
|/
* Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-01-141-20/+51
|\
| * Merge branch 'bugfixes'Trond Myklebust2016-01-071-2/+4
| |\
| | * NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust2015-12-281-1/+0
| | * NFS: Allow the combination pNFS and labeled NFSTrond Myklebust2015-12-281-0/+3
| | * nfs: Fix race in __update_open_stateid()Andrew Elble2015-12-281-1/+1
| * | Merge branch 'pnfs_generic'Trond Myklebust2016-01-041-5/+7
| |\ \
| | * | NFSv4.1/pNFS: Add a helper to mark the layout as returnedTrond Myklebust2015-12-281-1/+2
| | * | pNFS: Ensure nfs4_layoutget_prepare returns the correct errorTrond Myklebust2015-12-281-4/+5
| * | | Merge branch 'flexfiles'Trond Myklebust2015-12-281-0/+9
| |\ \ \
| | * | | NFS41: map NFS4ERR_LAYOUTUNAVAILABLE to ENODATAPeng Tao2015-12-281-0/+9
| | |/ /
| * / / nfs: machine credential support for additional operationsAndrew Elble2015-12-281-0/+20
| |/ /
| * | NFSv4: Fix unused variable warnings in nfs4_init_*_client_string()Trond Myklebust2015-12-281-6/+3
| * | Adding tracepoint to cached openOlga Kornievskaia2015-12-281-0/+2
| * | Adding stateid information to tracepointsOlga Kornievskaia2015-12-281-7/+6
| |/
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-12/+2
* | nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2015-12-131-17/+36
* | vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-7/+1
|/
* nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton2015-11-231-1/+1
* Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-11-131-14/+20
|\
| * xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-14/+20
* | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-091-91/+91
|\ \ | |/ |/|
| * nfs: Remove unused xdr page offsets in getacl/setacl argumentsAndreas Gruenbacher2015-11-031-3/+2
| * Merge branch 'nfsclone'Trond Myklebust2015-10-211-1/+3
| |\
| | * nfs: get clone_blksize when probing fsinfoPeng Tao2015-10-151-0/+1
| | * nfs42: add CLONE proc functionsPeng Tao2015-10-151-1/+2
| * | NFSv4: Unify synchronous and asynchronous error handlingTrond Myklebust2015-10-081-74/+49
| * | NFSv4: Don't use synchronous delegation recall in exception handlingTrond Myklebust2015-10-081-5/+3
| * | NFSv4: nfs4_async_handle_error should take a non-const nfs_serverTrond Myklebust2015-10-081-3/+3
| * | NFSv4: Update the delay statistics counter for synchronous delaysTrond Myklebust2015-10-081-1/+2
| * | NFSv4: Refactor NFSv4 error handlingTrond Myklebust2015-10-081-7/+32
| |/
* | Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-11-051-12/+1
|\ \ | |/ |/|
| * Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-12/+1
* | nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton2015-10-021-0/+3
* | NFSv4: Fix a nograce recovery hangBenjamin Coddington2015-10-021-0/+2
* | NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust2015-10-021-2/+8
* | NFS41: make close wait for layoutreturnPeng Tao2015-09-231-0/+17
* | NFSv4.x/pnfs: Don't try to recover stateids twice in layoutgetTrond Myklebust2015-09-201-11/+17
* | NFSv4: Recovery of recalled read delegations is brokenTrond Myklebust2015-09-201-34/+47
* | NFS: Fix an infinite loop when layoutget fail with BAD_STATEIDKinglong Mee2015-09-201-0/+1
|/
* nfs: Remove unneeded checking of the return value from scnprintfKinglong Mee2015-09-011-18/+1
* nfs: Fix truncated client owner id without proto typeKinglong Mee2015-09-011-1/+1
* NFSv4.1/pnfs: Handle LAYOUTGET return values correctlyTrond Myklebust2015-08-311-1/+14