summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: Fix nfs4_callback_recallslot to work with dynamic slot allocationTrond Myklebust2012-12-063-1/+11
* NFSv4.1: Reset the sequence number for slots that have been deallocatedTrond Myklebust2012-12-064-2/+22
* NFSv4.1: Ensure that the client tracks the server target_highest_slotidTrond Myklebust2012-12-066-9/+36
* NFSv4.1: Clean up nfs4_free_slotTrond Myklebust2012-11-261-5/+7
* NFSv4.1: Simplify slot allocationTrond Myklebust2012-11-261-15/+14
* NFSv4.1: Simplify struct nfs4_sequence_args tooTrond Myklebust2012-11-263-16/+14
* NFSv4.1: Label each entry in the session slot tables with its slot numberTrond Myklebust2012-11-263-6/+9
* NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust2012-11-266-16/+33
* NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_timeTrond Myklebust2012-11-212-7/+10
* NFSv4.1: clean up nfs4_recall_slot to use nfs4_alloc_slotsTrond Myklebust2012-11-213-3/+4
* NFSv4.1: nfs4_alloc_slots doesn't need zeroingTrond Myklebust2012-11-211-1/+1
* NFSv4.1: We must bump the clientid sequence number after CREATE_SESSIONTrond Myklebust2012-11-211-2/+1
* NFSv4.1: Adjust CREATE_SESSION arguments when mounting a new filesystemTrond Myklebust2012-11-211-0/+13
* NFSv4.1: Don't confuse CREATE_SESSION arguments and resultsTrond Myklebust2012-11-212-13/+20
* NFSv4.1: Handle session reset and bind_conn_to_session before lease checkTrond Myklebust2012-11-211-9/+8
* NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker2012-11-201-4/+17
* SUNRPC: Clean up rpc_bind_new_programTrond Myklebust2012-11-041-10/+8
* SUNRPC: remove BUG_ON from rpc_call_syncWeston Andros Adamson2012-11-041-1/+6
* SUNRPC: remove BUG_ON in rpc_release_taskWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON in svc_delete_xprtWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ONs checking RPC_IS_QUEUEDWeston Andros Adamson2012-11-041-2/+6
* SUNRPC: remove BUG_ON from __rpc_sleep_on_priorityWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON in svc_registerWeston Andros Adamson2012-11-041-1/+3
* SUNRPC: remove BUG_ON from encode_rpcb_stringWeston Andros Adamson2012-11-041-1/+4
* SUNRPC: remove BUG_ON from bc_mallocWeston Andros Adamson2012-11-041-2/+4
* SUNRPC: remove BUG_ON in xdr_shrink_bufheadWeston Andros Adamson2012-11-041-1/+4
* SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson2012-11-042-2/+7
* SUNRPC: remove BUG_ON in svc_xprt_receivedWeston Andros Adamson2012-11-041-1/+3
* SUNRPC: remove BUG_ONs from *_reclassify_socket*Weston Andros Adamson2012-11-042-4/+9
* SUNRPC: remove BUG_ON from svc_pool_map_set_cpumaskWeston Andros Adamson2012-11-041-1/+3
* SUNRPC: remove two BUG_ON assertsWeston Andros Adamson2012-11-041-2/+2
* SUNRPC: remove BUG_ON in rpc_put_sb_netWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON calls from cache_readWeston Andros Adamson2012-11-041-2/+2
* SUNRPC: remove BUG_ON from bc_sendWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON from xprt_destroy_backchannelWeston Andros Adamson2012-11-041-1/+4
* SUNRPC: remove BUG_ON from rpc_sleep_on*Weston Andros Adamson2012-11-041-2/+12
* SUNRPC: remove BUG_ON from call_bc_transmitWeston Andros Adamson2012-11-041-1/+0
* SUNRPC: remove BUG_ON from call_bc_transmitWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON from call_transmitWeston Andros Adamson2012-11-041-1/+0
* SUNRPC: remove BUG_ON from rpc_run_bc_taskWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ON in __rpc_clnt_handle_eventWeston Andros Adamson2012-11-041-2/+5
* lockd: Remove BUG_ON()s from fs/lockd/clntproc.cTrond Myklebust2012-11-041-2/+1
* lockd: Remove BUG_ON()s in fs/lockd/host.cTrond Myklebust2012-11-041-10/+5
* lockd: Remove trivial BUG_ON()s from the NSM codeTrond Myklebust2012-11-041-3/+0
* lockd: Remove unnecessary BUG_ON()s in the xdr client codeTrond Myklebust2012-11-042-16/+0
* NFS: Remove the BUG_ON() in the mount codeTrond Myklebust2012-11-041-1/+6
* NFS: Remove BUG_ON()s in the fs/nfs/inode.cTrond Myklebust2012-11-041-2/+2
* NFSv4: Get rid of unnecessary BUG_ON()sTrond Myklebust2012-11-045-12/+6
* NFS: Remove BUG_ON() calls from the generic writeback codeTrond Myklebust2012-11-041-16/+10
* NFSv4.1: Remove assertion BUG_ON()s from the files and generic layout codeTrond Myklebust2012-11-043-15/+6
OpenPOWER on IntegriCloud