| Commit message (Expand) | Author | Age |
... | |
| | * | | | | | NFSv4: Only increment the sequence id if the server saw it | Trond Myklebust | 2008-04-19 |
| | * | | | | | NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() | Trond Myklebust | 2008-04-19 |
| | * | | | | | NFS: Ensure that rpc_run_task() errors are propagated back to the caller | Trond Myklebust | 2008-04-19 |
| | * | | | | | NFS: Ensure that the write code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2008-04-19 |
| | * | | | | | NFS: Ensure that the read code cleans up properly when rpc_run_task() fails | Trond Myklebust | 2008-04-19 |
| | * | | | | | NFS: Fix nfs_wb_page() to always exit with an error or a clean page | Trond Myklebust | 2008-04-19 |
| | * | | | | | SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials.. | Trond Myklebust | 2008-04-19 |
| | * | | | | | SUNRPC: Fix up xprt_write_space() | Trond Myklebust | 2008-04-19 |
| | * | | | | | SUNRPC: Fix a bug in call_decode() | Trond Myklebust | 2008-04-19 |
| | * | | | | | lockd: introduce new function to encode private argument in SM_MON requests | Chuck Lever | 2008-03-19 |
| | * | | | | | lockd: Fix up incorrect RPC buffer size calculations. | Chuck Lever | 2008-03-19 |
| | * | | | | | lockd: document use of mon_id argument in SM_MON requests | Chuck Lever | 2008-03-19 |
| | * | | | | | lockd: refactor SM_MON my_id argument encoder | Chuck Lever | 2008-03-19 |
| | * | | | | | lockd: refactor SM_MON mon_name argument encoder | Chuck Lever | 2008-03-19 |
| | * | | | | | lockd: Ensure NSM strings aren't longer than protocol allows | Chuck Lever | 2008-03-19 |
| | * | | | | | lockd: bring a few function declarations up to date | Chuck Lever | 2008-03-19 |
| | * | | | | | NLM: NLM protocol version numbers are u32 | Chuck Lever | 2008-03-19 |
| | * | | | | | NLM: LOCKD fails to load if CONFIG_SYSCTL is not set | Chuck Lever | 2008-03-19 |
| | * | | | | | SUNRPC: Add a default setting for CONFIG_SUNRPC_BIND34 | Chuck Lever | 2008-03-19 |
| | * | | | | | SUNRPC: Update help Kconfig text | Chuck Lever | 2008-03-19 |
| | * | | | | | NFS: Always enable NFS direct I/O | Chuck Lever | 2008-03-19 |
| | * | | | | | NFS: Show most mount options via nfs_show_options() | Chuck Lever | 2008-03-19 |
| | * | | | | | NFS: Save the values of the "mount*=" mount options | Chuck Lever | 2008-03-19 |
| | * | | | | | NFS: Save the value of the "port=" mount option | Chuck Lever | 2008-03-19 |
| | * | | | | | NFS: Fix up data types of fields in nfs_parsed_mount_options | Chuck Lever | 2008-03-19 |
| | * | | | | | NFS: numeric mount parameters are unsigned | Chuck Lever | 2008-03-19 |
| | * | | | | | NFS: clean up short packet handling for NFSv4 readdir | Jeff Layton | 2008-03-19 |
| | * | | | | | NFS: clean up short packet handling for NFSv3 readdir | Jeff Layton | 2008-03-19 |
| | * | | | | | NFS: clean up short packet handling for NFSv2 readdir | Jeff Layton | 2008-03-19 |
| | * | | | | | nfs: remove duplicate initializations of nfs_read_data field | Fred Isaman | 2008-03-19 |
| | * | | | | | nfs: nfs_redirty_request | Fred | 2008-03-19 |
| | * | | | | | Merge branch 'hotfixes' into devel | Trond Myklebust | 2008-03-19 |
| | |\ \ \ \ \ |
|
| | * | | | | | | NFS: fix encode_fsinfo_maxsz | Fred Isaman | 2008-03-14 |
| | * | | | | | | SUNRPC: Add a helper rpcauth_lookup_generic_cred() | Trond Myklebust | 2008-03-14 |
| | * | | | | | | SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_task | Trond Myklebust | 2008-03-14 |
| | * | | | | | | SUNRPC: Add a generic RPC credential | Trond Myklebust | 2008-03-14 |
| | * | | | | | | SUNRPC: Clean up rpcauth_bindcred() | Trond Myklebust | 2008-03-14 |
| | * | | | | | | SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS | Trond Myklebust | 2008-03-14 |
| | * | | | | | | SUNRPC: Fix a bug in rpcauth_lookup_credcache() | Trond Myklebust | 2008-03-14 |
| | * | | | | | | Merge commit 'origin' into devel | Trond Myklebust | 2008-03-08 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'cleanups' into next | Trond Myklebust | 2008-02-29 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/async | Trond Myklebust | 2008-02-14 |
| | | * | | | | | | | nfs: use GFP_NOFS preloads for radix-tree insertion | Nick Piggin | 2008-02-13 |
| | * | | | | | | | | SUNRPC: Remove now-redundant RCU-safe rpc_task free path | Trond Myklebust | 2008-02-29 |
| | * | | | | | | | | SUNRPC: Ensure that we read all available tcp data | Trond Myklebust | 2008-02-29 |
| | * | | | | | | | | SUNRPC: Eliminate the now-redundant rpc_start_wakeup() | Trond Myklebust | 2008-02-29 |
| | * | | | | | | | | SUNRPC: Switch tasks to using the rpc_waitqueue's timer function | Trond Myklebust | 2008-02-29 |
| | * | | | | | | | | SUNRPC: Add a timer function to wait queues. | Trond Myklebust | 2008-02-29 |
| | * | | | | | | | | SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues | Trond Myklebust | 2008-02-29 |
| | * | | | | | | | | SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs | Trond Myklebust | 2008-02-26 |