• Home
  • Raw
  • Download

Lines Matching refs:open

27 Various fixes to make delete of open files behavior more predictable
28 (when delete of an open file fails we mark the file as "delete-on-close"
47 architectures. Fix problems with preserving timestamps on copying open
55 file is open with O_APPEND and file is on a directio (forcediretio) mount.
78 mounted to Windows servers. Fix slow file open when cifsacl
85 Windows 9x). Add new feature "POSIX open" which allows servers
87 (e.g. delete for open files opened with posix open). Take into
157 files. Allow file size to be updated on remote extend of locally open,
162 stat information on the open, and allows setting the mode).
204 cifs open which helps rare case when setpathinfo fails or server does
233 from remote server even if file is open for write as long as mount is
456 reset cached inode file size on readdir for files open for write on
477 path names for open, mkdir and rmdir.
492 Fix open of files in which O_CREATE can cause the mode to change in
512 to kernel log when application with open network files killed.
538 creation and file open to such servers. Fix semaphore conflict which causes
539 slow delete of open file to Samba (which unfortunately can cause an oplock
563 not occur often enough while file was still open when read ahead
589 Fix hang in commit_write during reconnection of open files under heavy load.
619 Add missing mount options including iocharset. SMP fixes in write and open.
626 list processing in file routines. Check return code on kmalloc in open.
642 Fix oops on write to dead tcp session. Remove error log write for case when file open
647 Fix non-POSIX behavior on rename of open file and delete of open file by taking
668 Finish support for Linux 2.5 open/create changes, which removes the
821 file updates through the page cache to multiply open files. This could cause
836 Includes support for deleting of open files and renaming over existing files (per POSIX