summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | SUNRPC: Fix read ordering problems with req->rq_private_buf.lenTrond Myklebust2008-04-192-14/+15
| | * | | | | NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2008-04-193-9/+31
| | * | | | | NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust2008-04-191-4/+1
| | * | | | | NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-193-26/+40
| | * | | | | NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-193-48/+73
| | * | | | | NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-192-26/+46
| | * | | | | NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust2008-04-191-11/+12
| | * | | | | SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-191-2/+2
| | * | | | | SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-193-23/+44
| | * | | | | SUNRPC: Fix a bug in call_decode()Trond Myklebust2008-04-191-3/+6
| | * | | | | lockd: introduce new function to encode private argument in SM_MON requestsChuck Lever2008-03-192-6/+25
| | * | | | | lockd: Fix up incorrect RPC buffer size calculations.Chuck Lever2008-03-191-31/+8
| | * | | | | lockd: document use of mon_id argument in SM_MON requestsChuck Lever2008-03-191-0/+13
| | * | | | | lockd: refactor SM_MON my_id argument encoderChuck Lever2008-03-191-0/+19
| | * | | | | lockd: refactor SM_MON mon_name argument encoderChuck Lever2008-03-191-0/+25
| | * | | | | lockd: Ensure NSM strings aren't longer than protocol allowsChuck Lever2008-03-191-0/+9
| | * | | | | lockd: bring a few function declarations up to dateChuck Lever2008-03-191-6/+5
| | * | | | | NLM: NLM protocol version numbers are u32Chuck Lever2008-03-192-11/+15
| | * | | | | NLM: LOCKD fails to load if CONFIG_SYSCTL is not setChuck Lever2008-03-191-0/+12
| | * | | | | SUNRPC: Add a default setting for CONFIG_SUNRPC_BIND34Chuck Lever2008-03-191-0/+1
| | * | | | | SUNRPC: Update help Kconfig textChuck Lever2008-03-191-13/+32
| | * | | | | NFS: Always enable NFS direct I/OChuck Lever2008-03-194-37/+1
| | * | | | | NFS: Show most mount options via nfs_show_options()Chuck Lever2008-03-191-2/+65
| | * | | | | NFS: Save the values of the "mount*=" mount optionsChuck Lever2008-03-192-0/+17
| | * | | | | NFS: Save the value of the "port=" mount optionChuck Lever2008-03-194-31/+12
| | * | | | | NFS: Fix up data types of fields in nfs_parsed_mount_optionsChuck Lever2008-03-191-3/+3
| | * | | | | NFS: numeric mount parameters are unsignedChuck Lever2008-03-191-13/+13
| | * | | | | NFS: clean up short packet handling for NFSv4 readdirJeff Layton2008-03-191-10/+27
| | * | | | | NFS: clean up short packet handling for NFSv3 readdirJeff Layton2008-03-191-9/+28
| | * | | | | NFS: clean up short packet handling for NFSv2 readdirJeff Layton2008-03-191-9/+28
| | * | | | | nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman2008-03-191-2/+0
| | * | | | | nfs: nfs_redirty_requestFred2008-03-191-9/+14
| | * | | | | Merge branch 'hotfixes' into develTrond Myklebust2008-03-19455-6069/+6445
| | |\ \ \ \ \
| | * | | | | | NFS: fix encode_fsinfo_maxszFred Isaman2008-03-141-1/+1
| | * | | | | | SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-145-8/+7
| | * | | | | | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-146-2/+24
| | * | | | | | SUNRPC: Add a generic RPC credentialTrond Myklebust2008-03-144-1/+147
| | * | | | | | SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust2008-03-143-20/+23
| | * | | | | | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust2008-03-144-50/+49
| | * | | | | | SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust2008-03-142-3/+6
| | * | | | | | Merge commit 'origin' into develTrond Myklebust2008-03-08758-8969/+13164
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'cleanups' into nextTrond Myklebust2008-02-283-21/+26
| | |\ \ \ \ \ \ \
| | | * | | | | | | SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncTrond Myklebust2008-02-142-6/+7
| | | * | | | | | | nfs: use GFP_NOFS preloads for radix-tree insertionNick Piggin2008-02-131-15/+19
| | * | | | | | | | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-284-48/+15
| | * | | | | | | | SUNRPC: Ensure that we read all available tcp dataTrond Myklebust2008-02-281-2/+5
| | * | | | | | | | SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust2008-02-282-17/+3
| | * | | | | | | | SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust2008-02-282-58/+11
| | * | | | | | | | SUNRPC: Add a timer function to wait queues.Trond Myklebust2008-02-282-4/+51
| | * | | | | | | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-286-8/+28
OpenPOWER on IntegriCloud