An error occurred fetching the project authors.
- 01 Sep, 2003 1 commit
-
-
Steve French authored
-
- 31 Aug, 2003 1 commit
-
-
Alexander Viro authored
- hpfs_unlink() should not try to truncate the victim unless it's a regular file; truncate will not help for anything else and it will screw the page cache if victim happens to be a block device. - network filesystems should *not* invalidate page cache of block device node when inode gets invalidated; fixed, added a new helper - invalidate_remote_inode(). - nfs setattr syncs the file before sending SETATTR to server; that makes a lot of sense for regular files, but not for anything else. Fixed.
-
- 28 Aug, 2003 3 commits
-
-
Steve French authored
-
Steve French authored
-
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 2 commits
-
-
Steve French authored
remove spurious logging of message on "create if file does not exist" case (without O_EXCL) when file exists
-
Steve French authored
-
- 20 Aug, 2003 1 commit
-
-
Steve French authored
-
- 19 Aug, 2003 1 commit
-
-
Andrew Morton authored
From: Oliver Xymoron <oxymoron@waste.org> Currently, a writepage() which detects that it is writing outside i_size (due to concurrent truncate) will abandon the write, returning -EIO. The return value will bogusly cause an error to be recorded in the address_space. So convert all those writepage() instances to return zero in this case.
-
- 15 Aug, 2003 3 commits
-
-
Steve French authored
-
Steve French authored
-
Steve French authored
-
- 13 Aug, 2003 1 commit
-
-
Steve French authored
-
- 10 Aug, 2003 1 commit
-
-
Steve French authored
-
- 07 Aug, 2003 1 commit
-
-
Steve French authored
-
- 06 Aug, 2003 1 commit
-
-
Steve French authored
-
- 03 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
-
- 29 Jul, 2003 2 commits
-
-
Steve French authored
-
Steve French authored
-
- 21 Jul, 2003 2 commits
-
-
Steve French authored
-
Steve French authored
-
- 18 Jul, 2003 1 commit
-
-
Steve French authored
-
- 16 Jul, 2003 1 commit
-
-
Steve French authored
Fix inverted kmalloc parm ordering (noticed by Zwane) that caused oops on mounts of long server names (reported on bugzilla). Fix multiuser mount option.
-
- 11 Jul, 2003 1 commit
-
-
Steve French authored
fix cifs distributed caching - send oplock release immediately after flush of writebehind data on oplock break from server
-
- 10 Jul, 2003 2 commits
-
-
Steve French authored
-
Steve French authored
-
- 09 Jul, 2003 1 commit
-
-
Steve French authored
-
- 08 Jul, 2003 1 commit
-
-
Steve French authored
-
- 07 Jul, 2003 1 commit
-
-
Steve French authored
-
- 06 Jul, 2003 2 commits
-
-
Steve French authored
-
Steve French authored
-
- 05 Jul, 2003 1 commit
-
-
Steve French authored
-
- 04 Jul, 2003 4 commits
-
-
Steve French authored
-
Steve French authored
-
Trond Myklebust authored
- Make the VFS pass the struct nameidata as an optional parameter to the permission() inode operation. - Patch may_create()/may_open() so it passes the struct nameidata from vfs_create()/open_namei() as an argument to permission(). - Add an intent flag for the sys_access() function.
-
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.
-