Lines Matching +full:fixed +full:- +full:mode
2 1998-2004, Mikulas Patocka
5 homepage: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
8 Chris Smith, 1993, original read-only HPFS, some code and hpfs structures file
16 Set owner/group/mode for files that do not have it specified in extended
17 attributes. Mode is inverted umask - for example umask 027 gives owner
19 that for files mode is anded with 0666. If you want files to have 'x'
24 CR/LF -> LF conversion, if auto, decision is made according to extension
25 - there is a list of text extensions (I thing it's better to not convert
35 corrupted filesystems. check=strict means many superfluous checks -
38 errors=continue,remount-ro,panic (default remount-ro)
43 What to do with extended attributes. 'no' - ignore them and use always
44 values specified in uid/gid/mode options. 'ro' - read extended
45 attributes but do not create them. 'rw' - create extended attributes
46 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem.
47 timeshift=(-)nnn (default 0)
49 one hour more, than under os/2, use timeshift=-3600.
60 are used - see below.
72 why not use it for unix-specific info like file owner or access rights? This
74 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only
81 extended attribute "MODE" will not be set, this special case is done by setting
82 read-only flag. When you mknod a block or char device, besides "MODE", the
83 special 4-byte extended attribute "DEV" will be created containing the device
84 number. Currently this driver cannot resize extended attributes - it means
85 that if somebody (I don't know who?) has set "UID", "GID", "MODE" or "DEV"
110 partition. It marked file name codepage as 850 - good. But when I again booted
120 again :-). chkdsk happily ignores these errors and only low-level disk
127 this codepage - if you don't try to do what I described above :-)
133 should work. If you have OS/2 server, use only read-only mode. I don't know how
138 structures, remount read-only and not destroy them (I hope).
147 (returning error ENOSPC). That's because file in non-leaf node in directory tree
152 to delete other files that are leaf (probability that the file is non-leaf is
180 unbalanced trees too :-) but both HPFS and HPFS386 contain bug that it rarely
186 whole created by this driver, it is BUG - let me know about it.
194 Sometimes (I think it's random) when you create a file with one-char name under
210 0.91 Fixed bug that caused shooting to memory when write_inode was called on
212 0.92 Fixed a little memory leak in freeing directory inodes
213 0.93 Fixed bug that locked up the machine when there were too many filenames
215 Fixed write_file to zero file when writing behind file end
216 0.94 Fixed a little memory leak when trying to delete busy file or directory
217 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files
219 1.91 Fixed a bug that chk_sectors failed when sectors were at the end of disk
220 Fixed a race-condition when write_inode is called while deleting file
221 Fixed a bug that could possibly happen (with very low probability) when
223 Rewritten locking to avoid race-conditions
234 Fixed a possible problem with disks > 64G (but I don't have one, so I can't
236 Fixed a file overflow at 2G
239 read-only mode
240 Fixed a bug that slowed down alloc and prevented allocating 100% space
243 Fixed one buffer leak
244 Fixed some incompatibilities with large extended attributes (but it's still
247 Fixed a bug with i_blocks (du sometimes didn't display correct values)
250 Fixed a bug that it set badly one flag in large anode tree (it was not
252 1.95 Fixed one buffer leak, that could happen on corrupted filesystem
253 Fixed one bug in allocation in 1.94
256 Fixed a possible bitmap race
257 Fixed possible problem on large disks
259 Fixed a nondestructive race in rename
261 Fixed a bug that it didn't allow creation of files > 128M (it should be 2G)
263 Fixed a bug when chmoding or chowning root directory
264 1.98 Fixed a deadlock when using old_readdir
270 2.00 Fixed a bug in rename (it was there since 1.96)
271 Better anti-fragmentation strategy
272 2.01 Fixed problem with directory listing over NFS
274 Fixed race-condition in buffer code - it is in all filesystems in Linux;
280 Fixed non-crashing race in unlink (Alexander Viro)
282 2.04 Fixed error when ftruncate used to extend file
283 2.05 Fixed crash when got mount parameters without =
284 Fixed crash when allocation of anode failed due to full disk
285 Fixed some crashes when block io or inode allocation failed
286 2.06 Fixed some crash on corrupted disk structures
289 It should work in read-only mode on Warp Server
293 2.09 Fixed error on extremely fragmented files