[CIFS] Enable DFS support for Unix query path info
[pandora-kernel.git] / fs / cifs / AUTHORS
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
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
13 Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
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
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
30 Mark Hamzy (for some of the early cifs IPv6 work)
31 Domen Puncer
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)
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
39 Igor Mammedov (DFS support)
40
41 Test case and Bug Report contributors
42 -------------------------------------
43 Thanks to those in the community who have submitted detailed bug reports
44 and debug of problems they have found:  Jochen Dolze, David Blaine,
45 Rene Scharfe, Martin Josefsson, Alexander Wild, Anthony Liguori,
46 Lars Muller, Urban Widmark, Massimiliano Ferrero, Howard Owen,
47 Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
48 mention to the Stanford Checker (SWAT) which pointed out many minor
49 bugs in error paths.  Valuable suggestions also have come from Al Viro
50 and Dave Miller.
51
52 And thanks to the IBM LTC and Power test teams and SuSE testers for
53 finding multiple bugs during excellent stress test runs.