summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-12-3043-1442/+1876
|\
| * Merge branch 'devel' into nextTrond Myklebust2008-12-3043-1442/+1876
| |\
| | * fs/nfs/nfs4proc.c: make nfs4_map_errors() staticWANG Cong2008-12-302-2/+1
| | * rpc: add service field to new upcallOlga Kornievskaia2008-12-231-10/+16
| | * rpc: add target field to new upcallOlga Kornievskaia2008-12-231-7/+21
| | * nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-234-1/+9
| | * rpc: allow gss callbacks to clientOlga Kornievskaia2008-12-232-5/+32
| | * rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-233-0/+24
| | * nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-234-0/+36
| | * rpc: implement new upcall\"J. Bruce Fields\2008-12-231-20/+96
| | * rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\2008-12-231-8/+12
| | * rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\2008-12-231-3/+61
| | * rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\2008-12-231-0/+14
| | * rpc: call release_pipe only on last close\"J. Bruce Fields\2008-12-231-3/+6
| | * rpc: add an rpc_pipe_open method\"J. Bruce Fields\2008-12-232-7/+16
| | * rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\2008-12-231-12/+12
| | * rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\2008-12-231-9/+14
| | * rpc: remove unnecessary assignment\"J. Bruce Fields\2008-12-231-1/+0
| | * NFS: remove unused status from encode routinesAndy Adamson2008-12-231-398/+180
| | * NFS: increment number of operations in each encode routineAndy Adamson2008-12-231-170/+247
| | * NFS: fix comment placement in nfs4xdr.cBenny Halevy2008-12-231-4/+4
| | * NFS: fix tabs in nfs4xdr.cAndy Adamson2008-12-231-245/+245
| | * NFS: remove white space from nfs4xdr.cAndy Adamson2008-12-231-33/+29
| | * nfs: remove incorrect usage of nfs4 compound response hdr.statusBenny Halevy2008-12-231-6/+0
| | * nfs: return compound hdr.status when there are no op repliesBenny Halevy2008-12-231-0/+2
| | * sunrpc: get rid of rpc_rqst.rq_bufsizeBenny Halevy2008-12-231-2/+1
| | * NFSv4: Fix an infinite loop in the NFS state recovery codeTrond Myklebust2008-12-231-2/+3
| | * sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton2008-12-231-5/+12
| | * optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach2008-12-235-12/+18
| | * NFSv4: Convert the open and close ops to use fmodeTrond Myklebust2008-12-237-83/+94
| | * NFS: Use delegations to optimise ACCESS callsTrond Myklebust2008-12-231-1/+2
| | * NFSv4: Ensure that we set the verifier when revalidating delegated dentriesTrond Myklebust2008-12-231-2/+4
| | * NFSv4: Clean up is_atomic_open()Trond Myklebust2008-12-231-7/+8
| | * NFSv4: Convert delegation->type field to fmode_tTrond Myklebust2008-12-235-9/+9
| | * NFSv4: Fix up delegation callbacksTrond Myklebust2008-12-231-19/+38
| | * NFSv4: Return unreferenced delegations more promptlyTrond Myklebust2008-12-234-13/+49
| | * NFSv4: Clean up the asynchronous delegation returnTrond Myklebust2008-12-231-54/+19
| | * NFSv4: Clean up nfs_expire_all_delegations()Trond Myklebust2008-12-234-34/+16
| | * NFSv4: Fix a BAD_SEQUENCEID condition.Trond Myklebust2008-12-231-2/+0
| | * NFSv4: Don't exit the state management if there are still tasks to doTrond Myklebust2008-12-231-2/+6
| | * NFSv4: Rename the state reclaimer threadTrond Myklebust2008-12-234-25/+32
| | * NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust2008-12-234-10/+16
| | * NFSv4: Clean up the support for returning multiple delegationsTrond Myklebust2008-12-233-55/+52
| | * NFSv4: Add recovery for individual stateidsTrond Myklebust2008-12-233-10/+31
| | * NFSv4: Remove nfs_client->cl_semTrond Myklebust2008-12-236-51/+1
| | * NFSv4: Ensure that file unlock requests don't conflict with state recoveryTrond Myklebust2008-12-232-10/+20
| | * NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover()Trond Myklebust2008-12-231-76/+75
| | * NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_semTrond Myklebust2008-12-231-1/+10
| | * NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust2008-12-233-4/+26
| | * NFSv4: Don't tell server we rebooted when not necessaryTrond Myklebust2008-12-231-11/+11