Lines Matching refs:files
51 - Add support for sparse files which have a compression unit of 0.
114 uncompressed and unencrypted files and it never creates sparse files
117 the moment). Also, support for highly fragmented files, i.e. ones
124 uncompressed and unencrypted files are supported. Also, there is
125 only very limited support for highly fragmented files (the ones whose
132 files. This replaces the old use of generic_file_write(), et al and
135 uncompressed) files can now be extended using the normal write(2)
137 we never create sparse files and that we only have limited support
138 for highly fragmented files, i.e. ones whose data attribute is split
231 2.1.23 - Implement extension of resident files and make writing safe as well as
247 - Implement extension of resident files in the regular file write code
280 checked and set in the ntfs inode as done for compressed files and
282 of the allocated size, again, as done for compressed files.
607 - Update all NTFS header files with the new little endian data types.
608 Affected files are fs/ntfs/layout.h, logfile.h, and time.h.
672 - Implement fsync, fdatasync, and msync both for files (fs/ntfs/file.c)
675 Note, except for the root directory and any other system files opened
676 by the user, the system files will not have their access times
686 indices found in various system files and adapt inode handling
752 2.1.13 - Enable overwriting of resident files and housekeeping of system files.
948 - Add handling for initialized_size != data_size in compressed files.
963 overwriting of existing files on ntfs. Note: Resident files are
965 avoid writing to files smaller than about 1kiB.
971 This enables write(2) based overwriting of existing files on ntfs.
972 Note: As with mmap(2) based overwriting, resident files are only
974 writing to files smaller than about 1kiB.
977 files with the purpose of intercepting and aborting all i_size
1020 - Fix ntfs over loopback for compressed files by adding an
1035 2.0.21 - Check for, and refuse to work with too large files/directories/volumes.
1074 2.0.18 - Fix race condition in reading of compressed files.
1116 attribute inodes, and both for files and directories.
1122 - Merge address space operations for files and directories (aops.c),
1129 attribute inodes, and both for files and directories.
1232 LONG/WIN32 namespace. Note, files remain accessible via their short
1404 system: system files
1424 for files and the index allocation attribute for directories.
1481 all source files. Type casts to [unsigned] long long added to correct
1488 - Make ntfs_file_get_block() use map_run_list() so all files now
1511 to indicate that new files in that directory should be created
1515 files do not have unnamed data attributes so ntfs_read_inode() had to
1621 - Make reading of compressed files more intelligent and especially get
1628 - Bug fix for reading compressed files with sparse compression blocks.
1630 tng-0.0.2 - Now handles larger/fragmented/compressed volumes/files/dirs.
1643 - Implemented compressed files (inode->mapping contains uncompressed
1647 to indicate that new files in that directory should be created
1668 files on it, including compressed files and directories and many files
1686 though and it doesn't implement accesssing compressed files yet. Also,
1687 accessing files with attribute list attributes is not implemented yet
1690 system, open, read, mmap and llseek around in files. A big mile stone
1697 files). If the mount fails there might be problems in the error handling
1699 files nicely and the mft record read mapping/unmapping seems to be