Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs...
[linux-2.6] / include / linux / sunrpc / svc_xprt.h
2008-09-25  Chris MasonMerge Btrfs into fs/btrfs
2008-05-01  Mark M. HoffmanMerge branch 'smsc47b397-new-id' into release
2008-02-08  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-07  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-07  Len BrownMerge branches 'release' and 'throttling-domains' into...
2008-02-07  Len BrownMerge branches 'release' and 'menlo' into release
2008-02-07  Len BrownMerge branches 'release', 'misc' and 'misc-2.6.25'...
2008-02-07  Len BrownMerge branches 'release' and 'ppc-workaround' into...
2008-02-07  Len BrownMerge branches 'release' and 'hp-cid' into release
2008-02-07  Len BrownMerge branches 'release' and 'gpe-ack' into release
2008-02-07  Len BrownMerge branches 'release', 'cpuidle-2.6.25' and 'idle...
2008-02-07  Len BrownMerge branches 'release', 'bugzilla-6217', 'bugzilla...
2008-02-07  Len BrownMerge branches 'release' and 'autoload' into release
2008-02-07  Len BrownMerge branches 'release', 'asus', 'sony-laptop' and...
2008-02-07  Len BrownMerge branches 'release', 'acpi_pm_device_sleep_state...
2008-02-07  Josh BoyerMerge branch 'virtex-for-2.6.25' of git://git.secretlab...
2008-02-07  Paul MackerrasMerge branch 'for-2.6.25' of git://git.secretlab.ca...
2008-02-06  Linus TorvaldsMerge branch 'dmapool' of git://git./linux/kernel/git...
2008-02-03  David S. MillerMerge branch 'fixes' of /linux/kernel/git/linville...
2008-02-03  David WoodhouseMerge git://git.infradead.org/~dedekind/ubi-2.6
2008-02-03  David WoodhouseMerge git://git.infradead.org/~kmpark/onenand-mtd-2.6
2008-02-03  David WoodhouseMerge git://git./linux/kernel/git/torvalds/linux-2...
2008-02-02  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-02  Linus TorvaldsMerge git://git.infradead.org/battery-2.6
2008-02-02  Linus TorvaldsMerge branch 'for-linus' of git://linux-nfs.org/~bfield...
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: Move the xprt independent code to the svc_xprt...
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: 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: 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: Add an svc transport class