aboutsummaryrefslogtreecommitdiffstats
path: root/fuse
Commit message (Expand)AuthorAgeFilesLines
* Pass user=xxxx option to FUSE.relan2015-08-241-0/+24
* Unify CLI help syntax.relan2015-08-242-2/+11
* Report block size = fragment size = cluster size.relan2015-08-241-6/+3
* Add mount.exfat-fuse man page under source control.relan2015-08-241-0/+56
* Add fsname option (required for automounting).relan2015-08-241-0/+16
* Implement dynamic allocation of mount options string.relan2015-08-241-2/+56
* Implement dynamic calculation of free clusters count.relan2015-08-241-1/+2
* Fix truncate(): it always returned 0 instead of actual result.relan2015-08-241-2/+2
* Change source files headings to meet FSF recommendations.relan2015-08-241-7/+18
* Add patchlevel constant.relan2015-08-241-1/+2
* Implement rename in FUSE driver.relan2015-08-241-0/+7
* Fix format strings warnings.relan2015-08-241-3/+4
* Implement utimens (file time stamps updating).relan2015-08-241-0/+17
* Pass struct exfat to exfat_stat().relan2015-08-241-1/+1
* Pass mount options to exfat_mount().relan2015-08-241-1/+1
* Make all FUSE operations static.relan2015-08-241-3/+3
* Unify alignment of * in functions prototypes.relan2015-08-241-15/+15
* Implement mknod and mkdir in FUSE driver.relan2015-08-241-0/+14
* Daemonize on mount.relan2015-08-241-0/+3
* Implement unlink and rmdir in the FUSE driver.relan2015-08-241-0/+34
* Add FUSE debug option (-d).relan2015-08-241-1/+5
* Pass struct exfat to exfat_put_node() function.relan2015-08-241-8/+8
* Implement existing files writing in FUSE driver.relan2015-08-241-0/+25
* Implement nodes cache (in-core directory structure representation).relan2015-08-241-3/+10
* Add cleanup on FUSE module shutdown.relan2015-08-241-0/+6
* Fix crash in FUSE module on shutdown.relan2015-08-241-18/+25
* Implement dynamic nodes allocation.relan2015-08-241-17/+20
* Use exfat_get_name() to get file name in fuse_exfat_readdir().relan2015-08-241-1/+1
* Initial code drop.relan2015-08-241-0/+231