102
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
factor out ntfs_attr_get_free_bits() More... over 17 years ago
don't log "Unmounting ..." if volume isn't FUSE mounted yet (B. Kaindl, Szaka) More... over 17 years ago
factor out mount_fuse(); fix fuse mount error paths More... over 17 years ago
ntfs_inode_attach_all_extents(): fix big-endianness (rsync may failed) More... over 17 years ago
check properly for the linux and __uClinux__ macros More... over 17 years ago
non-inline ntfs_fuse_is_named_data_stream & NAttr* functions: 500+ bytes saved More... over 17 years ago
add preliminary uClinux support (huwenke, Szabolcs Szakacsits) More... over 17 years ago
create the /dev/misc/fuse character device too if uclibc used More... over 17 years ago
struct ntfs_logging: workaround for broken gcc format attribute handling More... over 17 years ago
ntfs_file_record_read(): logging cleanup More... over 17 years ago
use the FUSE debug only if the debug mount option is used More... over 17 years ago
ntfs_fuse_read(): don't flood log with EINVAL when using broken Thunderbirds (Julian Sikorski, Szabolcs Szakacsits) More... over 17 years ago
ntfs_ir_truncate(): log only the real errors More... over 17 years ago
ntfs_security_hash(): big-endian fix (Erik Larsson) More... over 17 years ago
fix bogus warning if FUSE is installed in /lib64 (Jean-Pierre Andre, Szaka) More... over 17 years ago
ntfs_fuse_statfs(): fix free inodes available for non-privileged processes More... over 17 years ago
fix 64-bitness printf format string compiler warnings (Jean-Pierre Andre) More... over 17 years ago
fix 64-bitness printf format string compiler warnings (Jean-Pierre Andre) More... over 17 years ago
try to better explain fuse installation errors More... over 17 years ago
remove bogus format attribute which caused some gcc to crash More... over 17 years ago
fix warnings More... over 17 years ago
release 1.1004 More... over 17 years ago
fix: unwritten sparse file regions could get corrupted if the end of a write wasn't aligned to cluster boundary. More... over 17 years ago
max_empty_bit_range(): 30-50% speed up (David Fox) More... over 17 years ago
optimization: find(1) is 20-200% faster for disk based and 300-600% faster for memory cache based directory traversals More... over 17 years ago
optimization: find(1) is 20-200% faster for disk based and 300-600% faster for memory cache based directory traversals More... over 17 years ago
statfs() and free inode calculation is O(1) (David Fox, Szabolcs Szakacsits) More... over 17 years ago
ntfs_volume_check_hiberfile(): remove unused variable More... over 17 years ago
try_fuse_mount(): remove non-specific, redundant error message More... over 17 years ago
implement the .create fuse method: this should solve the problem of open("file", O_CREAT, S_IREAD) besides it improved file creation performance by 20% (Jean-Pierre Andre, Szabolcs Szakacsits) More... over 17 years ago