An error occurred fetching the project authors.
- 28 Aug, 2003 1 commit
-
-
Steve French authored
-
- 26 Aug, 2003 1 commit
-
-
Steve French authored
Fix scheduling while atomic problem in getting attributes of newly created file. Fix truncate of existing file when O_CREAT but not O_TRUNC specified.
-
- 21 Aug, 2003 1 commit
-
-
Steve French authored
-
- 01 Aug, 2003 1 commit
-
-
Steve French authored
Do not leave files created with mknod open on server. Fix related oops. Fix timeout on open to be at least server oplock break timeout to avoid timing out successful opens when secondary client hung.
-
- 31 Jul, 2003 1 commit
-
-
Steve French authored
-
- 30 Jul, 2003 1 commit
-
-
Steve French authored
-
- 21 Jul, 2003 1 commit
-
-
Steve French authored
-
- 18 Jul, 2003 1 commit
-
-
Steve French authored
-
- 10 Jul, 2003 2 commits
-
-
Steve French authored
-
Steve French authored
-
- 04 Jul, 2003 2 commits
-
-
Trond Myklebust authored
- Make the VFS pass the struct nameidata as an optional argument to the create inode operation. - Patch vfs_create() to take a struct nameidata as an optional argument.
-
Trond Myklebust authored
- Add open intent information to the 'struct nameidata'. - Pass the struct nameidata as an optional parameter to the lookup() inode operation. - Pass the struct nameidata as an optional parameter to the d_revalidate() dentry operation. - Make link_path_walk() set the LOOKUP_CONTINUE flag in nd->flags instead of passing it as an extra parameter to d_revalidate(). - Make open_namei(), and sys_uselib() set the open()/create() intent data.
-
- 15 Feb, 2003 1 commit
-
-
Steve French authored
Merge in fixes from version 0.6.5 of the CIFS VFS. Greatly improved performance including improved distributed caching support and support for readpages and larger read sizes. Cache data now flushed properly at file close time. Socket and memory leak fixed. Fix two oops. Fix error logging and made more consistent. Generic sendfile added.
-
- 21 Nov, 2002 2 commits
-
-
Steve French authored
Properly emulate POSIX semantics for deleting of open files and renaming over open files. Fix oops in readpages caused by unitialized aops field.
-
Andi Kleen authored
This fixes some more file system for the CURRENT_TIME change: AFS, ADFS, and a harmless one in CIFS. Somehow these changes got lost in the original patch kit.
-
- 10 Oct, 2002 1 commit
-
-
Steve French authored
-