authors.rst 3.2 KB

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