Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[safe/jmp/linux-2.6] / include / linux / sunrpc /
2008-05-19 Tom Tuckersvcrdma: Use standard Linux lists for context cache
2008-05-19 Tom Tuckersvcrdma: Simplify RDMA_READ deferral buffer management
2008-05-19 Tom Tuckersvcrdma: Remove unused READ_DONE context flags bit
2008-04-24 Linus TorvaldsMerge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
2008-04-23 Chuck LeverSUNRPC: Update RPC server's TCP record marker decoder
2008-04-23 Jeff LaytonSUNRPC: remove svc_create_thread()
2008-04-23 Kevin Coffmangss_krb5: consistently use unsigned for seqnum
2008-04-23 Kevin CoffmanRemove define for KRB5_CKSUM_LENGTH, which will become...
2008-04-23 J. Bruce Fieldssvcrpc: move unused field from cache_deferred_req
2008-04-23 Aurélien CharbonIPv6 support for NFS server export caches
2008-04-19 Trond MyklebustSUNRPC: Don't disconnect more than once if retransmitti...
2008-04-19 Trond MyklebustNFSv4: Reintroduce machine creds
2008-04-19 Trond MyklebustNFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_set...
2008-04-19 Trond MyklebustSUNRPC: Fix up xprt_write_space()
2008-03-14 Trond MyklebustSUNRPC: Add an rpc_credop callback for binding a creden...
2008-03-14 Trond MyklebustSUNRPC: Add a generic RPC credential
2008-03-14 Trond MyklebustSUNRPC: Clean up rpcauth_bindcred()
2008-03-14 Trond MyklebustSUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
2008-03-14 Trond MyklebustSUNRPC: Fix a bug in rpcauth_lookup_credcache()
2008-02-29 Trond MyklebustMerge branch 'cleanups' into next
2008-02-29 Trond MyklebustSUNRPC: Remove now-redundant RCU-safe rpc_task free...
2008-02-29 Trond MyklebustSUNRPC: Eliminate the now-redundant rpc_start_wakeup()
2008-02-29 Trond MyklebustSUNRPC: Switch tasks to using the rpc_waitqueue's timer...
2008-02-29 Trond MyklebustSUNRPC: Add a timer function to wait queues.
2008-02-29 Trond MyklebustSUNRPC: Add a (empty for the moment) destructor for...
2008-02-26 Trond MyklebustSUNRPC: Run rpc timeout functions as callbacks instead...
2008-02-26 Trond MyklebustSUNRPC: Convert users of rpc_wake_up_task to use rpc_wa...
2008-02-26 Trond MyklebustSUNRPC: Add a new helper rpc_wake_up_queued_task()
2008-02-26 Trond MyklebustSUNRPC: Allow the rpc_release() callback to be run...
2008-02-14 Trond MyklebustSUNRPC: Declare as const the rpc_message arguments...
2008-02-10 J. Bruce Fieldsnfsd: clean up svc_reserve_auth()
2008-02-01 Jeff LaytonSUNRPC: spin svc_rqst initialization to its own function
2008-02-01 Tom Tuckerrdma: SVCRMDA Header File
2008-02-01 Tom Tuckersvc: Add svc_xprt_names service to replace svc_sock_names
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: Removing remaining references to rq_sock in rqstp
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: Change svc_sock_received to svc_xprt_received...
2008-02-01 Tom Tuckersvc: Make svc_send transport neutral
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: Add xpo_accept transport function
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: Change the svc_sock in the rqstp structure to...
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 Fieldsknfsd: allow cache_register to return error on failure
2008-02-01 J. Bruce Fieldsknfsd: cache unregistration needn't return error
2008-02-01 Chuck LeverSUNRPC: Use unsigned string lengths in xdr_decode_strin...
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Chuck LeverSUNRPC: Use appropriate argument types in rpcb client
2008-01-30 Chuck LeverSUNRPC: fewer conditionals in the format_ip_address...
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 Chuck LeverSUNRPC: Move universal address definitions to global...
2008-01-30 Trond MyklebustSUNRPC: Remove the obsolete RPC_WAITQ macro
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 MyklebustSUNRPC: Add a helper rpc_call_start() that initialises...
2008-01-30 Trond MyklebustSUNRPC: Clean up the initialisation of priority queue...
2008-01-30 Trond MyklebustSUNRPC: Clean up rpc_run_task
2008-01-30 Trond MyklebustSUNRPC: Cleanup of rpc_task initialisation
2008-01-30 Trond MyklebustSUNRPC: Rename xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Allow the client to detect if the TCP connectio...
2008-01-30 Trond MyklebustSUNRPC: Fix a race in xs_tcp_state_change()
2007-12-06 Matthew WilcoxNFS: Switch from intr mount option to TASK_KILLABLE
2007-11-26 Adrian BunkSUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}(...
2007-11-26 James LentiniSUNRPC: remove NFS/RDMA client's binary sysctls
2007-11-22 Adrian Bunk[SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() static
2007-10-29 Al ViroSUNRPC endianness annotations
2007-10-15 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-09 J. Bruce Fieldsnfsd: remove unused cache_for_each macro
2007-10-09 \"Talpey, Thomas\RPCRDMA: rpc rdma transport switch
2007-10-09 \"Talpey, Thomas\RPCRDMA: Kconfig and header file with rpcrdma protocol...
2007-10-09 \"Talpey, Thomas\NFS/SUNRPC: support transport protocol naming
2007-10-09 \"Talpey, Thomas\SUNRPC: rearrange RPC sockets definitions
2007-10-09 \"Talpey, Thomas\SUNRPC: rename the rpc_xprtsock_create structure
2007-10-09 \"Talpey, Thomas\SUNRPC: Provide a new API for registering transport...
2007-10-09 \"Talpey, Thomas\SUNRPC: mark bulk read/write data in xdrbuf
2007-10-09 \"Talpey, Thomas\SUNRPC: export per-transport rpcbind netid's
2007-10-09 \"Talpey, Thomas\SUNRPC: move per-transport rpcbind netid's
2007-10-09 Chuck LeverSUNRPC: fix a signed v. unsigned comparison nit in...
2007-10-09 Chuck LeverSUNRPC: Add support for formatted universal addresses
next