1. 9f261e0 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  2. a4c12d6 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  3. 73af07d [CRYPTO] hmac: Fix error truncation by unlikely() by Herbert Xu · 18 years ago
  4. 79da342 [PATCH] more get_property() fallout by Al Viro · 18 years ago
  5. 4ac493b [PATCH] briq_panel: read() and write() get __user pointers, damnit by Al Viro · 18 years ago
  6. 2efc80c [PATCH] #elif that should've been #elif defined by Al Viro · 18 years ago
  7. 13b5aec [PATCH] more fallout from get_property returning pointer to const by Al Viro · 18 years ago
  8. d7b2004 [PATCH] missing includes from infiniband merge by Al Viro · 18 years ago
  9. 5f77043 [CRYPTO] hmac: Fix hmac_init update call by Herbert Xu · 18 years ago
  10. 4c8bd7e [KERNEL] Do not truncate to 'int' in ALIGN() macro. by David Miller · 18 years ago
  11. 026ed5c NFS: unmark NFS direct I/O as experimental by Chuck Lever · 18 years ago
  12. f551e44 NFS: add comments clarifying the use of nfs_post_op_update() by Chuck Lever · 18 years ago
  13. a53a3c5 NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers by Steve Dickson · 18 years ago
  14. aec5e17 NFS: Use SEEK_END instead of hardcoded value by Josef 'Jeff' Sipek · 18 years ago
  15. 51b6ded NFSv4: When mounting with a port=0 argument, substitute port=2049 by Trond Myklebust · 18 years ago
  16. 2066fe8 NFSv4: Poll more aggressively when handling NFS4ERR_DELAY by Trond Myklebust · 18 years ago
  17. c514983 NFSv4: Handle the condition NFS4ERR_FILE_OPEN by Trond Myklebust · 18 years ago
  18. 6b30954 NFSv4: Retry lease recovery if it failed during a synchronous operation. by Trond Myklebust · 18 years ago
  19. 97db8f4 NFS: Don't invalidate the symlink we just stuffed into the cache by Trond Myklebust · 18 years ago
  20. 5f004cf NFS: Make read() return an ESTALE if the file has been deleted by Trond Myklebust · 18 years ago
  21. 2dec514 NFSv4: It's perfectly legal for clp to be NULL here.... by J. Bruce Fields · 18 years ago
  22. fd68407 NFS: nfs_lookup - don't hash dentry when optimising away the lookup by Trond Myklebust · 18 years ago
  23. 762d452 SUNRPC: Fix Oops in pmap_getport_done by Trond Myklebust · 18 years ago
  24. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  25. da45828 SUNRPC: Clean up soft task error handling by Trond Myklebust · 18 years ago
  26. 7630399 SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors by Trond Myklebust · 18 years ago
  27. 8014793 SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status by Trond Myklebust · 18 years ago
  28. 297de4f Fix a referral error Oops by andros@citi.umich.edu · 18 years ago
  29. 058ad9c NFS: NFS_ROOT should use the new rpc_create API by Chuck Lever · 18 years ago
  30. 6daabf1 NFS: Fix up compiler warnings on 64-bit platforms in client.c by David Howells · 18 years ago
  31. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  32. 5dd3177 NFSv4: Fix a use-after-free issue with the nfs server. by Trond Myklebust · 18 years ago
  33. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  34. 94a6d75 NFS: Use cached page as buffer for NFS symlink requests by Chuck Lever · 18 years ago
  35. 873101b NFS: copy symlinks into page cache before sending NFS SYMLINK request by Chuck Lever · 18 years ago
  36. 4f390c1 NFS: Fix double d_drop in nfs_instantiate() error path by Chuck Lever · 18 years ago
  37. d3db90e NFS: remove a no-longer-needed error check in nfs_symlink() by Chuck Lever · 18 years ago
  38. b86acd5 SUNRPC: export new RPC client functions with _GPL by Chuck Lever · 18 years ago
  39. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  40. 9e1968c SUNRPC: Convert RPC portmapper to use new rpc_create() API by Chuck Lever · 18 years ago
  41. ae5c794 NFSD: Convert NFS server callback logic to use new rpc_create API by Chuck Lever · 18 years ago
  42. 41877d2 NFS: Convert NFS client to use new rpc_create() API by Chuck Lever · 18 years ago
  43. e1ec789 LOCKD: Convert to use new rpc_create() API by Chuck Lever · 18 years ago
  44. c286676 SUNRPC: use sockaddr + size when creating remote transport endpoints by Chuck Lever · 18 years ago
  45. 6ca9482 SUNRPC: Clean-up after previous patches. by Chuck Lever · 18 years ago
  46. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  47. e7f7865 SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API by Chuck Lever · 18 years ago
  48. f425eba SUNRPC: Create API for displaying remote peer address by Chuck Lever · 18 years ago
  49. edb267a SUNRPC: add xprt switch API for printing formatted remote peer addresses by Chuck Lever · 18 years ago
  50. 39d7bbc SUNRPC: remove extraneous header inclusions by Chuck Lever · 18 years ago
  51. 081f79a SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API. by Chuck Lever · 18 years ago
  52. 44c31be LOCKD: Teach lockd to use the new rpc_peeraddr() API by Chuck Lever · 18 years ago
  53. ed39440 SUNRPC: create API for getting remote peer address by Chuck Lever · 18 years ago
  54. bbf7c1d SUNRPC: Introduce transport switch callout for pluggable rpcbind by Chuck Lever · 18 years ago
  55. 5b1eacb SUNRPC: Support for RPC child tasks no longer needed by Chuck Lever · 18 years ago
  56. c4a5692 SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c by Chuck Lever · 18 years ago
  57. 4a68179 SUNRPC: Make RPC portmapper use per-transport storage by Chuck Lever · 18 years ago
  58. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  59. 9c5bf38 NFS: Fix nfs_alloc_client() by Trond Myklebust · 18 years ago
  60. 36b15c5 NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flag by Trond Myklebust · 18 years ago
  61. 738a351 NFS: Secure the roots of the NFS subtrees in a shared superblock by David Howells · 18 years ago
  62. 27ba851 NFS: Fix error handling by David Howells · 18 years ago
  63. 6aaca56 NFS: Add server and volume lists to /proc by David Howells · 18 years ago
  64. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  65. cf6d7b5 NFS: Start rpciod in server common management by David Howells · 18 years ago
  66. 5006a76 NFS: Eliminate client_sys in favour of cl_rpcclient by David Howells · 18 years ago
  67. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  68. 1f16341 NFS: Make better use of inode* dereferencing macros by David Howells · 18 years ago
  69. 27951bd NFS: Maintain a common server record for NFS2/3 as well as for NFS4 by David Howells · 18 years ago
  70. 509de81 NFS: Add extra const qualifiers by David Howells · 18 years ago
  71. 0c7d90c NFS: Use the dentry superblock directly in nfs_statfs() by David Howells · 18 years ago
  72. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  73. e9326dc NFS: Add a server capabilities NFS RPC op by David Howells · 18 years ago
  74. 2b3de44 NFS: Add a lookupfh NFS RPC op by David Howells · 18 years ago
  75. b716279 NFS: Return an error when starting the idmapping pipe by David Howells · 18 years ago
  76. 7539bba NFS: Rename nfs_server::nfs4_state by David Howells · 18 years ago
  77. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  78. 5ae1fbc NFS: Fix NFS4 callback up/down prototypes by David Howells · 18 years ago
  79. 0a8ea43 NFS: Disambiguate nfs_stat_to_errno() by David Howells · 18 years ago
  80. 7d4e274 NFS: Fix up split of fs/nfs/inode.c by David Howells · 18 years ago
  81. 770bfad NFS: Add dentry materialisation op by David Howells · 18 years ago
  82. 979df72 NFS: Add an ACCESS cache memory shrinker by Trond Myklebust · 18 years ago
  83. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  84. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  85. 3eeab61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  86. 6585b57 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 18 years ago
  87. 2ee8099 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  88. c03efdb [PATCH] fallout from hcd-core patch by Al Viro · 18 years ago
  89. 956295d [PATCH] fix the survivors of fbcon_vbl_handler() renaming by Al Viro · 18 years ago
  90. 5932ef0 [PATCH] sun4: fix sbus_setup_iommu() by Al Viro · 18 years ago
  91. a07562e [PATCH] asm/backlight.h is ppc-only by Al Viro · 18 years ago
  92. 00ddaf2 [PATCH] sanitize frv archclean by Al Viro · 18 years ago
  93. 55ae922 [PATCH] aoa is pmac-only by Al Viro · 18 years ago
  94. 634965f [PATCH] memcpy_fromio() missing in istallion by Al Viro · 18 years ago
  95. cc9bd99 [PATCH] fix ancient breakage in ebus_init() by Al Viro · 18 years ago
  96. a83fbf6 [PATCH] fix missing ifdefs in syscall classes hookup for generic targets by Al Viro · 18 years ago
  97. 24669f7d [CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdata by Jeremy Fitzhardinge · 18 years ago
  98. ddad65d [CPUFREQ] Fix some more CPU hotplug locking. by Dave Jones · 18 years ago
  99. db39221 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  100. 3e2ab46 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago