1. ecdbf76 [PATCH] NLM: fix a client-side race on blocking locks. by Trond Myklebust · 19 years ago
  2. 4f15e2b [PATCH] NLM: cleanup for blocked locks. by Trond Myklebust · 19 years ago
  3. 80fec4c [PATCH] VFS: Ensure that all the on-stack struct file_lock call fl_release_private by Trond Myklebust · 19 years ago
  4. 3da28eb [PATCH] NFS: Replace nfs_page insertion sort with a radix sort by Trond Myklebust · 19 years ago
  5. c6a556b [PATCH] NFS: Make searching and waiting on busy writeback requests more efficient. by Trond Myklebust · 19 years ago
  6. ab0a3db [PATCH] NFS: Write optimization for short files and small O_SYNC writes. by Trond Myklebust · 19 years ago
  7. fe51bee [PATCH] NFS: Ensure that fstat() always returns the correct mtime by Trond Myklebust · 19 years ago
  8. 7d52e86 [PATCH] NFS: Cleanup of caching code, and slight optimization of writes. by Trond Myklebust · 19 years ago
  9. 951a143 [PATCH] NFS: Fix the file size revalidation by Trond Myklebust · 19 years ago
  10. 08e9eac [PATCH] NFSv4: Fix up races in nfs4_proc_setattr() by Trond Myklebust · 19 years ago
  11. 202b50d [PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim code by Trond Myklebust · 19 years ago
  12. f0dd213 [PATCH] NFS: Clean up readdir changes. by Trond Myklebust · 19 years ago
  13. 00a9264 [PATCH] NFS: Hide NFS server-generated readdir cookies from userland by Olivier Galibert · 19 years ago
  14. ae38846 [PATCH] RPC: kick off socket connect operations faster by Chuck Lever · 19 years ago
  15. 20e5ac8 [PATCH] RPC: TCP reconnects are too slow by Chuck Lever · 19 years ago
  16. 0f9dc2b [PATCH] RPC: Clean up socket autodisconnect by Trond Myklebust · 19 years ago
  17. 14b218a [PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flag by Trond Myklebust · 19 years ago
  18. 455a396 [PATCH] NFSv4: Fix an Oops in the callback code. by Trond Myklebust · 19 years ago
  19. c56c275 [PATCH] NFSv4: Fix build warning by Reuben Farrelly · 19 years ago
  20. 3e9d415 [PATCH] NFSv4: empty array fix by Andrew Morton · 19 years ago
  21. b7ef195 [PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplification by Adrian Bunk · 19 years ago
  22. 2134842 [PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugs by Andreas Gruenbacher · 19 years ago
  23. 458818e [PATCH] NFS: Fix up v3 ACL caching code by Trond Myklebust · 19 years ago
  24. 5c6a9f7 [PATCH] NFS: Cache the NFSv3 acls. by Andreas Gruenbacher · 19 years ago
  25. 055ffbe [PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present. by Andreas Gruenbacher · 19 years ago
  26. b7fa055 [PATCH] NFS: Add support for NFSv3 ACLs by Andreas Gruenbacher · 19 years ago
  27. a257cdd [PATCH] NFSD: Add server support for NFSv3 ACLs. by Andreas Gruenbacher · 19 years ago
  28. 9ba0263 [PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a single port by Andreas Gruenbacher · 19 years ago
  29. a838cc4 [PATCH] NFSD: Add NFS3ERR_NOTSUPP to the nfsd error mapping table by Andreas Gruenbacher · 19 years ago
  30. bd8100e [PATCH] RPC: Encode and decode arbitrary XDR arrays by Andreas Gruenbacher · 19 years ago
  31. 7e06b53 [PATCH] RPC: fix accounting bug in the case of a truncated RPC message by Trond Myklebust · 19 years ago
  32. e053d1a [PATCH] RPC: Lazy RPC receive buffer allocation by Olaf Kirch · 19 years ago
  33. 007e251 [PATCH] RPC: Allow multiple RPC client programs to share the same transport by Andreas Gruenbacher · 19 years ago
  34. cdf4770 [PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailable by Andreas Gruenbacher · 19 years ago
  35. 6a19275 [PATCH] RPC: [PATCH] improve rpcauthauth_create error returns by J. Bruce Fields · 19 years ago
  36. 438b6fd [PATCH] RPC: Don't fall back from krb5p to krb5i by J. Bruce Fields · 19 years ago
  37. e50a1c2 [PATCH] NFSv4: client-side caching NFSv4 ACLs by J. Bruce Fields · 19 years ago
  38. 4b580ee [PATCH] NFSv4: ACL support for the NFSv4 client: write by J. Bruce Fields · 19 years ago
  39. 23ec696 [PATCH] NFSv4: Client-side xdr for writing NFSv4 acls by J. Bruce Fields · 19 years ago
  40. aa1870a [PATCH] NFSv4: ACL support for the NFSv4 client: read by J. Bruce Fields · 19 years ago
  41. 029d105 [PATCH] NFSv4: Client-side xdr for reading NFSv4 acls by J. Bruce Fields · 19 years ago
  42. 9692820 [PATCH] NFSv4: fix fattr size calculations by J. Bruce Fields · 19 years ago
  43. 6b3b549 [PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4 by J. Bruce Fields · 19 years ago
  44. ada70d9 [PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls by Trond Myklebust · 19 years ago
  45. 92cfc62 [PATCH] NFS: Allow NFS versions to support different sets of inode operations. by J. Bruce Fields · 19 years ago
  46. 464a98b [PATCH] NFS: cleanup: shrink struct nfs_open_context by Trond Myklebust · 19 years ago
  47. 96651ab [PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit() by Trond Myklebust · 19 years ago
  48. a656db9 [PATCH] NFS: Remove unused NFS inode field readdir_timestamp. by Trond Myklebust · 19 years ago
  49. 4ce7971 [PATCH] NFS: Header file cleanup... by Trond Myklebust · 19 years ago
  50. 9085bbc [PATCH] NFS: Kill annoying mount version mismatch printks by Trond Myklebust · 19 years ago
  51. 5ee0ed7 [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version support by Trond Myklebust · 19 years ago
  52. 5b616f5 [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. by Trond Myklebust · 19 years ago
  53. 334ccfd [PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_header by Trond Myklebust · 19 years ago
  54. d05fdb0 [PATCH] RPC: Fix a race with rpc_restart_call() by Trond Myklebust · 19 years ago
  55. 4e93d3e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 by Linus Torvalds · 19 years ago
  56. a0cd30f Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6 by Linus Torvalds · 19 years ago
  57. 94eb7f4 [PATCH] Update my credits entry by James Morris · 19 years ago
  58. b535420 [PATCH] Fix extra double quote in IPV4 Kconfig by Kumar Gala · 19 years ago
  59. 2b6b22f [ALSA] emu10k1: Add more card identification entries. by James Courtier-Dutton · 19 years ago
  60. b3e28ce [ALSA] Add dxs_support for Soltek SL-K8Tpro-939 by Takashi Iwai · 19 years ago
  61. dabbed6 [ALSA] SigmaTel HDA SPDIF and input mux updates by Matt · 19 years ago
  62. ee3b4c6 [ALSA] via82xx - Fix info text about dxs_support option by Takashi Iwai · 19 years ago
  63. e9edcee [ALSA] hda-codec - More fix of ALC880 codec support by Takashi Iwai · 19 years ago
  64. b636a71 [ALSA] Add const prefix by Takashi Iwai · 19 years ago
  65. 16ded52 [ALSA] hda-codec - Add support of more models with ALC codecs by Takashi Iwai · 19 years ago
  66. 5ecd702 [ALSA] hda-codec - Allow sub_device=0 in board config check by Takashi Iwai · 19 years ago
  67. 05acb86 [ALSA] hda-codec - Clean up and fix ALC-codec support code by Takashi Iwai · 19 years ago
  68. 4b3acaf [ALSA] hda-codec - Feed front signals to all surrounds by Takashi Iwai · 19 years ago
  69. 3e289f1 [ALSA] hda-codec - Print all AMP IN values by Takashi Iwai · 19 years ago
  70. 1ccc67d [ALSA] Disable MPU401 on SIS7018 by Takashi Iwai · 19 years ago
  71. 41e41f1 [ALSA] Fix the analog loopback volumes of ALC codecs by Takashi Iwai · 19 years ago
  72. ead9b7c [ALSA] Fix the PCM mixer switch for AD1986A by Takashi Iwai · 19 years ago
  73. 4a19fae [ALSA] Fix the handling of amp cache in hda-codec by Takashi Iwai · 19 years ago
  74. 96d0781 [ALSA] via82xx - fixed entry for Umax AB 595T (VIA K8N800A - VT8237) by Jaroslav Kysela · 19 years ago
  75. c82bf82 [ALSA] ca0106: Fix 96000 Hz audio playback. by James Courtier-Dutton · 19 years ago
  76. 5470440 [ALSA] Add documentation for HDSP MADI by Takashi Iwai · 19 years ago
  77. 763f356 [ALSA] Add HDSP MADI driver by Takashi Iwai · 19 years ago
  78. 3753892 [ALSA] cs4236-irq-handling-fix.patch by Christoph Schulz · 19 years ago
  79. 5ac0fab [ALSA] OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problem by Jaroslav Kysela · 19 years ago
  80. 98c7f21 [ALSA] Add FSC T3010 quirk by Takashi Iwai · 19 years ago
  81. fb4bd0a [ALSA] OSS PCM emulation - The final fix for SNDCTL_DSP_GETOPTR problem by Jaroslav Kysela · 19 years ago
  82. 21cb2a2 [ALSA] Fix races between PCM drain and other ops by Takashi Iwai · 19 years ago
  83. ce43fba [ALSA] hda-intel - Fix Oops in the error path by Takashi Iwai · 19 years ago
  84. b6a9691 [ALSA] Add write support to snd-page-alloc proc file by Takashi Iwai · 19 years ago
  85. 4d57277 [ALSA] Remove redundant NULL checks before kfree by Jesper Juhl · 19 years ago
  86. 6fd8b87 [ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriate by James Courtier-Dutton · 19 years ago
  87. 69ad07c [ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriate by Jaroslav Kysela · 19 years ago
  88. 745cac5 [ALSA] via82xx - added 0x1071/0x8399 to while list by Jaroslav Kysela · 19 years ago
  89. 5cbff89 [ALSA] Modem support for ALI5451 by Sasha Khapyorsky · 19 years ago
  90. 299676b [ALSA] sound/pci/ca0106: Use the DMA_32BIT_MASK constant by Tobias Klauser · 19 years ago
  91. 83a5b72 [ALSA] PCI modem drivers update by Sasha Khapyorsky · 19 years ago
  92. 87d61c2 [ALSA] MC97 modem mixer in sound/pci/ac97 by Sasha Khapyorsky · 19 years ago
  93. 8fabab1 [ALSA] Be more specific with which I2C channel to use. by James Courtier-Dutton · 19 years ago
  94. 883130b [ALSA] Implement S32_LE(24bit) and 96000 capture rates etc. by James Courtier-Dutton · 19 years ago
  95. ed144f3 [ALSA] Add Mic capture support. by James Courtier-Dutton · 19 years ago
  96. 7199acd [ALSA] Implement support for Line-in capture on SB Live 24bit. by James Courtier-Dutton · 19 years ago
  97. da04b12 Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Jaroslav Kysela · 19 years ago
  98. 0087e5e [PATCH] I2C: fix ds1374 build by Andrew Morton · 19 years ago
  99. 7c7a530 [PATCH] I2C: w83781d: remove non-i2c sensor chips by Jean Delvare · 19 years ago
  100. a45cfe2 [PATCH] I2C: fix up ds1374.c driver so it will build. by Greg KH · 19 years ago