OSDN Git Service

Replace fixed PATH to the value from the environment.
[android-x86/external-exfat.git] / fuse /
2015-08-24 relanRefactor device access mode handling.
2015-08-24 relanAdd empty chmod() handler.
2015-08-24 relanImprove error handling.
2015-08-24 relanDefine FUSE_USE_VERSION only before inclusion of fuse.h.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanRename read/write functions.
2015-08-24 relanRetry to mount FS in read-only mode if device is write...
2015-08-24 relanUpdate man pages.
2015-08-24 relanAdd -v option that prints version and copyright.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanKeep cache on file open.
2015-08-24 relanMove FUSE arguments construction into a separate function.
2015-08-24 relanPass blksize option to FUSE.
2015-08-24 relanInitialize libexfat before FUSE arguments construction.
2015-08-24 relanPass user=xxxx option to FUSE.
2015-08-24 relanUnify CLI help syntax.
2015-08-24 relanReport block size = fragment size = cluster size.
2015-08-24 relanAdd mount.exfat-fuse man page under source control.
2015-08-24 relanAdd fsname option (required for automounting).
2015-08-24 relanImplement dynamic allocation of mount options string.
2015-08-24 relanImplement dynamic calculation of free clusters count.
2015-08-24 relanFix truncate(): it always returned 0 instead of actual...
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanAdd patchlevel constant.
2015-08-24 relanImplement rename in FUSE driver.
2015-08-24 relanFix format strings warnings.
2015-08-24 relanImplement utimens (file time stamps updating).
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 relanDaemonize on mount.
2015-08-24 relanImplement unlink and rmdir in the FUSE driver.
2015-08-24 relanAdd FUSE debug option (-d).
2015-08-24 relanPass struct exfat to exfat_put_node() function.
2015-08-24 relanImplement existing files writing in FUSE driver.
2015-08-24 relanImplement nodes cache (in-core directory structure...
2015-08-24 relanAdd cleanup on FUSE module shutdown.
2015-08-24 relanFix crash in FUSE module on shutdown.
2015-08-24 relanImplement dynamic nodes allocation.
2015-08-24 relanUse exfat_get_name() to get file name in fuse_exfat_rea...
2015-08-24 relanInitial code drop.