An error occurred fetching the project authors.
- 11 Jul, 2007 1 commit
-
-
Steve French authored
nfsd is passing null nameidata (probably the only one doing that) on call to create - cifs was missing one check for this. Note that running nfsd over a cifs mount requires specifying fsid on the nfs exports entry and requires mounting cifs with serverino mount option. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 24 Jun, 2007 1 commit
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 05 May, 2007 2 commits
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
Jeff Layton authored
We had a customer report that attempting to make CIFS mount with a null username (i.e. doing an anonymous mount) doesn't work. Looking through the code, it looks like CIFS expects a NULL username from userspace in order to trigger an anonymous mount. The mount.cifs code doesn't seem to ever pass a null username to the kernel, however. It looks also like the kernel can take a sec=none option, but it only seems to look at it if the username is already NULL. This seems redundant and effectively makes sec=none useless. The following patch makes sec=none force an anonymous mount. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 30 Apr, 2007 1 commit
-
-
Steve French authored
When CIFS Unix Extensions are negotiated we get the Unix uid and gid owners of the file from the server (on the Unix Query Path Info levels), but if the server's uids don't match the client uid's users were having to disable the Unix Extensions (which turned off features they still wanted). The changeset patch allows users to override uid and/or gid for file/directory owner with a default uid and/or gid specified at mount (as is often done when mounting from Linux cifs client to Windows server). This changeset also displays the uid and gid used by default in /proc/mounts (if applicable). Also cleans up code by adding some of the missing spaces after "if" keywords per-kernel style guidelines (as suggested by Randy Dunlap when he reviewed the patch). Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 17 Feb, 2007 1 commit
-
-
Uwe Kleine-König authored
heirarchical, hierachical -> hierarchical heirarchy, hierachy -> hierarchy Signed-off-by:
Uwe Kleine-König <zeisberg@informatik.uni-freiburg.de> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 03 Oct, 2006 1 commit
-
-
Matt LaPlante authored
Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 16 Aug, 2006 1 commit
-
-
Steve French authored
specified Pointed out by Bjoern Jacke Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 27 Jun, 2006 1 commit
-
-
Steve French authored
longer user and domain names and allow passing sec options on mount Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 23 Jun, 2006 1 commit
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 04 Jun, 2006 1 commit
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 22 Apr, 2006 1 commit
-
-
Steve French authored
in directory Also includes first part of fix to compensate for servers which forget to return . and .. as well as updates to changelog and cifs readme. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 02 Mar, 2006 1 commit
-
-
Steve French authored
not just the posix path feature. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 02 Dec, 2005 1 commit
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 30 Nov, 2005 1 commit
-
-
Steve French authored
disabled. Also set mode, uid, gid better on mkdir and create for the case when Unix Extensions is not enabled and setuids is enabled. This is necessary to fix the hole in which chown could be allowed for non-root users in some cases if root mounted, and also to display the mode and uid properly in some cases. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 12 Oct, 2005 1 commit
-
-
Steve French authored
New cifs_writepages routine was not updated bytes written in cifs stats. Also added ability to clear /proc/fs/cifs/Stats by writing (0 or 1) to it. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 11 Oct, 2005 1 commit
-
-
Steve French authored
was turned on). Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 10 Oct, 2005 1 commit
-
-
Steve French authored
illegal RFC1001 length (which had caused the lock to block forever until killed).
-
- 19 Aug, 2005 1 commit
-
-
Steve French authored
over the wire (to help the case when applications break with cifs mandatory lock behavior. Add part one of mount option for requesting case insensitive path name matching. Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 17 May, 2005 1 commit
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 05 May, 2005 1 commit
-
-
Adrian Bunk authored
There's no longer a reason to document the obsolete BK usage. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 29 Apr, 2005 5 commits
-
-
Steve French authored
.. since it can be due to pending kill. Update readme information to better describe cifs umount Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Steve French authored
For handling seven special characters that shells use for filenames. This first parts implements conversions from Unicode. Signed-off-by: Steve French Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-