102
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
release 1.913 More... over 16 years ago
ntfs_volume_check_hiberfile: relaxed too strict check: if the hiberfil.sys header has garbage then the volume is not hibernated More... over 16 years ago
statfs optimization: O(1) free cluster calculation (David Fox, Szabolcs Szakacsits) More... over 16 years ago
release 1.910-RC More... over 16 years ago
ntfs_attr_pwrite: write cluster size blocks if it's possible when expanding attributes. This will cause the kernel not to seek and read disk blocks for filling the end of the buffer which increases write speed at least by 2-11 fold typically. (David Fox, Szabolcs Szakacsits) More... over 16 years ago
Scatter objects more far from each other to reduce disk fragmentation. This greatly helps multi GB size file write performance, especially after writing tens of thousands smaller files. More... over 16 years ago
add ntfs_security_hash(): hash of a security descriptor (Anton Altaparmakov) More... over 16 years ago
add ntfs_rol32 and ntfs_ror32 More... over 16 years ago
point to the detailed Changelog and give help how it can be generated More... over 16 years ago
remove unused list.h header file More... over 16 years ago
release 1.826 More... over 16 years ago
ntfs_volume_startup: cleanup More... over 16 years ago
fix compilation with glibc 2.7 (Tom "spot" Callaway) More... over 16 years ago
Unconditionally apply --disable-ldconfig if --disable-library used More... over 16 years ago
Add --disable-library option: don't install libntfs-3g but link into ntfs-3g. Binary size is 10-15% down, performance is 2-5% up (Bernhard Kaindl) More... over 16 years ago
Ignore the volume dirty bit because its real meaning is "check the volume" (set by chkdsk, ntfsresize, ntfsfix) and this is what ext2, ext3, ext4, reiserfs and xfs do in similar cases. The fact of the real dirtiness is stored in the NTFS logfile which is already checked for. More... over 16 years ago
explain the 'locale' mount option a bit better More... almost 17 years ago
fix: utimes() shouldn't update the parent dir mtime (Wayne Sherman, Szaka) More... almost 17 years ago
release 1.810 More... almost 17 years ago
don't turn on permission checking if umask, fmask or dmask is zero since the effect were just the opposite users wanted More... almost 17 years ago
fix: unmount (fusermount -u) was denied for an unrpivileged user who was allowed to mount a block device. FUSE 2.7.0+ is required for the full fix. More... almost 17 years ago
fix: rename may updated mtime for some files/dirs (Wayne Sherman, Szaka) More... almost 17 years ago
add a section about Windows filename compatibility More... almost 17 years ago
fix hangs in readdir(): ntfs_fuse_filler() returns error if FUSE filler failed More... almost 17 years ago
fix ntfs_readdir(): return with error if filldir() fails More... almost 17 years ago
More explanatory warning if FUSE isn't installed with --exec-prefix=/ More... almost 17 years ago
ntfs_mft_bitmap_find_free_rec: log errno More... almost 17 years ago
ntfs_mft_bitmap_find_free_rec: logging cleanup More... almost 17 years ago
ntfs_mft_records_read, ntfs_file_record_read: log all errors More... almost 17 years ago
ntfs_mft_bitmap_extend_allocation: remove redundant cluster allocation More... almost 17 years ago