• Home
  • Raw
  • Download

Lines Matching refs:open

68 Posix file open support added (turned off after one attempt if server
91 Various fixes to make delete of open files behavior more predictable
92 (when delete of an open file fails we mark the file as "delete-on-close"
111 architectures. Fix problems with preserving timestamps on copying open
119 file is open with O_APPEND and file is on a directio (forcediretio) mount.
142 mounted to Windows servers. Fix slow file open when cifsacl
149 Windows 9x). Add new feature "POSIX open" which allows servers
151 (e.g. delete for open files opened with posix open). Take into
221 files. Allow file size to be updated on remote extend of locally open,
226 stat information on the open, and allows setting the mode).
268 cifs open which helps rare case when setpathinfo fails or server does
297 from remote server even if file is open for write as long as mount is
520 reset cached inode file size on readdir for files open for write on
541 path names for open, mkdir and rmdir.
556 Fix open of files in which O_CREATE can cause the mode to change in
576 to kernel log when application with open network files killed.
602 creation and file open to such servers. Fix semaphore conflict which causes
603 slow delete of open file to Samba (which unfortunately can cause an oplock
627 not occur often enough while file was still open when read ahead
653 Fix hang in commit_write during reconnection of open files under heavy load.
683 Add missing mount options including iocharset. SMP fixes in write and open.
690 list processing in file routines. Check return code on kmalloc in open.
706 Fix oops on write to dead tcp session. Remove error log write for case when file open
711 Fix non-POSIX behavior on rename of open file and delete of open file by taking
732 Finish support for Linux 2.5 open/create changes, which removes the
885 file updates through the page cache to multiply open files. This could cause
900 Includes support for deleting of open files and renaming over existing files (per POSIX