1. 8aa9b58 [ALSA] Control API - more robust TLV implementation by Jaroslav Kysela · 18 years ago
  2. 6bbe13e [ALSA] fm801: fixed broken previous patch for the FM tuner only code by Jaroslav Kysela · 18 years ago
  3. e0a5d82 [ALSA] fm801: Support FM only card by Andy Shevchenko · 18 years ago
  4. 82466ad [ALSA] add codec-specific controls for UCB1400 by Mike Rapoport · 18 years ago
  5. 6dbe662 [ALSA] Add experimental support of aggressive AC97 power-saving mode by Takashi Iwai · 18 years ago
  6. 2b29b13 [ALSA] Deprecate snd_card_free_in_thread() by Takashi Iwai · 18 years ago
  7. c461482 [ALSA] Unregister device files at disconnection by Takashi Iwai · 18 years ago
  8. 746d4a0 [ALSA] Fix disconnection of proc interface by Takashi Iwai · 18 years ago
  9. 42750b0 [ALSA] Control API - TLV implementation for additional information like dB scale by Jaroslav Kysela · 18 years ago
  10. 026ed5c NFS: unmark NFS direct I/O as experimental by Chuck Lever · 18 years ago
  11. f551e44 NFS: add comments clarifying the use of nfs_post_op_update() by Chuck Lever · 18 years ago
  12. a53a3c5 NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers by Steve Dickson · 18 years ago
  13. aec5e17 NFS: Use SEEK_END instead of hardcoded value by Josef 'Jeff' Sipek · 18 years ago
  14. 51b6ded NFSv4: When mounting with a port=0 argument, substitute port=2049 by Trond Myklebust · 18 years ago
  15. 2066fe8 NFSv4: Poll more aggressively when handling NFS4ERR_DELAY by Trond Myklebust · 18 years ago
  16. c514983 NFSv4: Handle the condition NFS4ERR_FILE_OPEN by Trond Myklebust · 18 years ago
  17. 6b30954 NFSv4: Retry lease recovery if it failed during a synchronous operation. by Trond Myklebust · 18 years ago
  18. 97db8f4 NFS: Don't invalidate the symlink we just stuffed into the cache by Trond Myklebust · 18 years ago
  19. 5f004cf NFS: Make read() return an ESTALE if the file has been deleted by Trond Myklebust · 18 years ago
  20. 2dec514 NFSv4: It's perfectly legal for clp to be NULL here.... by J. Bruce Fields · 18 years ago
  21. fd68407 NFS: nfs_lookup - don't hash dentry when optimising away the lookup by Trond Myklebust · 18 years ago
  22. 762d452 SUNRPC: Fix Oops in pmap_getport_done by Trond Myklebust · 18 years ago
  23. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  24. da45828 SUNRPC: Clean up soft task error handling by Trond Myklebust · 18 years ago
  25. 7630399 SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors by Trond Myklebust · 18 years ago
  26. 8014793 SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status by Trond Myklebust · 18 years ago
  27. 297de4f Fix a referral error Oops by andros@citi.umich.edu · 18 years ago
  28. 058ad9c NFS: NFS_ROOT should use the new rpc_create API by Chuck Lever · 18 years ago
  29. 6daabf1 NFS: Fix up compiler warnings on 64-bit platforms in client.c by David Howells · 18 years ago
  30. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  31. 5dd3177 NFSv4: Fix a use-after-free issue with the nfs server. by Trond Myklebust · 18 years ago
  32. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  33. 94a6d75 NFS: Use cached page as buffer for NFS symlink requests by Chuck Lever · 18 years ago
  34. 873101b NFS: copy symlinks into page cache before sending NFS SYMLINK request by Chuck Lever · 18 years ago
  35. 4f390c1 NFS: Fix double d_drop in nfs_instantiate() error path by Chuck Lever · 18 years ago
  36. d3db90e NFS: remove a no-longer-needed error check in nfs_symlink() by Chuck Lever · 18 years ago
  37. b86acd5 SUNRPC: export new RPC client functions with _GPL by Chuck Lever · 18 years ago
  38. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  39. 9e1968c SUNRPC: Convert RPC portmapper to use new rpc_create() API by Chuck Lever · 18 years ago
  40. ae5c794 NFSD: Convert NFS server callback logic to use new rpc_create API by Chuck Lever · 18 years ago
  41. 41877d2 NFS: Convert NFS client to use new rpc_create() API by Chuck Lever · 18 years ago
  42. e1ec789 LOCKD: Convert to use new rpc_create() API by Chuck Lever · 18 years ago
  43. c286676 SUNRPC: use sockaddr + size when creating remote transport endpoints by Chuck Lever · 18 years ago
  44. 6ca9482 SUNRPC: Clean-up after previous patches. by Chuck Lever · 18 years ago
  45. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  46. e7f7865 SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API by Chuck Lever · 18 years ago
  47. f425eba SUNRPC: Create API for displaying remote peer address by Chuck Lever · 18 years ago
  48. edb267a SUNRPC: add xprt switch API for printing formatted remote peer addresses by Chuck Lever · 18 years ago
  49. 39d7bbc SUNRPC: remove extraneous header inclusions by Chuck Lever · 18 years ago
  50. 081f79a SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API. by Chuck Lever · 18 years ago
  51. 44c31be LOCKD: Teach lockd to use the new rpc_peeraddr() API by Chuck Lever · 18 years ago
  52. ed39440 SUNRPC: create API for getting remote peer address by Chuck Lever · 18 years ago
  53. bbf7c1d SUNRPC: Introduce transport switch callout for pluggable rpcbind by Chuck Lever · 18 years ago
  54. 5b1eacb SUNRPC: Support for RPC child tasks no longer needed by Chuck Lever · 18 years ago
  55. c4a5692 SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c by Chuck Lever · 18 years ago
  56. 4a68179 SUNRPC: Make RPC portmapper use per-transport storage by Chuck Lever · 18 years ago
  57. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  58. 9c5bf38 NFS: Fix nfs_alloc_client() by Trond Myklebust · 18 years ago
  59. 36b15c5 NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flag by Trond Myklebust · 18 years ago
  60. 738a351 NFS: Secure the roots of the NFS subtrees in a shared superblock by David Howells · 18 years ago
  61. 27ba851 NFS: Fix error handling by David Howells · 18 years ago
  62. 6aaca56 NFS: Add server and volume lists to /proc by David Howells · 18 years ago
  63. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  64. cf6d7b5 NFS: Start rpciod in server common management by David Howells · 18 years ago
  65. 5006a76 NFS: Eliminate client_sys in favour of cl_rpcclient by David Howells · 18 years ago
  66. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  67. 1f16341 NFS: Make better use of inode* dereferencing macros by David Howells · 18 years ago
  68. 27951bd NFS: Maintain a common server record for NFS2/3 as well as for NFS4 by David Howells · 18 years ago
  69. 509de81 NFS: Add extra const qualifiers by David Howells · 18 years ago
  70. 0c7d90c NFS: Use the dentry superblock directly in nfs_statfs() by David Howells · 18 years ago
  71. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  72. e9326dc NFS: Add a server capabilities NFS RPC op by David Howells · 18 years ago
  73. 2b3de44 NFS: Add a lookupfh NFS RPC op by David Howells · 18 years ago
  74. b716279 NFS: Return an error when starting the idmapping pipe by David Howells · 18 years ago
  75. 7539bba NFS: Rename nfs_server::nfs4_state by David Howells · 18 years ago
  76. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  77. 5ae1fbc NFS: Fix NFS4 callback up/down prototypes by David Howells · 18 years ago
  78. 0a8ea43 NFS: Disambiguate nfs_stat_to_errno() by David Howells · 18 years ago
  79. 7d4e274 NFS: Fix up split of fs/nfs/inode.c by David Howells · 18 years ago
  80. 770bfad NFS: Add dentry materialisation op by David Howells · 18 years ago
  81. 979df72 NFS: Add an ACCESS cache memory shrinker by Trond Myklebust · 18 years ago
  82. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  83. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  84. 1837987 net/ieee80211: fix more crypto-related build breakage by Jeff Garzik · 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. 9b6b0b8 [PATCH] Spidernet: add ethtool -S (show statistics) by Jim Lewis · 18 years ago
  98. 78cc3b7 Merge tag 'r8169-20060920-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into tmp by Jeff Garzik · 18 years ago
  99. ff2a2e0 [NET] GT96100: Delete bitrotting ethernet driver by Ralf Baechle · 18 years ago
  100. 06ede91 [PATCH] mv643xx_eth: restrict to 32-bit PPC_MULTIPLATFORM by Dale Farnsworth · 18 years ago