1. 6dfcde9 nfsd: Drop reference in expkey_parse error cases by Krishna Kumar · 16 years ago
  2. 6c6a426 nfsd: Fix memory leak in nfsd_getxattr by Krishna Kumar · 16 years ago
  3. 1cd9cd1 NFSD: Fix BUG during NFSD shutdown processing by Chuck Lever · 16 years ago
  4. 107e000 Merge branch 'from-tomtucker' into for-2.6.28 by J. Bruce Fields · 16 years ago
  5. 67080c8 svcrdma: Fix IRD/ORD polarity by Tom Tucker · 16 years ago
  6. 04911b5 svcrdma: Update svc_rdma_send_error to use DMA LKEY by Tom Tucker · 17 years ago
  7. afd566e svcrdma: Modify the RPC reply path to use FRMR when available by Tom Tucker · 16 years ago
  8. 146b6df svcrdma: Modify the RPC recv path to use FRMR when available by Tom Tucker · 17 years ago
  9. 5b180a9 svcrdma: Add support to svc_rdma_send to handle chained WR by Tom Tucker · 17 years ago
  10. a5abf4e svcrdma: Modify post recv path to use local dma key by Tom Tucker · 16 years ago
  11. e118321 svcrdma: Add a service to register a Fast Reg MR with the device by Tom Tucker · 16 years ago
  12. 3a5c638 svcrdma: Query device for Fast Reg support during connection setup by Tom Tucker · 16 years ago
  13. 64be8608 svcrdma: Add FRMR get/put services by Tom Tucker · 16 years ago
  14. 2937391 NLM: Remove unused argument from svc_addsock() function by Chuck Lever · 16 years ago
  15. 26a4140 NLM: Remove "proto" argument from lockd_up() by Chuck Lever · 16 years ago
  16. 8c3916f NLM: Always start both UDP and TCP listeners by Chuck Lever · 16 years ago
  17. 9a38a83 lockd: Remove unused fields in the nlm_reboot structure by Chuck Lever · 16 years ago
  18. b85e467 lockd: Add helper to sanity check incoming NOTIFY requests by Chuck Lever · 16 years ago
  19. dcff09f lockd: change nlmclnt_grant() to take a "struct sockaddr *" by Chuck Lever · 16 years ago
  20. 6bfbe8a lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addresses by Chuck Lever · 16 years ago
  21. d7d2044 lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INET by Chuck Lever · 16 years ago
  22. 88541c8 lockd: Support non-AF_INET addresses in nlm_lookup_host() by Chuck Lever · 16 years ago
  23. 7f1ed18 NLM: Convert nlm_lookup_host() to use a single argument by Chuck Lever · 16 years ago
  24. 0d3ebb9 svcrdma: Add Fast Reg MR Data Types by Tom Tucker · 16 years ago
  25. d22b1cf lockd: reject reclaims outside the grace period by J. Bruce Fields · 17 years ago
  26. b2b5028 lockd: move grace period checks to common code by J. Bruce Fields · 17 years ago
  27. af558e3 nfsd: common grace period control by J. Bruce Fields · 18 years ago
  28. d5b337b nfsd: use nfs client rpc callback program by Benny Halevy · 16 years ago
  29. 97eb89b nfsd: do_probe_callback should not clear rpc stats by Benny Halevy · 16 years ago
  30. db820d6 SUNRPC: Clean up debug messages in rpcb_clnt.c by Chuck Lever · 16 years ago
  31. f6fb3f6 SUNRPC: Fix up svc_unregister() by Chuck Lever · 16 years ago
  32. 9d548b9 SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SET by Chuck Lever · 16 years ago
  33. 2c7eb0b SUNRPC: Register both netids for AF_INET6 servers by Chuck Lever · 16 years ago
  34. e018040 lockd: Update nsm_find() to support non-AF_INET addresses by Chuck Lever · 17 years ago
  35. bc48e4d lockd: Combine __nsm_find() and nsm_find(). by Chuck Lever · 17 years ago
  36. ede2fea lockd: Support AF_INET6 when hashing addresses in nlm_lookup_host by Chuck Lever · 17 years ago
  37. 781b61a lockd: Teach nlm_cmp_addr() to support AF_INET6 addresses by Chuck Lever · 17 years ago
  38. 7e9d7746 NSM: Use sockaddr_storage for sm_addr field by Chuck Lever · 17 years ago
  39. 90151e6 lockd: Use sockaddr_storage for h_saddr field by Chuck Lever · 17 years ago
  40. b4ed58f lockd: Use sockaddr_storage + length for h_addr field by Chuck Lever · 17 years ago
  41. 5344b12 SUNRPC: Make svc_addr's argument a constant by Chuck Lever · 17 years ago
  42. 396cb3d lockd: Add address family-agnostic helper for zeroing the port number by Chuck Lever · 17 years ago
  43. 2860a02 lockd: Specify address family for source address by Chuck Lever · 17 years ago
  44. 1b333c5 lockd: address-family independent printable addresses by Chuck Lever · 17 years ago
  45. c2526f4 NLM: Clean up before introducing new debugging messages by Chuck Lever · 17 years ago
  46. a26cfad SUNRPC: Support IPv6 when registering kernel RPC services by Chuck Lever · 17 years ago
  47. 7252d57 SUNRPC: Split portmap unregister API into separate function by Chuck Lever · 17 years ago
  48. 14aeb21 SUNRPC: Simplify rpcb_register() API by Chuck Lever · 17 years ago
  49. b663233 SUNRPC: Set V6ONLY socket option for RPC listener sockets by Chuck Lever · 17 years ago
  50. c8ab5f2 lockd: don't depend on lockd main loop to end grace by J. Bruce Fields · 17 years ago
  51. 8fafa90 locks: allow lockd to process blocked locks during grace period by J. Bruce Fields · 17 years ago
  52. 54a66e5 knfsd: allocate readahead cache in individual chunks by Jeff Layton · 17 years ago
  53. e31a1b6 nfsd: nfs4xdr decode_stateid helper function by Benny Halevy · 17 years ago
  54. 5bf8c69 nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateid by Benny Halevy · 17 years ago
  55. 1b6b225 nfsd: don't declare p in ENCODE_SEQID_OP_HEAD by Benny Halevy · 17 years ago
  56. e2f282b nfsd: nfs4xdr encode_stateid helper function by Benny Halevy · 17 years ago
  57. 5033b77 nfsd: fix nfsd4_encode_open buffer space reservation by Benny Halevy · 17 years ago
  58. c47b2ca nfsd: properly xdr-encode deleg stateid returned from open by Benny Halevy · 17 years ago
  59. 8e40741 nfsd: properly xdr-encode stateid4.seqid as uint32_t for cb_recall by Benny Halevy · 17 years ago
  60. bfcd17a Configure out file locking features by Thomas Petazzoni · 17 years ago
  61. 04716e6 nfsd: permit unauthenticated stat of export root by J. Bruce Fields · 17 years ago
  62. 5dd248f SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6 by Chuck Lever · 17 years ago
  63. e851db5 SUNRPC: Add address family field to svc_serv data structure by Chuck Lever · 17 years ago
  64. 72d3105 Linux 2.6.27-rc7 by Linus Torvalds · 16 years ago
  65. d541b22 Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  66. 6f21d80 Merge branch 'kvm-updates/2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  67. e59e14b Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  68. 5c0a95c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  69. baaea1d MAINTAINERS: Various fixes by Jean Delvare · 16 years ago
  70. 795fb7e MAINTAINERS: Trivial whitespace cleanups by Jean Delvare · 16 years ago
  71. 6b3766a [MIPS] vmlinux.lds.S: handle .text.* by Atsushi Nemoto · 17 years ago
  72. c65a548 [MIPS] Fix potential latency problem due to non-atomic cpu_wait. by Atsushi Nemoto · 17 years ago
  73. 6657fe0 [MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork. by Ralf Baechle · 17 years ago
  74. b80a1b8 [MIPS] Fix 64-bit IP checksum code by Atsushi Nemoto · 16 years ago
  75. a650031 mmc_test: initialize mmc_test_lock statically by Akinobu Mita · 16 years ago
  76. 9d4e98e mmc_block: handle error from mmc_register_driver() by Akinobu Mita · 16 years ago
  77. da45b66 atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin by Haavard Skinnemoen · 16 years ago
  78. 75d33cc atmel-mci: Fix bogus debugfs file size by Haavard Skinnemoen · 16 years ago
  79. b17339a atmel-mci: Fix memory leak in atmci_regs_show by Haavard Skinnemoen · 16 years ago
  80. 87e60f2 atmel-mci: debugfs: enable clock before dumping regs by Haavard Skinnemoen · 16 years ago
  81. fe246eb tmio_mmc: fix compilation with debug enabled by Dmitry Baryshkov · 17 years ago
  82. d130d97 hwmon: (ad7414) Make ad7414_update_device() static by Adrian Bunk · 16 years ago
  83. 859b9ef hwmon: (it87) Fix fan tachometer reading in IT8712F rev 0x7 (I) by Andrew Paprocki · 16 years ago
  84. 13b3c3f hwmon: (atxp1) Fix device detection logic by Jean Delvare · 16 years ago
  85. 9f72632 KVM: ia64: 'struct fdesc' build fix by Jes Sorensen · 16 years ago
  86. 9824b8f Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  87. ab048fb Merge git://oss.sgi.com:8090/xfs/linux-2.6 by Linus Torvalds · 16 years ago
  88. 5a0cd4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  89. b4df9d8 Merge branch 'sched-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. 902f2ac Merge branch 'timers-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. 06d4a22 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
  92. b971963 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  93. e72a68f Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  94. 1cce92a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  95. 79d57ab Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  96. a19eee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  97. 764527a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  98. 3d431a7 avr32: nmi_enter() without nmi_exit() by Manfred Spraul · 17 years ago
  99. 73d4393 avr32: fix sys_sync_file_range() call convention by Hans-Christian Egtvedt · 16 years ago
  100. e37925e avr32: add generic_find_next_le_bit bit function by Hans-Christian Egtvedt · 17 years ago