1. ed596a8 NFS: Move the nfs_set_port() call out of nfs_parse_mount_options() by Chuck Lever · 16 years ago
  2. 259875e NFS: set transport defaults after mount option parsing is finished by Trond Myklebust · 16 years ago
  3. 40fef8a SUNRPC: Use only rpcbind v2 for AF_INET requests by Chuck Lever · 16 years ago
  4. 8842413 SUNRPC: Use GETADDR for rpcbind version 4 queries by Chuck Lever · 16 years ago
  5. 6a77405 SUNRPC: Use rpcbind version 2 GETPORT by Chuck Lever · 16 years ago
  6. fc200e7 SUNRPC: Document some naked integers in rpcbind client by Chuck Lever · 16 years ago
  7. 877fcf1 SUNRPC: More useful debugging output for rpcb client by Chuck Lever · 16 years ago
  8. 5afc597 nfs4: fix potential race with rapid nfs_callback_up/down cycle by Jeff Layton · 16 years ago
  9. ee84dfc nfs4: remove BKL from nfs_callback_up and nfs_callback_down by Jeff Layton · 16 years ago
  10. 77e0367 nfs: initialize timeout variable in nfs4_proc_setclientid_confirm by Benny Halevy · 16 years ago
  11. d8e7748 NFS: handle interface identifiers in incoming IPv6 addresses by Chuck Lever · 16 years ago
  12. ce3b7e1 NFS: Add string length argument to nfs_parse_server_address by Chuck Lever · 16 years ago
  13. d1aa082 NFS: Support raw IPv6 address hostnames during NFS mount operation by Chuck Lever · 16 years ago
  14. dc04589 NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3 by Chuck Lever · 16 years ago
  15. cd10072 NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remount by Trond Myklebust · 16 years ago
  16. e468bae NFS: Allow redirtying of a completed unstable write. by Trond Myklebust · 16 years ago
  17. e7d3906 NFS: Clean up nfs_update_request() by Trond Myklebust · 16 years ago
  18. 396cee97 NFS: missing newline in NFS mount debugging message by Chuck Lever · 16 years ago
  19. d33e4df NFS: Treat "intr" and "nointr" options as deprecated by Chuck Lever · 16 years ago
  20. ecbb384 NFS: Allow any value for the "retry" option by Chuck Lever · 16 years ago
  21. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  22. 2e96d28 NFS: Fix a warning in nfs4_async_handle_error by Trond Myklebust · 16 years ago
  23. 34e8f92 NFS: Move fs/nfs/iostat.h to include/linux by Chuck Lever · 16 years ago
  24. 46cb650 NFS: Remove the redundant file_open entry from struct nfs_rpc_ops by Trond Myklebust · 16 years ago
  25. b22602a SUNRPC: Ensure all transports set rq_xtime consistently by Chuck Lever · 16 years ago
  26. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  27. a486aed rpc: minor cleanup of scheduler callback code by \\\"J. Bruce Fields\\\ · 16 years ago
  28. d25a03c rpc: remove some unused macros by \\\"J. Bruce Fields\\\ · 16 years ago
  29. 720b8f2 rpc: eliminate unused variable in auth_gss upcall code by \\\"J. Bruce Fields\\\ · 16 years ago
  30. b6b6152 rpc: bring back cl_chatty by Olga Kornievskaia · 16 years ago
  31. 48b605f NFS: implement option checking when remounting NFS filesystems (resend) by Jeff Layton · 16 years ago
  32. c2d946e5 fs/nfs/nfsroot.c: remove CVS keyword by Adrian Bunk · 16 years ago
  33. cd983ef SUNRPC: Remove obsolete messages during transport connect by Chuck Lever · 16 years ago
  34. 48186c7 NFS: Fix trace debugging nits in write.c by Chuck Lever · 16 years ago
  35. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  36. b7eaefa NFS: Add debugging facility for NFS aops by Chuck Lever · 16 years ago
  37. cc0dd2d NFS: Make nfs_open methods consistent by Chuck Lever · 16 years ago
  38. b84e06c NFS: Make nfs_llseek methods consistent by Chuck Lever · 16 years ago
  39. 5491778 NFS: Make nfs_fsync methods consistent by Chuck Lever · 16 years ago
  40. cb3997b SUNRPC: Display some debugging information as text rather than numbers by Chuck Lever · 16 years ago
  41. 38e886e SUNRPC: Refactor rpc_show_tasks by Chuck Lever · 16 years ago
  42. 68a23ee SUNRPC: Don't display the rpc_show_tasks header if there are no tasks by Chuck Lever · 16 years ago
  43. b0e1c57 SUNRPC: Rename "call_" functions that are no longer FSM states by Chuck Lever · 16 years ago
  44. 3748f1e SUNRPC: Add a function to display the name of an RPC procedure by Chuck Lever · 16 years ago
  45. 6fb1bc1 NFS: Update help text for CONFIG_NFS_FS by Chuck Lever · 16 years ago
  46. b541838 NFS: do_setlk(): don't flush caches when we have a delegation by Trond Myklebust · 16 years ago
  47. 0f38b87 SUNRPC: Use GFP_NOFS when allocating credentials by Trond Myklebust · 16 years ago
  48. 7e5f614 NFS: Revert commit 44dd151d by Trond Myklebust · 16 years ago
  49. efc91ed NFS: Optimise append writes with holes by Trond Myklebust · 16 years ago
  50. b390c2b SUNRPC: An ENOMEM error from call_encode is always fatal by Trond Myklebust · 16 years ago
  51. 8b39f2b SUNRPC: Ensure we exit early in case of an encode error by Trond Myklebust · 16 years ago
  52. 2116271 NFS: Add correct bounds checking to NFSv2 locks by Trond Myklebust · 16 years ago
  53. f3d47a3 NFS: Fix a preemption count leak in nfs_update_request by Trond Myklebust · 16 years ago
  54. 0b4aae7 NFS: Reduce the stack usage in NFSv3 create operations by Trond Myklebust · 16 years ago
  55. 57dc9a5 NFS: Reduce the stack usage in NFSv4 create operations by Trond Myklebust · 16 years ago
  56. f57e916 Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  57. e914475 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  58. eb35c21 reiserfs: discard prealloc in reiserfs_delete_inode by Jeff Mahoney · 16 years ago
  59. 803a906 SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups by Trond Myklebust · 16 years ago
  60. 0d3a34b SUNRPC: Fix a double-free in rpcbind by Trond Myklebust · 16 years ago
  61. 2aac05a NFS: Fix readdir cache invalidation by Trond Myklebust · 16 years ago
  62. 14defd9 [MIPS] Fix 32bit kernels on R4k with 128 byte cache line size by Thomas Bogendoerfer · 16 years ago
  63. b32dfbb [MIPS] Atlas, decstation: Fix section mismatches triggered by defconfigs by Shane McDonald · 16 years ago
  64. 90621ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  65. be30504 it8213: fix return value in it8213_init_one() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. ffab6cf palm_bk3710: fix IDECLK period calculation by Sergei Shtylyov · 16 years ago
  67. a861beb ide: add __ide_default_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 9c0fc4e Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  69. 86df864 Correct hash flushing from huge_ptep_set_wrprotect() by David Gibson · 16 years ago
  70. 138c902 [S390] protect _PAGE_SPECIAL bit against mprotect by Nick Piggin · 16 years ago
  71. 7b51ba3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  72. 739db07 Revert "PCI: Correct last two HP entries in the bfsort whitelist" by Jesse Barnes · 16 years ago
  73. 4f81c53 [UML] fix gcc ICEs and unresolved externs by Jeff Dike · 16 years ago
  74. b2798bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  75. 3bc5ab9 powerpc: Fix unterminated of_device_id array in legacy_serial.c by Benjamin Herrenschmidt · 16 years ago
  76. 0fe1ef2 vsprintf: add support for '%pS' and '%pF' pointer formats by Linus Torvalds · 16 years ago
  77. 4d8a743 vsprintf: add infrastructure support for extended '%p' specifiers by Linus Torvalds · 16 years ago
  78. 78a8bf6 vsprintf: split out '%p' handling logic by Linus Torvalds · 16 years ago
  79. 0f9bfa5 vsprintf: split out '%s' handling logic by Linus Torvalds · 16 years ago
  80. 1b40a89 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  81. 97f8571 pxamci: fix byte aligned DMA transfers by Philipp Zabel · 16 years ago
  82. 09ca8ad Revert "USB: don't explicitly reenable root-hub status interrupts" by Linus Torvalds · 16 years ago
  83. 35baff2 KVM: IOAPIC: Fix level-triggered irq injection hang by Mark McLoughlin · 16 years ago
  84. ca37393 x86: KVM guest: Add memory clobber to hypercalls by Anthony Liguori · 16 years ago
  85. 7f2d38e can: add sanity checks by Oliver Hartkopp · 16 years ago
  86. b727946 Linux 2.6.26-rc9 by Linus Torvalds · 16 years ago
  87. 5d7e0d2 Fix pagemap_read() use of struct mm_walk by Andrew Morton · 16 years ago
  88. ca31e14 Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h by Eduard - Gabriel Munteanu · 16 years ago
  89. 84df87b Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. 537388b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  91. 20cbc97 Fix clear_refs_write() use of struct mm_walk by Andrew Morton · 16 years ago
  92. fbe0825 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  93. d28f87a ahci: give another shot at clearing all bits in irq_stat by Tejun Heo · 16 years ago
  94. 2b54ed9 ide: ide_unregister() locking bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
  95. bd8a59e ide: ide_unregister() warm-plug bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 7cd95f5 ide: fix hwif->gendev refcounting by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 3b72532 softlockup: print a module list on being stuck by Arjan van de Ven · 16 years ago
  98. a1716d5 Merge branch 'x86/s2ram-fix' into x86/urgent by Ingo Molnar · 16 years ago
  99. 64e83b5 x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64 by Rafael J. Wysocki · 16 years ago
  100. 4b4f728 x86 ACPI: normalize segment descriptor register on resume by H. Peter Anvin · 16 years ago