Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_exfat
/
30336a7bcd6140b9cd1f8079f3d1e658a94bda50
30336a7
Address clusters bitmap using size_t-sized blocks instead of bytes.
by relan
· 12 years ago
ddc1dc3
Check max continuations count when reading file entry.
by relan
· 12 years ago
bd57f2a
Fix buffer overflows for file names of exactly 256 UTF-16 chars.
by relan
· 12 years ago
1688f27
Implement fsync() and fsyncdir().
by relan
· 12 years ago
3925ca6
Fix license for the SConscript.
by relan
· 12 years ago
48573ff
Relicense the code from GPLv3+ to GPLv2+.
by relan
· 12 years ago
704ec0c
Use safer names for byteorder stuff.
by relan
· 12 years ago
bbc6225
Remove OpenBSD-specific macros.
by relan
· 12 years ago
1c73374
Remove Solaris-specific macros.
by relan
· 12 years ago
3f88f85
Fix __attribute => __attribute__.
by relan
· 12 years ago
606c385
Use C11 _Static_assert if it is supported by a compiler.
by relan
· 12 years ago
71f28d7
Improve STATIC_ASSERT.
by relan
· 12 years ago
a0b04d4
Remove excessive semicolons after static asserts.
by relan
· 12 years ago
cbfe702
Move compiler-specific code into a separate header.
by relan
· 12 years ago
48a148d
Remove extra error message.
by relan
· 12 years ago
bf73812
Update volume label in struct exfat on exfat_set_label().
by relan
· 12 years ago
2a2e7d4
Fix handling of long non-ASCII file names.
by relan
· 12 years ago
2b59be2
Move platform-specific code into a separate header.
by relan
· 12 years ago
ab42126
Relax mode handling.
by relan
· 12 years ago
e027b38
Fix grammar in mount.exfat-fuse man page.
by relan
· 12 years ago
18293d5
Add "quiet" option.
by relan
· 12 years ago
844805a
Allow -v option for compatibility with mount utility.
by relan
· 12 years ago
31b1232
Use getopt() for options parsing.
by relan
· 12 years ago
8ba8214
Use -V instead of -v option to print version.
by relan
· 12 years ago
18fc37c
Allow -n option for automount/autofs compatibility.
by relan
· 12 years ago
36a79d4
Avoid extra erase on writes to the end of a file.
by relan
· 13 years ago
d5bd92b
Add fsname parameter as is.
by relan
· 13 years ago
8e7046e
Use bool type.
by relan
· 13 years ago
89d9fc8
Make next_entry() function static.
by relan
· 13 years ago
3869d4b
Fix unexpected removal of a directory if it is moved into itself.
by relan
· 13 years ago
7ef8cf0
Fix "Operation not permitted" error on reading an empty file.
by relan
· 13 years ago
bc3b32d
Bump version to 1.0.0 and update changelog.
by relan
· 13 years ago
8738571
Update copyright years.
by relan
· 13 years ago
a374326
Fix allocation of a cluster beyond valid clusters range.
by relan
· 13 years ago
816913f
Avoid using PATH_MAX constant.
by relan
· 13 years ago
19ea7e5
OS X: disable permission checks made by FUSE.
by relan
· 13 years ago
6a0ff01
Remove duplicate code in reset_cache().
by relan
· 13 years ago
f266a3b
Move tree_attach() and tree_detach() upper.
by relan
· 13 years ago
dfc952f
Fix extra decrement of reference counter of hanging nodes.
by relan
· 13 years ago
2f0ecf7
Fix cleaning of libexfat broken in r312.
by relan
· 13 years ago
d30f3fb
Get PATH and SYSROOT variables from the environment.
by relan
· 13 years ago
08f679d
Respect AR and RANLIB environment variables in SConscript.
by relan
· 13 years ago
e54bdee
Seek to the beginning of the device after detecting its size.
by relan
· 13 years ago
074a8f0
Print device name in the error message.
by relan
· 13 years ago
044a00e
Fix indentation.
by relan
· 13 years ago
e17d22b
Improve trace macros.
by relan
· 13 years ago
c7f30bc
Enable big_writes.
by relan
· 13 years ago
8af2b58
Fix fuse_exfat_read() and fuse_exfat_write() return values.
by relan
· 13 years ago
73160fd
Fix exfat_generic_pwrite().
by relan
· 13 years ago
54cc312
Replace fixed PATH to the value from the environment.
by relan
· 13 years ago
99e9224
Check compiler presense in SConscript.
by relan
· 13 years ago
091252d
Check size of off_t type in SConscript.
by relan
· 13 years ago
ecb9d8a
Do not configure when cleaning.
by relan
· 13 years ago
207e6b5
Remove symlinks on cleaning the install alias.
by relan
· 13 years ago
09224d8
Fix crash in exfat_rename().
by relan
· 13 years ago
6240a70
OS X: fix raw device size detection.
by relan
· 13 years ago
572ac77
Use bool type.
by relan
· 13 years ago
ff8e081
OS X: correctly detect device size.
by relan
· 13 years ago
2459179
Rename exfat_mode() to exfat_get_mode().
by relan
· 13 years ago
ab6e2ba
Remove extra include.
by relan
· 13 years ago
ae4a80a
Check file size after all name entries are parsed.
by relan
· 13 years ago
7c5d91d
Do not print directory name on size check failure.
by relan
· 13 years ago
9db56bd
Use bool type.
by relan
· 13 years ago
b30c1ad
OS X: set deployment target to Mac OS X 10.5 Leopard.
by relan
· 13 years ago
f0d39b5
Do BLKROGET ioctl to make sure the device is not read-only.
by relan
· 13 years ago
84e2bcb
Refactor device access mode handling.
by relan
· 13 years ago
b65cf6e
Improve OS X support.
by relan
· 13 years ago
3043d98
Add empty chmod() handler.
by relan
· 13 years ago
152b33d
Improve invalid clusters handling.
by relan
· 13 years ago
226443f
Reorganize directories checking.
by relan
· 13 years ago
809ca01
Improve error handling.
by relan
· 13 years ago
4961a7f
Bump version to 0.9.8 and update changelog.
by relan
· 13 years ago
3c20d20
Avoid integer truncation.
by relan
· 13 years ago
533dc49
Fix erasing of label buffer.
by relan
· 13 years ago
b662bde
The new mkfs rewritten in more declarative style.
by relan
· 13 years ago
e67a488
Explicitly require C99 and define _GNU_SOURCE.
by relan
· 13 years ago
7e5c037
Define FUSE_USE_VERSION only before inclusion of fuse.h.
by relan
· 13 years ago
7931e8c
Fix _FILE_OFFSET_BITS check: it can be not defined at all.
by relan
· 13 years ago
ef40db1
Update copyright years in SConscript.
by relan
· 13 years ago
961a280
Respect CPPFLAGS environment variable in SConscript.
by relan
· 13 years ago
9e4c7cb
Fix handling of characters beyond BMP.
by relan
· 13 years ago
bc2305c
Fix file name in heading.
by relan
· 13 years ago
51b8bf9
Update copyright years.
by relan
· 13 years ago
d1370b2
Echo messages to syslog only if stderr is not attached to terminal.
by relan
· 13 years ago
0ffdc3f
Suggest valid cluster size if user specified too small value.
by relan
· 13 years ago
5f2f1ec
Select suitable cluster size when creating a huge FS.
by relan
· 13 years ago
3ae8060
Fail to create FS if specified cluster size is too small.
by relan
· 13 years ago
daea52a
Add constant for the last possible valid cluster number.
by relan
· 13 years ago
9b149f8
Fix huge sizes formatting.
by relan
· 13 years ago
53da11e
Bump version to 0.9.7 and update changelog.
by relan
· 14 years ago
541936b
Fix format warnings produced by clang.
by relan
· 14 years ago
5d8383e
Fix error message about device type.
by relan
· 14 years ago
e436f95
Add ublio support for FreeBSD.
by relan
· 14 years ago
6056121
Use a list of libraries in SConscript.
by relan
· 14 years ago
ad3c845
Represent device as an extensible structure.
by relan
· 14 years ago
9d3278d
Support building on FreeBSD.
by relan
· 14 years ago
5b72fc0
Move platform-specific configuration code after common code.
by relan
· 14 years ago
9241fb1
Fix use of write() missed in r262.
by relan
· 14 years ago
e20650a
Add exfat_seek() interface (wrapper for lseek()).
by relan
· 14 years ago
c3d0e4d
Fix double close on failure to convert volume label to UTF-16.
by relan
· 14 years ago
Next »