Lines Matching +full:fixed +full:- +full:up

1 .. SPDX-License-Identifier: GPL-2.0
7 1998-2004, Mikulas Patocka
10 :homepage: https://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
14 Chris Smith, 1993, original read-only HPFS, some code and hpfs structures file
25 attributes. Mode is inverted umask - for example umask 027 gives owner
32 CR/LF -> LF conversion, if auto, decision is made according to extension
33 - there is a list of text extensions (I thing it's better to not convert
43 corrupted filesystems. check=strict means many superfluous checks -
46 errors=continue,remount-ro,panic (default remount-ro)
51 What to do with extended attributes. 'no' - ignore them and use always
52 values specified in uid/gid/mode options. 'ro' - read extended
53 attributes but do not create them. 'rw' - create extended attributes
54 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem.
55 timeshift=(-)nnn (default 0)
57 one hour more, than under os/2, use timeshift=-3600.
69 are used - see below.
82 why not use it for unix-specific info like file owner or access rights? This
84 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only
92 read-only flag. When you mknod a block or char device, besides "MODE", the
93 special 4-byte extended attribute "DEV" will be created containing the device
94 number. Currently this driver cannot resize extended attributes - it means
122 partition. It marked file name codepage as 850 - good. But when I again booted
132 again :-). chkdsk happily ignores these errors and only low-level disk
139 this codepage - if you don't try to do what I described above :-)
146 should work. If you have OS/2 server, use only read-only mode. I don't know how
151 structures, remount read-only and not destroy them (I hope).
160 (returning error ENOSPC). That's because file in non-leaf node in directory tree
165 to delete other files that are leaf (probability that the file is non-leaf is
195 unbalanced trees too :-) but both HPFS and HPFS386 contain bug that it rarely
201 whole created by this driver, it is BUG - let me know about it.
208 locks up when repairing filesystem.
210 Sometimes (I think it's random) when you create a file with one-char name under
229 0.91 Fixed bug that caused shooting to memory when write_inode was called on
231 0.92 Fixed a little memory leak in freeing directory inodes
232 0.93 Fixed bug that locked up the machine when there were too many filenames
234 Fixed write_file to zero file when writing behind file end
235 0.94 Fixed a little memory leak when trying to delete busy file or directory
236 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files
238 1.91 Fixed a bug that chk_sectors failed when sectors were at the end of disk
239 Fixed a race-condition when write_inode is called while deleting file
240 Fixed a bug that could possibly happen (with very low probability) when
243 Rewritten locking to avoid race-conditions
262 Fixed a possible problem with disks > 64G (but I don't have one, so I can't
265 Fixed a file overflow at 2G
270 read-only mode
272 Fixed a bug that slowed down alloc and prevented allocating 100% space
276 Fixed one buffer leak
278 Fixed some incompatibilities with large extended attributes (but it's still
283 Fixed a bug with i_blocks (du sometimes didn't display correct values)
288 Fixed a bug that it set badly one flag in large anode tree (it was not
290 1.95 Fixed one buffer leak, that could happen on corrupted filesystem
292 Fixed one bug in allocation in 1.94
293 1.96 Added workaround for one bug in OS/2 (HPFS locked up, HPFS386 reported
296 Fixed a possible bitmap race
298 Fixed possible problem on large disks
302 Fixed a nondestructive race in rename
309 Fixed a bug when chmoding or chowning root directory
310 1.98 Fixed a deadlock when using old_readdir
319 2.00 Fixed a bug in rename (it was there since 1.96)
320 Better anti-fragmentation strategy
321 2.01 Fixed problem with directory listing over NFS
325 Fixed race-condition in buffer code - it is in all filesystems in Linux;
332 Fixed non-crashing race in unlink (Alexander Viro)
335 2.04 Fixed error when ftruncate used to extend file
336 2.05 Fixed crash when got mount parameters without =
338 Fixed crash when allocation of anode failed due to full disk
340 Fixed some crashes when block io or inode allocation failed
341 2.06 Fixed some crash on corrupted disk structures
347 It should work in read-only mode on Warp Server
352 2.09 Fixed error on extremely fragmented files