OSDN Git Service

android-x86/external-exfat.git
2015-08-24 relanAdd __packed__ attribute to all on-disk structures...
2015-08-24 relanMake fsck open volume in read-only mode.
2015-08-24 relanAllow clusters bitmap size to exceed minimum value.
2015-08-24 relanParse root directory on mount to catch FS errors earlier.
2015-08-24 relanAdd cluster number endianness conversion when writing...
2015-08-24 relanAdd missing endianness conversion for cluster number.
2015-08-24 relanUse b2o() in exfat_c2o() for consistency.
2015-08-24 relanCreate symlink mount.exfat -> mount.exfat-fuse on install.
2015-08-24 relanCheck FAT count on mount.
2015-08-24 relanCheck FS version on mount.
2015-08-24 relanFix integer overflow in block number calculation code.
2015-08-24 relanAdd fsname option (required for automounting).
2015-08-24 relanImplement dynamic allocation of mount options string.
2015-08-24 relanUpdate superblock format definition.
2015-08-24 relanBump version to 0.9.0.
2015-08-24 relanImplement dynamic calculation of free clusters count.
2015-08-24 relanFix truncate().
2015-08-24 relanFix truncate(): it always returned 0 instead of actual...
2015-08-24 relanPass actual return code from lookup_name() instead...
2015-08-24 relanFix rename(): replace target if it exists.
2015-08-24 relanFix fsck: now it can handle paths or any length.
2015-08-24 relanAdd cluster size check on mount.
2015-08-24 relanDo not write EOD when growing directory.
2015-08-24 relanErase allocated space when growing a file.
2015-08-24 relanRename entries structures for consistency.
2015-08-24 relanCheck file name for characters that are not allowed.
2015-08-24 relanFix Mac OS X support.
2015-08-24 relanMove endianness stuff into a separate header.
2015-08-24 relanAdd file with GPLv3 text.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanAdd patchlevel constant.
2015-08-24 relanReturn non-zero code from fsck if errors were found.
2015-08-24 relanImplement rename in FUSE driver.
2015-08-24 relanImplement rename in libexfat.
2015-08-24 relanMove nodes tree manipulation code into separate functions.
2015-08-24 relanBig-endian machines support.
2015-08-24 relanAdd noatime mount option.
2015-08-24 relanCheck that FS is mounted in read-write mode on node...
2015-08-24 relanClean up mtime updating.
2015-08-24 relanAdd function that updates node mtime.
2015-08-24 relanUpdate atime on read.
2015-08-24 relanAdd function that updates node atime.
2015-08-24 relanAdd additional check of cluster index on freeing.
2015-08-24 relanUpdate parent directory mtime when file is removed.
2015-08-24 relanOpen special file in RO mode if FS was mounted with...
2015-08-24 relanImplement uid and gid mount options.
2015-08-24 relanFix options string parsing.
2015-08-24 relanFix format strings warnings.
2015-08-24 relanImplement utimens (file time stamps updating).
2015-08-24 relanUpdate mtime of parent directory when file is created.
2015-08-24 relanUpdate mtime on file truncation.
2015-08-24 relanSet st_blocks field in struct stat.
2015-08-24 relanFix format string.
2015-08-24 relanFix format strings warnings.
2015-08-24 relanAdd attributes for printf-style functions.
2015-08-24 relanImplement umask, dmask and fmask mount options.
2015-08-24 relanPass struct exfat to exfat_stat().
2015-08-24 relanPass mount options to exfat_mount().
2015-08-24 relanMake all FUSE operations static.
2015-08-24 relanUnify alignment of * in functions prototypes.
2015-08-24 relanImplement mknod and mkdir in FUSE driver.
2015-08-24 relanImplement mknod and mkdir in libexfat.
2015-08-24 relanAdd file name hash calculation function.
2015-08-24 relanFix file flag updating on node flush.
2015-08-24 relanFix error message in fsck.
2015-08-24 relanCheck exfat_truncate() return value in exfat_write().
2015-08-24 relanAdd file size fields check.
2015-08-24 relanFix file size updating on node flush.
2015-08-24 relanFix FS structure definition.
2015-08-24 relanMove new node allocation and initialization into functions.
2015-08-24 relanAllocate buffer immediately in opendir() function.
2015-08-24 relanSplit checksum calculation into a separate function.
2015-08-24 relanMove DIV_ROUND_UP macro to header to be used by other...
2015-08-24 relanDaemonize on mount.
2015-08-24 relanFix memory leak.
2015-08-24 relanImplement unlink and rmdir in the FUSE driver.
2015-08-24 relanImplement unlink and rmdir in libexfat.
2015-08-24 relanAdd function that calculates UTF-16 string length.
2015-08-24 relanFix node flush.
2015-08-24 relanAdd pointer to parent for each node.
2015-08-24 relanRename nextent() function to fetch_next_entry().
2015-08-24 relanAdd install target to SConscript.
2015-08-24 relanRepresent directory entry address as cluster + offset.
2015-08-24 relanFix directory contents reading.
2015-08-24 relanAdd FUSE debug option (-d).
2015-08-24 relanUpdate mtime on each write.
2015-08-24 relanRemove non-existent functions declarations.
2015-08-24 relanFlush clusters bitmap on file close.
2015-08-24 relanFlush node on close instead of flushing on each node...
2015-08-24 relanPass struct exfat to exfat_put_node() function.
2015-08-24 relanAdd node clusters check in fsck.
2015-08-24 relanAdd directory size verification on node creation.
2015-08-24 relanRemember recently used cluster of each node.
2015-08-24 relanImprove clusters allocation algorithm.
2015-08-24 relanImprove find_bit_and_set() function.
2015-08-24 relanFix clusters bitmap handling: it starts from cluster...
2015-08-24 relanErase struct exfat on mount.
2015-08-24 relanImplement existing files writing in FUSE driver.
2015-08-24 relanImplement existing files writing in libexfat.
2015-08-24 relanImplement checksum verification on node creation.
next