1. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  2. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  3. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  4. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  5. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  6. ed2849d sunrpc: prevent use-after-free on clearing XPT_BUSY by NeilBrown · 14 years ago
  7. 5fc4397 SUNRPC: Fix an infinite loop in call_refresh/call_refreshresult by Trond Myklebust · 14 years ago
  8. fdb2619 Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  9. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  10. 94f58df SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable by Jesper Juhl · 14 years ago
  11. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  12. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  13. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  14. a4dd8dc Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  15. 411b5e0 net/sunrpc: Use static const char arrays by Joe Perches · 14 years ago
  16. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  17. 42d7ba3 svcrpc: svc_tcp_sendto XPT_DEAD check is redundant by J. Bruce Fields · 14 years ago
  18. 01dba07 svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue by J. Bruce Fields · 14 years ago
  19. ac9303e svcrpc: assume svc_delete_xprt() called only once by J. Bruce Fields · 14 years ago
  20. 7e4fdd0 svcrpc: never clear XPT_BUSY on dead xprt by J. Bruce Fields · 14 years ago
  21. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  22. 9a84d38 SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred by Trond Myklebust · 14 years ago
  23. 118df3d SUNRPC: After calling xprt_release(), we must restart from call_reserve by Trond Myklebust · 14 years ago
  24. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  25. ba8e452 SUNRPC: Add a helper function xdr_inline_peek by Trond Myklebust · 14 years ago
  26. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  27. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  28. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  29. 9247685 SUNRPC: Properly initialize sock_xprt.srcaddr in all cases by Chuck Lever · 14 years ago
  30. 4232e86 SUNRPC: Use conventional switch statement when reclassifying sockets by Chuck Lever · 14 years ago
  31. a25e758 sunrpc/xprtrdma: clean up workqueue usage by Tejun Heo · 14 years ago
  32. 8f3a6de sunrpc: Turn list_for_each-s into the ..._entry-s by Pavel Emelyanov · 14 years ago
  33. 50fa0d4 sunrpc: Remove dead "else" branch from bc xprt creation by Pavel Emelyanov · 14 years ago
  34. c636b57 sunrpc: Don't return NULL from rpcb_create by Pavel Emelyanov · 14 years ago
  35. f10fef3 sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt by Pavel Emelyanov · 14 years ago
  36. 8c14ff2 sunrpc: Remove UDP worker wrappers by Pavel Emelyanov · 14 years ago
  37. cdd518d sunrpc: Remove TCP worker wrappers by Pavel Emelyanov · 14 years ago
  38. 7dfe1fc sunrpc: Pass family to setup_socket calls by Pavel Emelyanov · 14 years ago
  39. 6bc9638 sunrpc: Merge xs_create_sock code by Pavel Emelyanov · 14 years ago
  40. beb59b6 sunrpc: Merge the xs_bind code by Pavel Emelyanov · 14 years ago
  41. 573018c sunrpc: Call xs_create_sockX directly from setup_socket by Pavel Emelyanov · 14 years ago
  42. 22d44a7 sunrpc: Factor out v6 sockets creation by Pavel Emelyanov · 14 years ago
  43. 22f7932 sunrpc: Factor out v4 sockets creation by Pavel Emelyanov · 14 years ago
  44. b65c031 sunrpc: Factor out udp sockets creation by Pavel Emelyanov · 14 years ago
  45. 58dddac sunrpc: Remove duplicate xprt/transport arguments from calls by Pavel Emelyanov · 14 years ago
  46. a9f5f0f sunrpc: Get xprt pointer once in xs_tcp_setup_socket by Pavel Emelyanov · 14 years ago
  47. baaf4e4 sunrpc: Remove unused sock arg from xs_next_srcport by Pavel Emelyanov · 14 years ago
  48. 5d4ec93 sunrpc: Remove unused sock arg from xs_get_srcport by Pavel Emelyanov · 14 years ago
  49. a6f8dbc sunrpc: remove the big kernel lock by Arnd Bergmann · 14 years ago
  50. 4a84386 svcrdma: Cleanup DMA unmapping in error paths. by Tom Tucker · 14 years ago
  51. b432e6b svcrdma: Change DMA mapping logic to avoid the page_address kernel API by Tom Tucker · 14 years ago
  52. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  53. 70dc78d sunrpc: Use helper to set v4 mapped addr in ip_map_parse by Pavel Emelyanov · 14 years ago
  54. e33534d sunrpc/cache: centralise handling of size limit on deferred list. by NeilBrown · 14 years ago
  55. d29068c4 sunrpc: Simplify cache_defer_req and related functions. by NeilBrown · 14 years ago
  56. 69259ab Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  57. edc7a89 nfsd: provide callbacks on svc_xprt deletion by J. Bruce Fields · 14 years ago
  58. 1e7af1b nfsd4: remove spkm3 by J. Bruce Fields · 14 years ago
  59. 277f68d sunrpc: fix race in new cache_wait code. by NeilBrown · 14 years ago
  60. 14ec63c sunrpc: Create sockets in net namespaces by Pavel Emelyanov · 14 years ago
  61. 37aa213 sunrpc: Tag rpc_xprt with net by Pavel Emelyanov · 14 years ago
  62. 9a23e33 sunrpc: Add net to xprt_create by Pavel Emelyanov · 14 years ago
  63. c653ce3 sunrpc: Add net to rpc_create_args by Pavel Emelyanov · 14 years ago
  64. 62832c0 sunrpc: Pull net argument downto svc_create_socket by Pavel Emelyanov · 14 years ago
  65. fc5d00b sunrpc: Add net argument to svc_create_xprt by Pavel Emelyanov · 14 years ago
  66. e204e62 sunrpc: Factor out rpc_xprt freeing by Pavel Emelyanov · 14 years ago
  67. bd1722d sunrpc: Factor out rpc_xprt allocation by Pavel Emelyanov · 14 years ago
  68. c135e84 sunrpc: fix up rpcauth_remove_module section mismatch by Stephen Rothwell · 14 years ago
  69. a2724f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  70. 90d51b0 sunrpc: Make the ip_map_cache be per-net by Pavel Emelyanov · 14 years ago
  71. 4f42d0d sunrpc: Make the /proc/net/rpc appear in net namespaces by Pavel Emelyanov · 14 years ago
  72. 2f72c9b sunrpc: The per-net skeleton by Pavel Emelyanov · 14 years ago
  73. 4fb8518 sunrpc: Tag svc_xprt with net by Pavel Emelyanov · 14 years ago
  74. 593ce16 sunrpc: Add routines that allow registering per-net caches by Pavel Emelyanov · 14 years ago
  75. 352114f sunrpc: Add net to pure API calls by Pavel Emelyanov · 14 years ago
  76. 3be4479 sunrpc: Pass xprt to cached get/put routines by Pavel Emelyanov · 14 years ago
  77. e3bfca0 sunrpc: Make xprt auth cache release work with the xprt by Pavel Emelyanov · 14 years ago
  78. bf18ab3 sunrpc: Pass the ip_map_parse's cd to lower calls by Pavel Emelyanov · 14 years ago
  79. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  81. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  82. 655b5bb net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  83. e95dffa sunrpc/cache: fix recent breakage of cache_clean_deferred by NeilBrown · 14 years ago
  84. e7f483e sunrpc/cache: don't use custom hex_to_bin() converter by Andy Shevchenko · 14 years ago
  85. 1117449 sunrpc/cache: change deferred-request hash table to use hlist. by NeilBrown · 14 years ago
  86. 2ed5282 svcauth_gss: replace a trivial 'switch' with an 'if' by NeilBrown · 14 years ago
  87. 1ebede8 sunrpc: close connection when a request is irretrievably lost. by NeilBrown · 14 years ago
  88. b4687da SUNRPC: Refactor logic to NUL-terminate strings in pages by Chuck Lever · 14 years ago
  89. 3835935 SUNRPC: Correct an rpcbind debugging message by Chuck Lever · 14 years ago
  90. 4fbf6e5 SUNRPC: Convert rpciod to use the alloc_workqueue() interface by Trond Myklebust · 14 years ago
  91. 0649752 nfsd4: fix hang on fast-booting nfs servers by J. Bruce Fields · 14 years ago
  92. c88739b Merge remote branch 'trond/bugfixes' into for-2.6.37 by J. Bruce Fields · 14 years ago
  93. 859d502 SUNRPC: Remove rpcb_getport_sync() by Chuck Lever · 14 years ago
  94. db5fe26 sunrpc: increase MAX_HASHTABLE_BITS to 14 by Miquel van Smoorenburg · 14 years ago
  95. 651b293 gss:spkm3 miss returning error to caller when import security context by Bian Naimeng · 14 years ago
  96. ce8477e gss:krb5 miss returning error to caller when import security context by Bian Naimeng · 14 years ago
  97. 5557624 SUNRPC: cleanup state-machine ordering by J. Bruce Fields · 14 years ago
  98. 006abe8 SUNRPC: Fix a race in rpc_info_open by Trond Myklebust · 14 years ago
  99. 5a67657 SUNRPC: Fix race corrupting rpc upcall by Trond Myklebust · 14 years ago
  100. f2d47d0 Fix null dereference in call_allocate by J. Bruce Fields · 14 years ago