Blame view

Documentation/admin-guide/cifs/authors.rst 3.18 KB
f139291c7   Mauro Carvalho Chehab   docs: fs: cifs: c...
1
2
3
  =======
  Authors
  =======
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
  Original Author
f139291c7   Mauro Carvalho Chehab   docs: fs: cifs: c...
5
  ---------------
731ddc09c   Steve French   cifs: documentati...
6
  Steve French (smfrench@gmail.com, sfrench@samba.org)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
8
  
  The author wishes to express his appreciation and thanks to:
731ddc09c   Steve French   cifs: documentati...
9
  Andrew Tridgell (Samba team) for his early suggestions about SMB/CIFS VFS
966ca9234   Steve French   [PATCH] cifs: Fix...
10
11
12
13
14
15
  improvements. Thanks to IBM for allowing me time and test resources to pursue
  this project, to Jim McDonough from IBM (and the Samba Team) for his help, to
  the IBM Linux JFS team for explaining many esoteric Linux filesystem features.
  Jeremy Allison of the Samba team has done invaluable work in adding the server
  side of the original CIFS Unix extensions and reviewing and implementing
  portions of the newer CIFS POSIX extensions into the Samba 3 file server. Thank
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
16
  Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
966ca9234   Steve French   [PATCH] cifs: Fix...
17
  for proving years ago that very good smb/cifs clients could be done on Unix-like
f139291c7   Mauro Carvalho Chehab   docs: fs: cifs: c...
18
  operating systems.  Volker Lendecke, Andrew Tridgell, Urban Widmark, John
966ca9234   Steve French   [PATCH] cifs: Fix...
19
  Newbigin and others for their work on the Linux smbfs module.  Thanks to
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20
21
22
23
24
25
  the other members of the Storage Network Industry Association CIFS Technical
  Workgroup for their work specifying this highly complex protocol and finally
  thanks to the Samba team for their technical advice and encouragement.
  
  Patch Contributors
  ------------------
f139291c7   Mauro Carvalho Chehab   docs: fs: cifs: c...
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
  
  - Zwane Mwaikambo
  - Andi Kleen
  - Amrut Joshi
  - Shobhit Dayal
  - Sergey Vlasov
  - Richard Hughes
  - Yury Umanets
  - Mark Hamzy (for some of the early cifs IPv6 work)
  - Domen Puncer
  - Jesper Juhl (in particular for lots of whitespace/formatting cleanup)
  - Vince Negri and Dave Stahl (for finding an important caching bug)
  - Adrian Bunk (kcalloc cleanups)
  - Miklos Szeredi
  - Kazeon team for various fixes especially for 2.4 version.
  - Asser Ferno (Change Notify support)
  - Shaggy (Dave Kleikamp) for innumerable small fs suggestions and some good cleanup
  - Gunter Kukkukk (testing and suggestions for support of old servers)
  - Igor Mammedov (DFS support)
  - Jeff Layton (many, many fixes, as well as great work on the cifs Kerberos code)
  - Scott Lovenberg
  - Pavel Shilovsky (for great work adding SMB2 support, and various SMB3 features)
  - Aurelien Aptel (for DFS SMB3 work and some key bug fixes)
  - Ronnie Sahlberg (for SMB3 xattr work, bug fixes, and lots of great work on compounding)
  - Shirish Pargaonkar (for many ACL patches over the years)
  - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
731ddc09c   Steve French   cifs: documentati...
52
  - Paulo Alcantara (for some excellent work in DFS, and in booting from SMB3)
f139291c7   Mauro Carvalho Chehab   docs: fs: cifs: c...
53
  - Long Li (some great work on RDMA, SMB Direct)
ec11653b5   Steve French   CIFS/SMB3: Update...
54

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
55
56
57
58
59
60
61
62
63
  
  Test case and Bug Report contributors
  -------------------------------------
  Thanks to those in the community who have submitted detailed bug reports
  and debug of problems they have found:  Jochen Dolze, David Blaine,
  Rene Scharfe, Martin Josefsson, Alexander Wild, Anthony Liguori,
  Lars Muller, Urban Widmark, Massimiliano Ferrero, Howard Owen,
  Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
  mention to the Stanford Checker (SWAT) which pointed out many minor
966ca9234   Steve French   [PATCH] cifs: Fix...
64
65
  bugs in error paths.  Valuable suggestions also have come from Al Viro
  and Dave Miller.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
66

290c3982f   Steve French   cifs: minor docum...
67
  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.