Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_exfat
/
b37d4d46250ba0dc031dec81b4dad4b76cb57609
b37d4d4
Install man pages by default.
by relan
· 9 years ago
74cb906
Add platform-specific instructions to README.md.
by relan
· 10 years ago
a7282fe
Escape commas (and backslashes) in device names.
by relan
· 10 years ago
0514eff
Bump version to 1.2.3 and update changelog.
by relan
· 10 years ago
1bacc53
Fix clusters loss when file renaming replaces target.
by relan
· 10 years ago
5bf2c77
Bump version to 1.2.2 and update changelog.
by relan
· 10 years ago
3aab9ca
Add case-insensitivity note to the mount.exfat-fuse man page.
by relan
· 10 years ago
48ec1fa
Add uninstall command to the README.md.
by relan
· 10 years ago
c4d1bc1
Flush clusters bitmap on each file close.
by relan
· 10 years ago
01be539
Move nodes flush from exfat_flush() into a separate function.
by relan
· 10 years ago
77a236c
Support platform macros for GNU/kFreeBSD and GNU/HURD.
by relan
· 10 years ago
b7953e2
Bump version to 1.2.1 and update changelog.
by relan
· 10 years ago
baa724a
Detect infinite loop in rootdir_size().
by relan
· 10 years ago
38d5c3a
Check sector and cluster size before use.
by relan
· 10 years ago
5d3dd6f
Do not set archive bit on directory creation.
by relan
· 10 years ago
8099d13
Make README.md more text-friendly.
by relan
· 10 years ago
b36d87d
Update changelog.
by relan
· 10 years ago
8421f50
Include man pages into distribution.
by relan
· 10 years ago
d6f9ccd
Create symlinks on install.
by relan
· 10 years ago
c50537e
Drop version.h header.
by relan
· 10 years ago
c05a94a
Include local headers before system headers.
by relan
· 10 years ago
1d5fbd9
Add .gitignore.
by relan
· 10 years ago
c50260f
Use GNU build system (autotools).
by relan
· 10 years ago
bb48a42
Support musl libc that does not define __GLIBC__ macro.
by relan
· 10 years ago
fcba4d9
Turn "FS is larger than device" error into warning.
by relan
· 10 years ago
8c4c5fa
Recognize optional entries.
by relan
· 10 years ago
feaadd5
Fix typo in the dumpexfat man page.
by relan
· 10 years ago
d3c8cf2
Update copyright years.
by relan
· 10 years ago
969a279
Update man page to reflect the change of umask option default.
by relan
· 10 years ago
623633e
Add /usr/local/lib to LIBPATH on OS X.
by relan
· 10 years ago
4b2d73e
Move off_t size check from build script to code.
by relan
· 10 years ago
5b42458
Add "create" FUSE operation.
by relan
· 10 years ago
5d6a73e
Create README.md.
by relan
· 11 years ago
fc073c6
Add DEBUG define that enables logging of FUSE events.
by relan
· 11 years ago
54c3781
Pass default_permissions to FUSE.
by relan
· 11 years ago
50c3ff8
Fix heap corruption: bitmap_size is in bits, not bytes.
by relan
· 11 years ago
d77d7dc
Bump version to 1.1.0 and update changelog.
by relan
· 11 years ago
aed66bc
Update copyright years.
by relan
· 11 years ago
5f362f6
Use bool type in fetch_next_entry().
by relan
· 11 years ago
b0e1b8f
Use bool type in verify_vbr_checksum().
by relan
· 11 years ago
5119f7a
Rename real_size to valid_size and add comment about this field.
by relan
· 11 years ago
7704845
Print errno on device open/close/fsync failure.
by relan
· 11 years ago
eca4ae8
Use apostrophe for both opening and closing quotes in messages.
by relan
· 11 years ago
174be33
Fix opening of a regular file (broken in r403).
by relan
· 11 years ago
a7da4aa
Set errno to EROFS on failure to open the device in RW mode.
by relan
· 11 years ago
7f46abf
Fix memory leak on realloc() failure.
by relan
· 11 years ago
9568e2b
Fix memory leak on error path when clusters bitmap writing fails.
by relan
· 11 years ago
0e6d4da
Fix potential garbage at the end of clusters bitmap.
by relan
· 11 years ago
4ad726d
Fix negative IUsed in "df -i" output.
by relan
· 11 years ago
ed02961
Fix nodes flush on FUSE implementations that do not call flush().
by relan
· 11 years ago
ad34cce
Add missing node flush on utimens().
by relan
· 11 years ago
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
Next »