summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-05nfs41: V2 adjust max_rqst_sz, max_resp_sz w.r.t to rsize, wsizeAlexandros Batsakis4-4/+35
2009-12-05nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_idAlexandros Batsakis1-0/+3
2009-12-05nfs41: add support for the exclusive create flagsAlexandros Batsakis2-6/+29
2009-12-05nfs41: check if session exists and if it is persistentAlexandros Batsakis1-0/+9
2009-12-05nfs41: V2 initial support for CB_RECALL_ANYAlexandros Batsakis5-2/+68
2009-12-05nfs4: V2 return/expire delegations depending on their typeAlexandros Batsakis1-4/+18
2009-12-05nfs4: minor delegation cleaningAlexandros Batsakis1-4/+2
2009-12-05nfs41: add support for callback with RPC version number 4Alexandros Batsakis4-0/+10
2009-12-04nfs41: only state manager sets NFS4CLNT_SESSION_SETUPAndy Adamson2-4/+6
2009-12-04nfs41: drain session cleanupAndy Adamson1-9/+9
2009-12-04nfs41: nfs41: fix state manager deadlock in session resetAndy Adamson4-9/+34
2009-12-04nfs41: remove nfs4_recover_sessionAndy Adamson1-23/+3
2009-12-04nfs41: don't clear tk_action on successAndy Adamson1-1/+1
2009-12-04nfs41: fix switch in nfs4_recovery_handle_errorAndy Adamson1-0/+1
2009-12-04nfs41: fix switch in nfs4_handle_exceptionAndy Adamson1-1/+1
2009-12-04nfs41: free the slot on unhandled read errorsAndy Adamson1-0/+3
2009-12-04nfs41: call free slot from nfs4_restart_rpcAndy Adamson5-23/+32
2009-12-04nfs41: nfs4_get_lease_time will never session resetAndy Adamson1-1/+1
2009-12-04nfs41: rename cl_state session SETUP bit to RESETAndy Adamson4-10/+10
2009-12-04nfs41: add create session into establish_clidAndy Adamson3-25/+19
2009-12-03Merge branch 'devel' into linux-nextTrond Myklebust12-114/+261
2009-12-03NFS4ERR_FILE_OPEN handling in Linux/NFSNeilBrown1-0/+7
2009-12-03Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust8-78/+110
2009-12-03nfs: clean up sillyrenaming in nfs_rename()Miklos Szeredi1-7/+4
2009-12-03nfs: dont unhash target if renaming a directoryMiklos Szeredi1-27/+29
2009-12-03nfs: fix comments in nfs_rename()Miklos Szeredi1-7/+5
2009-12-03nfs: remove unnecessary check from nfs_rename()Miklos Szeredi1-8/+2
2009-12-03NFSv4.1: Handle NFSv4.1 session errors in the lock recovery codeTrond Myklebust1-0/+8
2009-12-03SUNRPC: soft connect semantics for UDPChuck Lever1-0/+4
2009-12-03SUNRPC: Use soft connect semantics when performing RPC pingChuck Lever1-5/+5
2009-12-03SUNRPC: Use soft connects for autobinding over TCPChuck Lever2-2/+17
2009-12-03SUNRPC: Use TCP for local rpcbind upcallsChuck Lever1-2/+2
2009-12-03SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever2-16/+80
2009-12-03SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever1-7/+4
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever3-3/+12
2009-12-03SUNRPC: Check explicitly for tk_status == 0 in call_transmit_status()Chuck Lever1-0/+12
2009-12-03NFS: Revert default r/wsize behaviorChuck Lever1-2/+0
2009-12-03NFS: Display compressed (shorthand) IPv6 in /proc/mountsChuck Lever1-1/+1
2009-12-03SUNRPC: Display compressed (shorthand) IPv6 presentation addressesChuck Lever1-9/+1
2009-12-03NFS: reorder nfs4_sequence_regs to remove 8 bytes of padding on 64 bitsRichard Kennedy1-1/+1
2009-12-03NFS: convert proto= option to use netids rather than a protonameJeff Layton1-13/+81
2009-12-03The rpc server does not require that service threads take the BKL.J. Bruce Fields1-12/+0
2009-12-03NFSv4: Ensure nfs4_close_context() is declared as staticTrond Myklebust1-1/+1
2009-12-03NFSv4: Ensure nfs_dns_lookup() and nfs_dns_update() are declared staticTrond Myklebust1-2/+2
2009-12-03NFSv4: Fix up error handling in the state manager main loop.Trond Myklebust1-27/+21
2009-12-03NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease.Trond Myklebust1-7/+19
2009-12-03NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctlyTrond Myklebust1-0/+3
2009-12-03NFSv4: The state manager shouldn't exit on errors that were handledTrond Myklebust1-6/+5
2009-12-03NFSv4: Fix up the callers of nfs4_state_end_reclaim_rebootTrond Myklebust1-3/+2
2009-12-03NFSv4: Fix a potential state manager deadlock when returning delegationsTrond Myklebust2-15/+29