Lines Matching refs:it

15 	is taken from it
24 Set owner/group/mode for files that do not have it specified in extended
33 - there is a list of text extensions (I thing it's better to not convert
35 change it in the source. Original readonly HPFS contained some strange
36 heuristic algorithm that I removed. I thing it's danger to let the
42 danger. I tried to write it so that it won't crash if check=normal on
44 used for debugging (for example it checks if file is allocated in
45 bitmaps when accessing it).
49 When to mark filesystem dirty so that OS/2 checks it.
72 access it under names 'a.', 'a..', 'a . . . ' etc.
82 why not use it for unix-specific info like file owner or access rights? This
83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended
89 extended attribute UID=0. And when you umount the fs and mount it again with
94 number. Currently this driver cannot resize extended attributes - it means
105 chgrp symlinks but I don't know what is it good for. chmoding symlink results
108 stored in very crazy way. They tried to do it so that link changes when file is
109 moved ... sometimes it works. But the link is partly stored in directory
125 name it's comparing to with its code page (850). These could never match. Is it
135 OK, I could implement complex codepage support to this driver but I think it
137 So this driver simply uses first codepage it finds for uppercasing and
150 and I'll make it. However, this driver should detect presence of HPFS386
157 driver allows you to do it. chkdsk ignores such errors.
161 (one directory, if it's large, has dirents in tree on HPFS) must be replaced
174 You can't rename over directories (what is it good for?).
176 Renaming files so that only case changes doesn't work. This driver supports it
180 reasons. If you extremely wish to update them, let me know, I'll write it (but
181 it will be slow).
183 When the system is out of memory and swap, it may slightly corrupt filesystem
184 (lost files, unbalanced directories). (I guess all filesystem may do it).
187 anybody know what does it mean?
195 unbalanced trees too :-) but both HPFS and HPFS386 contain bug that it rarely
197 correctly and writes warning if it finds them. If you see this message, this is
200 again. Do it in Linux, not OS/2! If you see this message in directory that is
201 whole created by this driver, it is BUG - let me know about it.
210 Sometimes (I think it's random) when you create a file with one-char name under
211 OS/2, OS/2 marks it as 'long'. chkdsk then removes this flag saying "Minor fs
214 File names like "a .b" are marked as 'long' by OS/2 but chkdsk "corrects" it and
255 Atimes are no more updated because it slows down operation
259 1.93 Modified, so that it works with kernels >= 2.1.131, I don't know if it
263 test it)
278 Fixed some incompatibilities with large extended attributes (but it's still
279 not 100% ok, I have no info on it and OS/2 doesn't want to create them)
286 it)
288 Fixed a bug that it set badly one flag in large anode tree (it was not
305 ZFixed a bug that it didn't allow creation of files > 128M
306 (it should be 2G)
315 Now it tries to truncate the file if there's not enough space when
319 2.00 Fixed a bug in rename (it was there since 1.96)
325 Fixed race-condition in buffer code - it is in all filesystems in Linux;
326 when reading device (cat /dev/hda) while creating files on it, files
334 Now it works with Japanese version of OS/2
345 Reschedule points added so that it doesn't lock CPU long time
348 2.07 More fixes for Warp Server. Now it really works