OSDN Git Service

Move FUSE arguments construction into a separate function.
[android-x86/external-exfat.git] / fuse / main.c
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 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.