- ad57a10 Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years, 6 months ago
- fc96152 exfat: Fix potential use after free in exfat_load_upcase_table() by Dan Carpenter · 4 years, 6 months ago
- a949824 exfat: fix range validation error in alloc and free cluster by hyeongseok.kim · 4 years, 7 months ago
- 29bbb14 exfat: fix incorrect update of stream entry in __exfat_truncate() by Namjae Jeon · 4 years, 7 months ago
- f341a7d exfat: fix memory leak in exfat_parse_param() by Al Viro · 4 years, 7 months ago
- f780598 exfat: remove unnecessary reassignment of p_uniname->name_len by Namjae Jeon · 4 years, 7 months ago
- 5875bf2 exfat: standardize checksum calculation by Tetsuhiro Kohada · 4 years, 7 months ago
- 476189c exfat: add boot region verification by Tetsuhiro Kohada · 4 years, 7 months ago
- 33404a1 exfat: separate the boot sector analysis by Tetsuhiro Kohada · 4 years, 7 months ago
- 181a9e8 exfat: redefine PBR as boot_sector by Tetsuhiro Kohada · 4 years, 7 months ago
- 943af1f exfat: optimize dir-cache by Tetsuhiro Kohada · 4 years, 7 months ago
- ed0f84d exfat: replace 'time_ms' with 'time_cs' by Tetsuhiro Kohada · 4 years, 8 months ago
- cdc0612 exfat: remove the assignment of 0 to bool variable by Jason Yan · 4 years, 8 months ago
- 6778337 exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate() by Pali Rohár · 4 years, 9 months ago
- dddf7da exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF by Pali Rohár · 4 years, 9 months ago
- 31f5acc exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option by Geert Uytterhoeven · 4 years, 9 months ago
- d1727d5 exfat: Use a more common logging style by Joe Perches · 4 years, 8 months ago
- 197298a exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFF by Pali Rohár · 4 years, 9 months ago
- d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 907fa89 exfat: add the dummy mount options to be backward compatible with staging/exfat by Namjae Jeon · 4 years, 7 months ago
- 9418216 exfat: fix possible memory leak in exfat_find() by Wei Yongjun · 4 years, 8 months ago
- 0357794 exfat: use iter_file_splice_write by Eric Sandeen · 4 years, 8 months ago
- 81df1ad exfat: truncate atimes to 2s granularity by Eric Sandeen · 4 years, 8 months ago
- 674a998 exfat: properly set s_time_gran by Eric Sandeen · 4 years, 8 months ago
- cbd445d exfat: remove 'bps' mount-option by Tetsuhiro Kohada · 4 years, 9 months ago
- b051683 exfat: Unify access to the boot sector by Tetsuhiro Kohada · 4 years, 8 months ago
- cd76ac2 exfat: add missing MODULE_ALIAS_FS() by Thomas Backlund · 4 years, 9 months ago
- b7e038a exfat: Fix discard support by Pali Rohár · 4 years, 9 months ago
- 9acd0d5 exfat: update file system parameter handling by Valdis Kletnieks · 4 years, 10 months ago
- b9d1e2e exfat: add Kconfig and Makefile by Namjae Jeon · 4 years, 10 months ago
- 370e812 exfat: add nls operations by Namjae Jeon · 4 years, 10 months ago
- 772b29c exfat: add misc operations by Namjae Jeon · 4 years, 10 months ago
- c35b681 exfat: add exfat cache by Namjae Jeon · 4 years, 10 months ago
- 1e49a94 exfat: add bitmap operations by Namjae Jeon · 4 years, 10 months ago
- 3102386 exfat: add fat entry operations by Namjae Jeon · 4 years, 10 months ago
- 98d9170 exfat: add file operations by Namjae Jeon · 4 years, 10 months ago
- ca06197 exfat: add directory operations by Namjae Jeon · 4 years, 10 months ago
- 5f2aa07 exfat: add inode operations by Namjae Jeon · 4 years, 10 months ago
- 719c1e1 exfat: add super block operations by Namjae Jeon · 4 years, 10 months ago
- 1acf1a5 exfat: add in-memory and on-disk structures and headers by Namjae Jeon · 4 years, 10 months ago