summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-091-111/+576
|\
| * Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-56/+473
| |\
| | * NFS: Apply v4.1 capabilities to v4.2Bryan Schumaker2013-06-191-0/+7
| | * NFS: Extend NFS xattr handlers to accept the security namespaceDavid Quigley2013-06-081-0/+50
| | * NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-15/+277
| | * NFS: Add label lifecycle managementDavid Quigley2013-06-081-7/+62
| | * NFS:Add labels to client function prototypesDavid Quigley2013-06-081-33/+61
| | * NFSv4: Extend fattr bitmaps to support all 3 wordsDavid Quigley2013-06-081-5/+5
| | * NFSv4.2: Added NFS v4.2 support to the NFS clientSteve Dickson2013-06-081-0/+15
| * | NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrsAndy Adamson2013-06-281-10/+7Star
| * | NFSv4: SETCLIENTID add the format string for the NETIDDjalal Harouni2013-06-181-1/+1
| * | NFSv4: Close another NFSv4 recovery raceTrond Myklebust2013-06-061-2/+5
| * | NFSv4: Move dentry instantiation into the NFSv4-specific atomic open codeTrond Myklebust2013-06-061-4/+17
| * | NFSv4: Refactor _nfs4_open_and_get_state to set ctx->stateTrond Myklebust2013-06-061-10/+7Star
| * | NFSv4: Cleanup: pass the nfs_open_context to nfs4_do_openTrond Myklebust2013-06-061-18/+11Star
| * | NFSv4.1: Enable state protectionTrond Myklebust2013-06-061-1/+2
| * | NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust2013-06-061-3/+8
| * | NFSv4.1: Ensure that test_stateid and free_stateid use correct credentialsTrond Myklebust2013-06-061-15/+50
| * | NFSv4.1: Ensure that reclaim_complete uses the right credentialTrond Myklebust2013-06-061-1/+3
| * | NFSv4.1: Ensure that layoutreturn uses the correct credentialTrond Myklebust2013-06-061-0/+1
| * | NFSv4.1: Ensure that layoutget is called using the layout credentialTrond Myklebust2013-06-061-0/+1
* | | Merge branch 'freezer'Rafael J. Wysocki2013-06-281-2/+2
|\ \ \ | |/ / |/| |
| * | freezer: add unsafe versions of freezable helpers for NFSColin Cross2013-05-121-2/+2
| |/
* | NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust2013-05-291-1/+1
* | NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson2013-05-201-1/+1
|/
* NFSv4.1: Ensure that we free the lock stateid on the serverTrond Myklebust2013-05-061-2/+15
* NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust2013-05-061-23/+75
* NFSv4.x: Fix handling of partially delegated locksTrond Myklebust2013-05-031-2/+2
* NFSv4: Warn once about servers that incorrectly apply open mode to setattrTrond Myklebust2013-04-291-0/+7
* NFSv4: Servers should only check SETATTR stateid open mode on size changeTrond Myklebust2013-04-291-4/+9
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2013-04-231-0/+1
|\
| * NFSv4: Fix another potential state manager deadlockTrond Myklebust2013-04-091-0/+1
* | Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust2013-04-231-36/+56
|\ \
| * | NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSECChuck Lever2013-03-291-0/+1
| * | NFS: Use static list of security flavors during root FH lookup recoveryChuck Lever2013-03-291-12/+20
| * | NFS: Avoid PUTROOTFH when managing leasesChuck Lever2013-03-291-13/+12Star
| * | NFS: Clean up nfs4_proc_get_rootfhChuck Lever2013-03-291-10/+22
| * | NFS: Handle missing rpc.gssd when looking up root FHChuck Lever2013-03-291-1/+1
* | | NFSv4: Don't recheck permissions on open in case of recovery cached openTrond Myklebust2013-04-231-4/+10
* | | NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modesTrond Myklebust2013-04-231-0/+1
* | | NFSv4.1: Use the more efficient open_noattr call for open-by-filehandleTrond Myklebust2013-04-231-2/+6
* | | NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriateTrond Myklebust2013-04-221-3/+13
* | | NFSv4: Ensure the LOCK call cannot use the delegation stateidTrond Myklebust2013-04-201-1/+1
* | | NFSv4: Use the open stateid if the delegation has the wrong modeTrond Myklebust2013-04-201-0/+1
* | | NFSv4: Record the OPEN create mode used in the nfs4_opendata structureTrond Myklebust2013-04-171-2/+14
* | | NFSv4: Fix handling of revoked delegations by setattrTrond Myklebust2013-04-121-1/+5
* | | NFSv4 release the sequence id in the return on close caseAndy Adamson2013-04-111-1/+3
* | | NFSv4: Handle timeouts correctly when probing for lease validityTrond Myklebust2013-04-091-3/+3
* | | NFSv4: Clean up delegation recall error handlingTrond Myklebust2013-04-051-54/+25Star
* | | NFSv4: Clean up nfs4_open_delegation_recallTrond Myklebust2013-04-051-55/+41Star