summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-23rpc: pass target name down to rpc level on callbacksOlga Kornievskaia3-0/+24
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia4-0/+36
2008-12-23rpc: implement new upcall\"J. Bruce Fields\1-20/+96
2008-12-23rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\1-8/+12
2008-12-23rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\1-3/+61
2008-12-23rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\1-0/+14
2008-12-23rpc: call release_pipe only on last close\"J. Bruce Fields\1-3/+6
2008-12-23rpc: add an rpc_pipe_open method\"J. Bruce Fields\2-7/+16
2008-12-23rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\1-12/+12
2008-12-23rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\1-9/+14
2008-12-23rpc: remove unnecessary assignment\"J. Bruce Fields\1-1/+0
2008-12-23NFS: remove unused status from encode routinesAndy Adamson1-398/+180
2008-12-23NFS: increment number of operations in each encode routineAndy Adamson1-170/+247
2008-12-23NFS: fix comment placement in nfs4xdr.cBenny Halevy1-4/+4
2008-12-23NFS: fix tabs in nfs4xdr.cAndy Adamson1-245/+245
2008-12-23NFS: remove white space from nfs4xdr.cAndy Adamson1-33/+29
2008-12-23nfs: remove incorrect usage of nfs4 compound response hdr.statusBenny Halevy1-6/+0
2008-12-23nfs: return compound hdr.status when there are no op repliesBenny Halevy1-0/+2
2008-12-23sunrpc: get rid of rpc_rqst.rq_bufsizeBenny Halevy1-2/+1
2008-12-23NFSv4: Fix an infinite loop in the NFS state recovery codeTrond Myklebust1-2/+3
2008-12-23sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton1-5/+12
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach5-12/+18
2008-12-23NFSv4: Convert the open and close ops to use fmodeTrond Myklebust7-83/+94
2008-12-23NFS: Use delegations to optimise ACCESS callsTrond Myklebust1-1/+2
2008-12-23NFSv4: Ensure that we set the verifier when revalidating delegated dentriesTrond Myklebust1-2/+4
2008-12-23NFSv4: Clean up is_atomic_open()Trond Myklebust1-7/+8
2008-12-23NFSv4: Convert delegation->type field to fmode_tTrond Myklebust5-9/+9
2008-12-23NFSv4: Fix up delegation callbacksTrond Myklebust1-19/+38
2008-12-23NFSv4: Return unreferenced delegations more promptlyTrond Myklebust4-13/+49
2008-12-23NFSv4: Clean up the asynchronous delegation returnTrond Myklebust1-54/+19
2008-12-23NFSv4: Clean up nfs_expire_all_delegations()Trond Myklebust4-34/+16
2008-12-23NFSv4: Fix a BAD_SEQUENCEID condition.Trond Myklebust1-2/+0
2008-12-23NFSv4: Don't exit the state management if there are still tasks to doTrond Myklebust1-2/+6
2008-12-23NFSv4: Rename the state reclaimer threadTrond Myklebust4-25/+32
2008-12-23NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management...Trond Myklebust4-10/+16
2008-12-23NFSv4: Clean up the support for returning multiple delegationsTrond Myklebust3-55/+52
2008-12-23NFSv4: Add recovery for individual stateidsTrond Myklebust3-10/+31
2008-12-23NFSv4: Remove nfs_client->cl_semTrond Myklebust6-51/+1
2008-12-23NFSv4: Ensure that file unlock requests don't conflict with state recoveryTrond Myklebust2-10/+20
2008-12-23NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover()Trond Myklebust1-76/+75
2008-12-23NFSv4: Ensure that nfs4_reclaim_open_state() doesn't depend on cl_semTrond Myklebust1-1/+10
2008-12-23NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust3-4/+26
2008-12-23NFSv4: Don't tell server we rebooted when not necessaryTrond Myklebust1-11/+11
2008-12-23NFSv4: Remove redundant RENEW calls if we know the lease has expiredTrond Myklebust3-19/+32
2008-12-23NFSv4: Fix state recovery when the client runs over the grace periodTrond Myklebust3-49/+155
2008-12-23NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lockTrond Myklebust3-7/+17
2008-12-23NFSv4: Clean up for the state loss reclaimerTrond Myklebust1-49/+81
2008-12-23NFS: Use atomic bitops when changing struct nfs_delegation->flagsTrond Myklebust3-9/+9
2008-12-23NFSv4: Fix up the dereferencing of delegation->inodeTrond Myklebust1-8/+31
2008-12-23NFSv4: Fix up another delegation related raceTrond Myklebust3-28/+60