Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / sunrpc /
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viro[SUNRPC]: net/* NULL noise
2008-03-18 Al Viro[NET] endianness noise: INADDR_ANY
2008-03-12 Tom TuckerSVCRDMA: Fix erroneous BUG_ON in send_write
2008-03-12 Tom TuckerSVCRDMA: Add xprt refs to fix close/unmount crash
2008-03-07 Linus TorvaldsMerge branch 'hotfixes' of git://git.linux-nfs.org...
2008-03-07 Tom TalpeySUNRPC: Fix a nfs4 over rdma transport oops
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-28 Wang Chen[SUNRPC]: Use proc_create() to setup ->proc_fops first
2008-02-21 Pavel EmelyanovWrap buffers used for rpc debug printks into RPC_IFDEBUG
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-14 Randy Dunlapdocbook: sunrpc filenames and notation fixes
2008-02-10 Roland DreierSUNPRC: Fix printk format warning
2008-02-01 Chuck LeverSUNRPC: RPC program information is stored in unsigned...
2008-02-01 Trond MyklebustSUNRPC: Move exported symbol definitions after function...
2008-02-01 Jeff LaytonSUNRPC: spin svc_rqst initialization to its own function
2008-02-01 Tom Tuckerrdma: makefile
2008-02-01 Tom Tuckerrdma: ONCRPC RDMA protocol marshalling
2008-02-01 Tom Tuckerrdma: SVCRDMA sendto
2008-02-01 Tom Tuckerrdma: SVCRDMA recvfrom
2008-02-01 Tom Tuckerrdma: SVCRDMA Core Transport Services
2008-02-01 Tom Tuckerrdma: SVCRDMA Transport Module
2008-02-01 Tom Tuckersvc: Add svc_xprt_names service to replace svc_sock_names
2008-02-01 Tom Tuckerknfsd: Support adding transports by writing portlist...
2008-02-01 Tom Tuckersvc: Add svc API that queries for a transport instance
2008-02-01 Tom Tuckersvc: Add /proc/sys/sunrpc/transport files
2008-02-01 Tom Tuckersvc: Add transport hdr size for defer/revisit
2008-02-01 Tom Tuckersvc: Move the xprt independent code to the svc_xprt...
2008-02-01 Tom Tuckersvc: Make svc_check_conn_limits xprt independent
2008-02-01 Tom Tuckersvc: Removing remaining references to rq_sock in rqstp
2008-02-01 Tom Tuckersvc: Move create logic to common code
2008-02-01 Tom Tuckersvc: Make svc_age_temp_sockets svc_age_temp_transports
2008-02-01 Tom Tuckersvc: Make svc_recv transport neutral
2008-02-01 Tom Tuckersvc: Make svc_sock_release svc_xprt_release
2008-02-01 Tom Tuckersvc: Move the sockaddr information to svc_xprt
2008-02-01 Tom Tuckersvc: Make deferral processing xprt independent
2008-02-01 Tom Tuckersvc: Move the authinfo cache to svc_xprt.
2008-02-01 Tom Tuckersvc: Remove sk_lastrecv
2008-02-01 Tom Tuckersvc: Move accept call to svc_xprt_received to common...
2008-02-01 Tom Tuckersvc: Change svc_sock_received to svc_xprt_received...
2008-02-01 Tom Tuckersvc: Make svc_send transport neutral
2008-02-01 Tom Tuckersvc: Make the enqueue service transport neutral and...
2008-02-01 Tom Tuckersvc: Move sk_reserved to svc_xprt
2008-02-01 Tom Tuckersvc: Make close transport independent
2008-02-01 Tom Tuckersvc: Move sk_server and sk_pool to svc_xprt
2008-02-01 Tom Tuckersvc: Move sk_flags to the svc_xprt structure
2008-02-01 Tom Tuckersvc: Change sk_inuse to a kref
2008-02-01 Tom Tuckersvc: Change services to use new svc_create_xprt service
2008-02-01 Tom Tuckersvc: Add a generic transport svc_create_xprt function
2008-02-01 Tom Tuckersvc: Move connection limit checking to its own function
2008-02-01 Tom Tuckersvc: Remove unnecessary call to svc_sock_enqueue
2008-02-01 Tom Tuckersvc: Add xpo_accept transport function
2008-02-01 Tom Tuckersvc: Move close processing to a single place
2008-02-01 Tom Tuckersvc: Add a transport function that checks for write...
2008-02-01 Tom Tuckersvc: Add xpo_prep_reply_hdr
2008-02-01 Tom Tuckersvc: Add per-transport delete functions
2008-02-01 Tom Tuckersvc: Add transport specific xpo_release function
2008-02-01 Tom Tuckersvc: Move sk_sendto and sk_recvfrom to svc_xprt_class
2008-02-01 Tom Tuckersvc: Add a max payload value to the transport
2008-02-01 Tom Tuckersvc: Make svc_sock the tcp/udp transport
2008-02-01 Tom Tuckersvc: Add an svc transport class
2008-02-01 J. Bruce Fieldssvcrpc: ensure gss DESTROY tokens free contexts from...
2008-02-01 J. Bruce Fieldssunrpc: gss: simplify rsi_parse logic
2008-02-01 J. Bruce Fieldsnfsd: fix rsi_cache reference count leak
2008-02-01 J. Bruce Fieldsknfsd: allow cache_register to return error on failure
2008-02-01 J. Bruce Fieldsnfsd: move cache proc (un)registration to separate...
2008-02-01 J. Bruce Fieldsknfsd: cache unregistration needn't return error
2008-02-01 J. Bruce Fieldsknfsd: fix cache.c comment
2008-02-01 Chuck LeverSUNRPC: Use unsigned string lengths in xdr_decode_strin...
2008-02-01 Chuck LeverSUNRPC: Prevent length underflow in read_flush()
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 travis@sgi.comx86: change NR_CPUS arrays in numa_64
2008-01-30 Trond MyklebustSUNRPC: Don't bother changing the sigmask for asynchron...
2008-01-30 Chuck LeverSUNRPC: rpcb_getport_sync() passes incorrect address...
2008-01-30 Chuck LeverSUNRPC: Clean up block comment preceding rpcb_getport_s...
2008-01-30 Chuck LeverSUNRPC: Use appropriate argument types in rpcb client
2008-01-30 Chuck LeverSUNRPC: rpcb_getport_sync() should use built-in hostnam...
2008-01-30 Chuck LeverSUNRPC: Clean up functions that free address_strings...
2008-01-30 Trond MyklebustSUNRPC: Fix up constant string declarations in struct...
2008-01-30 Chuck LeverSUNRPC: fewer conditionals in the format_ip_address...
2008-01-30 Chuck LeverSUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()
2008-01-30 Trond MyklebustSUNRPC: Add support for per-client timeout values
2008-01-30 Trond MyklebustSUNRPC: Clean up the transport timeout initialisation
2008-01-30 Trond MyklebustSUNRPC: cleanup for rpc_new_client()
2008-01-30 Chuck LeverSUNRPC: Move universal address definitions to global...
2008-01-30 Chuck LeverSUNRPC: RPC version numbers are u32
2008-01-30 Chuck LeverSUNRPC: Fix socket address handling in rpcb_clnt
2008-01-30 Chuck LeverSUNRPC: rpc_create() default hostname should support...
2008-01-30 Chuck LeverSUNRPC: Remove an unneeded implicit type cast when...
2008-01-30 Chuck LeverSUNRPC: temp var should match return type of xdr_skb_re...
2008-01-30 Chuck LeverSUNRPC: Check a return result
2008-01-30 Chuck LeverSUNRPC: Fix an unnecessary implicit type cast in rpcrdm...
2008-01-30 Chuck LeverSUNRPC: Prevent mixed sign comparisons in rpcrdma_conve...
2008-01-30 Trond MyklebustSUNRPC: Cleanup to remove the last users of the RPC_WAI...
2008-01-30 Trond MyklebustSUNRPC: Unexport rpc_init_task() and rpc_execute()
2008-01-30 Trond MyklebustSUNRPC: allow the caller of rpc_run_task to preallocate...
2008-01-30 Trond MyklebustSUNRPC: Remove the now unused function rpc_call_setup()
2008-01-30 Trond MyklebustNFS/SUNRPC: Convert all users of rpc_call_setup()
next