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