1. f134585 Revert "[PATCH] RPC,NFS: new rpc_pipefs patch" by Trond Myklebust · 19 years ago
  2. 3063d8a NFS: Make /proc/mounts display the protocol used by NFSv4 by Trond Myklebust · 19 years ago
  3. 278c995 [PATCH] RPC,NFS: new rpc_pipefs patch by Christoph Hellwig · 19 years ago
  4. 470056c [PATCH] RPC: rationalize set_buffer_size by Chuck Lever · 19 years ago
  5. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  6. 3167e12 [PATCH] RPC: make sure to get the same local port number when reconnecting by Chuck Lever · 19 years ago
  7. 529b33c [PATCH] RPC: allow RPC client's port range to be adjustable by Chuck Lever · 19 years ago
  8. 555ee3a [PATCH] RPC: clean up after nocong was removed by Chuck Lever · 19 years ago
  9. ed63c00 [PATCH] RPC: remove xprt->nocong by Chuck Lever · 19 years ago
  10. a58dd39 [PATCH] RPC: add a release_rqst callout to the RPC transport switch by Chuck Lever · 19 years ago
  11. 1570c1e [PATCH] RPC: add generic interface for adjusting the congestion window by Chuck Lever · 19 years ago
  12. 46c0ee8 [PATCH] RPC: separate xprt_timer implementations by Chuck Lever · 19 years ago
  13. 49e9a89 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  14. 12a8046 [PATCH] RPC: expose API for serializing access to RPC transports by Chuck Lever · 19 years ago
  15. fe3aca2 [PATCH] RPC: add API to set transport-specific timeouts by Chuck Lever · 19 years ago
  16. 43118c2 [PATCH] RPC: get rid of xprt->stream by Chuck Lever · 19 years ago
  17. 808012f [PATCH] RPC: skip over transport-specific heads automatically by Chuck Lever · 19 years ago
  18. 262965f [PATCH] RPC: separate TCP and UDP socket write paths by Chuck Lever · 19 years ago
  19. b0d93ad [PATCH] RPC: separate TCP and UDP transport connection logic by Chuck Lever · 19 years ago
  20. c7b2cae [PATCH] RPC: separate TCP and UDP write space callbacks by Chuck Lever · 19 years ago
  21. 55aa4f5 [PATCH] RPC: client-side transport switch cleanup by Chuck Lever · 19 years ago
  22. 44fbac2 [PATCH] RPC: Add helper for waking tasks pending on a transport by Chuck Lever · 19 years ago
  23. 86b9f57 [PATCH] RPC: Eliminate socket.h includes in RPC client by Chuck Lever · 19 years ago
  24. 2226feb [PATCH] RPC: rename the sockstate field by Chuck Lever · 19 years ago
  25. 5dc0772 [PATCH] RPC: Rename xprt_lock by Chuck Lever · 19 years ago
  26. 4a0f8c0 [PATCH] RPC: Rename sock_lock by Chuck Lever · 19 years ago
  27. b4b5cc8 [PATCH] RPC: Reduce stack utilization in xs_sendpages by Chuck Lever · 19 years ago
  28. 9903cd1 [PATCH] RPC: transport switch function naming by Chuck Lever · 19 years ago
  29. a246b01 [PATCH] RPC: introduce client-side transport switch by Chuck Lever · 19 years ago
  30. 094bb20 [PATCH] RPC: extract socket logic common to both client and server by Chuck Lever · 19 years ago
  31. 602f832 [PATCH] RPC: portmapper doesn't need a reserved port by Chuck Lever · 19 years ago
  32. eab5c08 [PATCH] NFS: use a constant value for TCP retransmit timeouts by Chuck Lever · 19 years ago
  33. da35187 [PATCH] RPC: proper soft timeout behavior for rpcbind by Chuck Lever · 19 years ago
  34. 23475d6 [PATCH] RPC: Report connection errors properly when mounting with "soft" by Chuck Lever · 19 years ago
  35. 9aa48b7 NFS: Don't expose internal READDIR errors to userspace by Trond Myklebust · 19 years ago
  36. 449231d From: Olaf Kirch <okir@suse.de> [PATCH] Fix miscompare in __posix_lock_file by Olaf Kirch · 19 years ago
  37. 20509f1 NFS: Drop inode after rename by Trond Myklebust · 19 years ago
  38. 12f44f4 [PATCH] pci: fixup parent subordinate busnr by Ivan Kokshaysky · 19 years ago
  39. bfab08c Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 19 years ago
  40. eb0e007 [SCTP]: Fix SCTP_SHUTDOWN notifications. by Sridhar Samudrala · 19 years ago
  41. 1dfbab5 [NETFILTER] Fix conntrack event cache deadlock/oops by Harald Welte · 19 years ago
  42. a82b748 [NETFILTER] remove unneeded structure definition from conntrack helper by Harald Welte · 19 years ago
  43. 6749720 [NETFILTER] Fix sparse endian warnings in pptp helper by Alexey Dobriyan · 19 years ago
  44. 0ae5d25 [NETFILTER] fix DEBUG statement in PPTP helper by Harald Welte · 19 years ago
  45. 2a7bc3c [BRIDGE]: TSO fix in br_dev_queue_push_xmit by Vlad Drukker · 19 years ago
  46. 83ca28b [TCP]: Adjust Reno SACK estimate in tcp_fragment by Herbert Xu · 19 years ago
  47. e484585 [PATCH] Add dm-snapshot tutorial in Documentation by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  48. 10d2c46 [PATCH] NFS: fix client oops when debugging is on by Nick Wilson · 19 years ago
  49. f7b3a43 [PATCH] Fix bd_claim() error code. by Rob Landley · 19 years ago
  50. 8bdac5d [PATCH] ext3: EXT3_DEBUG build fixes by Glauber de Oliveira Costa · 19 years ago
  51. f65d9be [PATCH] oss: don't concatenate __FUNCTION__ with strings by Clemens Buchacher · 19 years ago
  52. 288a60c [PATCH] xtensa: remove io_remap_page_range and minor clean-ups by Chris Zankel · 19 years ago
  53. fac97ae [PATCH] uml: replace printk with "stack-friendly" printf - to report console failure by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  54. 79ae2cb [PATCH] uml: use GFP_ATOMIC for allocations under spinlocks. by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  55. 46db4a4 [PATCH] uml: Fix GFP_ flags usage by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  56. fea03cb [PATCH] uml: avoid fixing faults while atomic by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  57. 12ebcd7 [PATCH] uml: run mconsole "sysrq" in process context by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  58. dc36abf [PATCH] uml: fix condition in tlb flush by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  59. 546fe1c [PATCH] uml: fix hang in TT mode on fault by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  60. 69e1e68 [PATCH] uml: don't redundantly mark pte as newpage in pte_modify by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  61. a8bfb94 [PATCH] strlcat: use for uml umid.c by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  62. 3a02d6c [PATCH] uml: don't remove umid files in conflict case by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  63. 8686bcd [PATCH] swsusp: fix comments by Pavel Machek · 19 years ago
  64. eafb427 [PATCH] __kmalloc: Generate BUG if size requested is too large. by Christoph Lameter · 19 years ago
  65. 0cdc82e [PATCH] mesh scsi: fix error handling by Benjamin Herrenschmidt · 19 years ago
  66. 98b4f59 [PATCH] atiixp_modem printk fixes by Chuck Ebbert · 19 years ago
  67. e3fc4cc [PATCH] corrections to top-level README by Randy Dunlap · 19 years ago
  68. 0365ba7 [PATCH] ppc64: SMU driver update & i2c support by Benjamin Herrenschmidt · 19 years ago
  69. 0f32907 [PATCH] ppc64: Fix 64bit ptrace DABR support by Anton Blanchard · 19 years ago
  70. f951da3 [PATCH] ppc64: Fix build with iommu debug enabled by Anton Blanchard · 19 years ago
  71. 586a90e [PATCH] ppc64: Fix LPAR regression by Anton Blanchard · 19 years ago
  72. 275abf5 [PATCH] ext3: ext3_show_options fix by OGAWA Hirofumi · 19 years ago
  73. ff69416 [PATCH] slab: fix handling of pages from foreign NUMA nodes by Christoph Lameter · 19 years ago
  74. 57487f4 [PATCH] swsusp: do not trigger BUG_ON() if there is not enough memory by Rafael J. Wysocki · 19 years ago
  75. 4c87b74 [PATCH] hdaps: small update. by Robert Love · 19 years ago
  76. 609725f [PATCH] Fix mmap() of /dev/hpet by Keir Fraser · 19 years ago
  77. 7243cc0 [PATCH] slab: alpha inlining fix by Ivan Kokshaysky · 19 years ago
  78. 4b3c86a [PATCH] alpha: fix kernel panic during SysRq-b by Ivan Kokshaysky · 19 years ago
  79. 720b942 [PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP by Randy Dunlap · 19 years ago
  80. 244bc05 [PATCH] ppc32: fix build with oprofile by Benjamin Herrenschmidt · 19 years ago
  81. 66c81f0 [PATCH] DEBUG redefined in drivers/mtd/devices/docecc.c by Grant Coady · 19 years ago
  82. e1e70a2 [PATCH] Rename vprintk define in bttpvp.h by Bernd Petrovitsch · 19 years ago
  83. f71626a [PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb by Latchesar Ionkov · 19 years ago
  84. a1f9d8d [PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAX by Latchesar Ionkov · 19 years ago
  85. a8e63bf [PATCH] v9fs: make copy of the transport prototype instead of using it directly by Latchesar Ionkov · 19 years ago
  86. 5b06767 [PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer by Latchesar Ionkov · 19 years ago
  87. d06a8fb [PATCH] v9fs: make conv functions to check for conv buffer overflow by Latchesar Ionkov · 19 years ago
  88. 89559a6 [PATCH] Update maintainers list with the kprobes maintainers by Prasanna S Panchamukhi · 19 years ago
  89. 88d10bb [PATCH] suspend: cleanup calling of power off methods. by Eric W. Biederman · 19 years ago
  90. e4c9433 [PATCH] reboot: comment and factor the main reboot functions by Eric W. Biederman · 19 years ago
  91. 0678e5f [PATCH] proc_task_root_link c99 fix by Andrew Morton · 19 years ago
  92. e53897e Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 19 years ago
  93. 4881e2c [IA64] MCA recovery verify pfn_valid by Hidetoshi Seto · 19 years ago
  94. 20bb8685 [IA64] Wire in the MCA/INIT handler stacks by Keith Owens · 19 years ago
  95. 83a78d9 [IA64] Fix simscsi for new SCSI midlayer by Peter Chubb · 19 years ago
  96. 3fd07d3 [PATCH] ppc32: Fix configuration of PCI IO space on MPC85xx platform by Kumar Gala · 19 years ago
  97. 0fc084e [PATCH] USB: Update Documentation/usb/URB.txt by Alan Stern · 19 years ago
  98. c6c8883 [PATCH] ub: Comment out unconditional stall clear by Pete Zaitcev · 19 years ago
  99. 3a8c1e2 [PATCH] USB: Add Novatel CDMA Wireless PC card IDs to airprime by David Hollis · 19 years ago
  100. b27c73d [PATCH] usb/serial/option.c: Increase input buffer size by Matthias Urlichs · 19 years ago