AUTHORS 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 the time and test resources to pursue
  7. this project. Jim McDonough from IBM (and the Samba Team) for his help.
  8. The IBM Linux JFS team for explaining many esoteric Linux filesystem features.
  9. Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
  10. for proving years ago that a very good smb/cifs client could be done on a Unix like
  11. operating system. Volker Lendecke, Andrew Tridgell, Urban Widmark, John Newbigin
  12. and others for their work on the Linux smbfs module over the years. Thanks to
  13. the other members of the Storage Network Industry Association CIFS Technical
  14. Workgroup for their work specifying this highly complex protocol and finally
  15. thanks to the Samba team for their technical advice and encouragement.
  16. Patch Contributors
  17. ------------------
  18. Zwane Mwaikambo
  19. Andi Kleen
  20. Amrut Joshi
  21. Shobhit Dayal
  22. Sergey Vlasov
  23. Richard Hughes
  24. Yury Umanets
  25. Mark Hamzy
  26. Domen Puncer
  27. Jesper Juhl
  28. Test case and Bug Report contributors
  29. -------------------------------------
  30. Thanks to those in the community who have submitted detailed bug reports
  31. and debug of problems they have found: Jochen Dolze, David Blaine,
  32. Rene Scharfe, Martin Josefsson, Alexander Wild, Anthony Liguori,
  33. Lars Muller, Urban Widmark, Massimiliano Ferrero, Howard Owen,
  34. Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
  35. mention to the Stanford Checker (SWAT) which pointed out many minor
  36. bugs in error paths.
  37. And thanks to the IBM LTC and Power test teams and SuSE testers for
  38. finding multiple bugs during excellent stress test runs.