AUTHORS 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Original Author
  2. ===============
  3. Steve French (sfrench@samba.org)
  4. The author wishes to express his appreciation and thanks to:
  5. Andrew Tridgell (Samba team) for his early suggestions about smb/cifs VFS
  6. improvements. Thanks to IBM for allowing me time and test resources to pursue
  7. this project, to Jim McDonough from IBM (and the Samba Team) for his help, to
  8. the IBM Linux JFS team for explaining many esoteric Linux filesystem features.
  9. Jeremy Allison of the Samba team has done invaluable work in adding the server
  10. side of the original CIFS Unix extensions and reviewing and implementing
  11. portions of the newer CIFS POSIX extensions into the Samba 3 file server. Thank
  12. Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
  13. for proving years ago that very good smb/cifs clients could be done on Unix-like
  14. operating systems. Volker Lendecke, Andrew Tridgell, Urban Widmark, John
  15. Newbigin and others for their work on the Linux smbfs module. Thanks to
  16. the other members of the Storage Network Industry Association CIFS Technical
  17. Workgroup for their work specifying this highly complex protocol and finally
  18. thanks to the Samba team for their technical advice and encouragement.
  19. Patch Contributors
  20. ------------------
  21. Zwane Mwaikambo
  22. Andi Kleen
  23. Amrut Joshi
  24. Shobhit Dayal
  25. Sergey Vlasov
  26. Richard Hughes
  27. Yury Umanets
  28. Mark Hamzy (for some of the early cifs IPv6 work)
  29. Domen Puncer
  30. Jesper Juhl (in particular for lots of whitespace/formatting cleanup)
  31. Vince Negri and Dave Stahl (for finding an important caching bug)
  32. Adrian Bunk (kcalloc cleanups)
  33. Miklos Szeredi
  34. Kazeon team for various fixes especially for 2.4 version.
  35. Asser Ferno (Change Notify support)
  36. Shaggy (Dave Kleikamp) for inumerable small fs suggestions and some good cleanup
  37. Test case and Bug Report contributors
  38. -------------------------------------
  39. Thanks to those in the community who have submitted detailed bug reports
  40. and debug of problems they have found: Jochen Dolze, David Blaine,
  41. Rene Scharfe, Martin Josefsson, Alexander Wild, Anthony Liguori,
  42. Lars Muller, Urban Widmark, Massimiliano Ferrero, Howard Owen,
  43. Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
  44. mention to the Stanford Checker (SWAT) which pointed out many minor
  45. bugs in error paths. Valuable suggestions also have come from Al Viro
  46. and Dave Miller.
  47. And thanks to the IBM LTC and Power test teams and SuSE testers for
  48. finding multiple bugs during excellent stress test runs.