Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_exfat
/
cb1f91eb9dd1e4a4d4bd930f7040498b199ec8f5
cb1f91e
Handle I/O errors in exfat_put_node().
by relan
· 11 years ago
72e0cb9
Check device size on mount.
by relan
· 12 years ago
c236f87
Validate VBR checksum before other checks.
by relan
· 12 years ago
52fefe0
Fix missing node put on error paths.
by relan
· 12 years ago
2fbb5dc
Fix return value from exfat_rename().
by relan
· 12 years ago
4656273
Fix memory use after free on error paths.
by relan
· 12 years ago
30be424
Fix compilation on OpenBSD.
by relan
· 12 years ago
bac8f16
Add OpenBSD support.
by relan
· 12 years ago
4f6d158
Add note about partition type to the man page.
by relan
· 12 years ago
e8460fa
Relax node size check. This fixes pagefile.sys error.
by relan
· 12 years ago
d52759f
Move node checks into a separate function check_node().
by relan
· 12 years ago
4af0e4c
Simplify return code checking in shrink_directory().
by relan
· 12 years ago
6fab8af
Fix bitmaps handling on big-endian machines.
by relan
· 12 years ago
bbf2fe8
Handle I/O error in exfat_next_cluster().
by relan
· 12 years ago
554da37
Fix return codes from exfat_close() and exfat_fsync().
by relan
· 12 years ago
8f3a4bd
Fix crash on unmount under OSXFUSE.
by relan
· 12 years ago
7567ded
Handle I/O error in exfat_flush().
by relan
· 12 years ago
d922750
Handle I/O errors in exfat_flush_node().
by relan
· 12 years ago
30042f4
Close device and free super block on failure to read boot sector.
by relan
· 12 years ago
d1f054d
Handle I/O errors in erase_entry().
by relan
· 12 years ago
0c4b5cb
Handle I/O errors in rename_entry().
by relan
· 12 years ago
e1b4f51
Handle I/O error in set_next_cluster().
by relan
· 12 years ago
2261c49
Handle I/O error in erase_raw().
by relan
· 12 years ago
fdf590e
Handle I/O errors.
by relan
· 12 years ago
1a11935
Give the caller of pread()/pwrite() a chance to handle I/O errors.
by relan
· 12 years ago
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
Next »