OSDN Git Service

Unify alignment of * in functions prototypes.
[android-x86/external-exfat.git] / fuse / main.c
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.