aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/exfat.h
Commit message (Expand)AuthorAgeFilesLines
* exfat-fuse: Don't export UTF conversion functionsHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kcm-13.0Steve Kondik2016-01-211-6/+0
* exfat: ifdef android pre-generated configMatt Mower2015-11-101-0/+4
* exfat: Provide pre-generated config.h for androidMatt Mower2015-11-101-1/+1
* Move nodes flush from exfat_flush() into a separate function.relan2015-11-071-0/+1
* Drop version.h header.relan2015-08-261-1/+0
* Include local headers before system headers.relan2015-08-261-3/+4
* Update copyright years.relan2015-08-241-1/+1
* Move off_t size check from build script to code.relan2015-08-241-0/+4
* Update copyright years.relan2015-08-241-1/+1
* Handle I/O errors in exfat_put_node().relan2015-08-241-0/+1
* Fix bitmaps handling on big-endian machines.relan2015-08-241-1/+0
* Handle I/O error in exfat_flush().relan2015-08-241-1/+1
* Handle I/O errors in exfat_flush_node().relan2015-08-241-1/+1
* Give the caller of pread()/pwrite() a chance to handle I/O errors.relan2015-08-241-2/+2
* Address clusters bitmap using size_t-sized blocks instead of bytes.relan2015-08-241-4/+8
* Implement fsync() and fsyncdir().relan2015-08-241-1/+1
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Move compiler-specific code into a separate header.relan2015-08-241-8/+5
* Fix handling of long non-ASCII file names.relan2015-08-241-2/+2
* Relax mode handling.relan2015-08-241-1/+0
* Add "quiet" option.relan2015-08-241-0/+1
* Avoid extra erase on writes to the end of a file.relan2015-08-241-1/+2
* Update copyright years.relan2015-08-241-1/+1
* Use bool type.relan2015-08-241-1/+1
* OS X: correctly detect device size.relan2015-08-241-0/+1
* Rename exfat_mode() to exfat_get_mode().relan2015-08-241-1/+1
* Use bool type.relan2015-08-241-1/+2
* Refactor device access mode handling.relan2015-08-241-2/+9
* Improve invalid clusters handling.relan2015-08-241-1/+2
* The new mkfs rewritten in more declarative style.relan2015-08-241-0/+1
* Update copyright years.relan2015-08-241-1/+1
* Select suitable cluster size when creating a huge FS.relan2015-08-241-0/+1
* Add constant for the last possible valid cluster number.relan2015-08-241-1/+1
* Represent device as an extensible structure.relan2015-08-241-9/+13
* Add exfat_seek() interface (wrapper for lseek()).relan2015-08-241-0/+1
* Add exfat_read() and exfat_write() interfaces.relan2015-08-241-0/+2
* Add exfat_fsync() function.relan2015-08-241-0/+1
* Add exfat_close() function.relan2015-08-241-0/+1
* Rename read/write functions.relan2015-08-241-4/+4
* Use a more portable way to obtain timezone offset.relan2015-08-241-0/+1
* Move time-related stuff into a separate file.relan2015-08-241-3/+4
* Retry to mount FS in read-only mode if device is write-protected.relan2015-08-241-0/+1
* Erase whole clusters instead of sectors.relan2015-08-241-1/+1
* Add exfat_open() function.relan2015-08-241-0/+1
* Rename block to sector to avoid confusion.relan2015-08-241-6/+6
* Add -u option for dumpexfat that prints used sectors.relan2015-08-241-0/+1
* Add functions that get and set volume label.relan2015-08-241-0/+4
* Move VBR checksum calculation functions to libexfat.relan2015-08-241-0/+2
* Add a function that prints basic information about FS to stdout.relan2015-08-241-0/+2
* exfat_count_free_clusters() should not modify the argument.relan2015-08-241-1/+1