aboutsummaryrefslogtreecommitdiffstats
path: root/fuse
Commit message (Expand)AuthorAgeFilesLines
* exfat: Rework build configurationSteve Kondik2015-11-101-3/+13
* Add support for building on AndroidSteve Kondik2015-11-101-0/+15
* Add case-insensitivity note to the mount.exfat-fuse man page.relan2015-11-091-0/+20
* Move nodes flush from exfat_flush() into a separate function.relan2015-11-071-0/+3
* Include man pages into distribution.relan2015-08-261-0/+1
* Create symlinks on install.relan2015-08-261-0/+6
* Drop version.h header.relan2015-08-261-2/+1
* Include local headers before system headers.relan2015-08-261-1/+1
* Use GNU build system (autotools).relan2015-08-261-0/+27
* Update copyright years.relan2015-08-242-3/+3
* Update man page to reflect the change of umask option default.relan2015-08-241-1/+1
* Add "create" FUSE operation.relan2015-08-241-1/+20
* Add DEBUG define that enables logging of FUSE events.relan2015-08-241-1/+3
* Pass default_permissions to FUSE.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-242-3/+3
* Use apostrophe for both opening and closing quotes in messages.relan2015-08-241-2/+2
* Fix memory leak on realloc() failure.relan2015-08-241-0/+2
* Fix negative IUsed in "df -i" output.relan2015-08-241-1/+1
* Fix nodes flush on FUSE implementations that do not call flush().relan2015-08-241-3/+11
* Add missing node flush on utimens().relan2015-08-241-1/+2
* Handle I/O errors in exfat_put_node().relan2015-08-241-9/+26
* Fix crash on unmount under OSXFUSE.relan2015-08-241-3/+6
* Handle I/O error in exfat_flush().relan2015-08-241-1/+3
* Handle I/O errors in exfat_flush_node().relan2015-08-241-1/+5
* Implement fsync() and fsyncdir().relan2015-08-241-0/+11
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Fix handling of long non-ASCII file names.relan2015-08-241-2/+2
* Relax mode handling.relan2015-08-242-13/+10
* Fix grammar in mount.exfat-fuse man page.relan2015-08-241-1/+1
* Add "quiet" option.relan2015-08-242-7/+19
* Allow -v option for compatibility with mount utility.relan2015-08-242-1/+9
* Use getopt() for options parsing.relan2015-08-241-22/+17
* Use -V instead of -v option to print version.relan2015-08-242-4/+4
* Allow -n option for automount/autofs compatibility.relan2015-08-242-0/+8
* Avoid extra erase on writes to the end of a file.relan2015-08-241-1/+1
* Add fsname parameter as is.relan2015-08-241-16/+1
* Fix "Operation not permitted" error on reading an empty file.relan2015-08-241-6/+12
* Update copyright years.relan2015-08-241-2/+2
* Avoid using PATH_MAX constant.relan2015-08-241-3/+5
* OS X: disable permission checks made by FUSE.relan2015-08-241-1/+2
* Fix indentation.relan2015-08-241-1/+1
* Improve trace macros.relan2015-08-241-15/+20
* Enable big_writes.relan2015-08-241-1/+10
* Fix fuse_exfat_read() and fuse_exfat_write() return values.relan2015-08-241-2/+6
* Refactor device access mode handling.relan2015-08-241-1/+1
* Add empty chmod() handler.relan2015-08-241-0/+12
* Improve error handling.relan2015-08-241-8/+13
* Define FUSE_USE_VERSION only before inclusion of fuse.h.relan2015-08-241-0/+1
* Update copyright years.relan2015-08-241-2/+2
* Rename read/write functions.relan2015-08-241-2/+2