1. 284ad31 exfat: fix incorrect loading of i_blocks for large files by Sungjong Seo · 3 years, 2 months ago
  2. 5c6956e exfat: handle wrong stream entry size in exfat_readdir() by Namjae Jeon · 3 years, 7 months ago
  3. 11e3ff7e exfat: fix erroneous discard when clear cluster bit by Hyeongseok Kim · 3 years, 10 months ago
  4. 4e6e007 exfat: fix shift-out-of-bounds in exfat_fill_super() by Namjae Jeon · 4 years ago
  5. 5f5240c exfat: Avoid allocating upcase table using kcalloc() by Artem Labazov · 4 years, 1 month ago
  6. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  7. eae503f exfat: remove useless check in exfat_move_file() by Tetsuhiro Kohada · 4 years, 4 months ago
  8. 04cee52 exfat: remove 'rwoffset' in exfat_inode_info by Tetsuhiro Kohada · 4 years, 3 months ago
  9. a7a2416 exfat: replace memcpy with structure assignment by Tetsuhiro Kohada · 4 years, 4 months ago
  10. 6c958a0 exfat: remove useless directory scan in exfat_add_entry() by Tetsuhiro Kohada · 4 years, 4 months ago
  11. 188df41 exfat: eliminate dead code in exfat_find() by Tetsuhiro Kohada · 4 years, 4 months ago
  12. 45882a6 exfat: use i_blocksize() to get blocksize by Xianting Tian · 4 years, 5 months ago
  13. 9e456ae exfat: fix misspellings using codespell tool by Namjae Jeon · 4 years, 5 months ago
  14. 8ff006e exfat: fix use of uninitialized spinlock on error path by Namjae Jeon · 4 years, 3 months ago
  15. d6c9efd exfat: fix pointer error checking by Tetsuhiro Kohada · 4 years, 4 months ago
  16. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  17. 7018ec6 exfat: retain 'VolumeFlags' properly by Tetsuhiro Kohada · 4 years, 5 months ago
  18. 4dc7d35 exfat: optimize exfat_zeroed_cluster() by Tetsuhiro Kohada · 4 years, 6 months ago
  19. 8b0c471 exfat: add error check when updating dir-entries by Tetsuhiro Kohada · 4 years, 6 months ago
  20. 3db3c3f exfat: write multiple sectors at once by Tetsuhiro Kohada · 4 years, 6 months ago
  21. 2c7f893 exfat: remove EXFAT_SB_DIRTY flag by Tetsuhiro Kohada · 4 years, 7 months ago
  22. db415f7 exfat: fix name_hash computation on big endian systems by Ilya Ponetayev · 4 years, 6 months ago
  23. 41e3928 exfat: fix wrong size update of stream entry by typo by Hyeongseok Kim · 4 years, 6 months ago
  24. d2fa0c3 exfat: fix wrong hint_stat initialization in exfat_find_dir_entry() by Namjae Jeon · 4 years, 6 months ago
  25. 43946b7 exfat: fix overflow issue in exfat_cluster_to_sector() by Namjae Jeon · 4 years, 6 months ago
  26. 5267456 exfat: flush dirty metadata in fsync by Sungjong Seo · 4 years, 6 months ago
  27. 3bcfb70 exfat: move setting VOL_DIRTY over exfat_remove_entries() by Namjae Jeon · 4 years, 6 months ago
  28. a0271a1 exfat: call sync_filesystem for read-only remount by Hyunchul Lee · 4 years, 7 months ago
  29. e8dd3cd exfat: add missing brelse() calls on error paths by Dan Carpenter · 4 years, 7 months ago
  30. 4ba6ccd exfat: Set the unused characters of FileName field to the value 0000h by Hyeongseok.Kim · 4 years, 7 months ago
  31. 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, 7 months ago
  32. fc96152 exfat: Fix potential use after free in exfat_load_upcase_table() by Dan Carpenter · 4 years, 7 months ago
  33. a949824 exfat: fix range validation error in alloc and free cluster by hyeongseok.kim · 4 years, 7 months ago
  34. 29bbb14 exfat: fix incorrect update of stream entry in __exfat_truncate() by Namjae Jeon · 4 years, 7 months ago
  35. f341a7d exfat: fix memory leak in exfat_parse_param() by Al Viro · 4 years, 7 months ago
  36. f780598 exfat: remove unnecessary reassignment of p_uniname->name_len by Namjae Jeon · 4 years, 7 months ago
  37. 5875bf2 exfat: standardize checksum calculation by Tetsuhiro Kohada · 4 years, 7 months ago
  38. 476189c exfat: add boot region verification by Tetsuhiro Kohada · 4 years, 7 months ago
  39. 33404a1 exfat: separate the boot sector analysis by Tetsuhiro Kohada · 4 years, 7 months ago
  40. 181a9e8 exfat: redefine PBR as boot_sector by Tetsuhiro Kohada · 4 years, 7 months ago
  41. 943af1f exfat: optimize dir-cache by Tetsuhiro Kohada · 4 years, 7 months ago
  42. ed0f84d exfat: replace 'time_ms' with 'time_cs' by Tetsuhiro Kohada · 4 years, 8 months ago
  43. cdc0612 exfat: remove the assignment of 0 to bool variable by Jason Yan · 4 years, 9 months ago
  44. 6778337 exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate() by Pali Rohár · 4 years, 10 months ago
  45. dddf7da exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF by Pali Rohár · 4 years, 10 months ago
  46. 31f5acc exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option by Geert Uytterhoeven · 4 years, 9 months ago
  47. d1727d5 exfat: Use a more common logging style by Joe Perches · 4 years, 8 months ago
  48. 197298a exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFF by Pali Rohár · 4 years, 10 months ago
  49. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  50. 907fa89 exfat: add the dummy mount options to be backward compatible with staging/exfat by Namjae Jeon · 4 years, 7 months ago
  51. 9418216 exfat: fix possible memory leak in exfat_find() by Wei Yongjun · 4 years, 8 months ago
  52. 0357794 exfat: use iter_file_splice_write by Eric Sandeen · 4 years, 8 months ago
  53. 81df1ad exfat: truncate atimes to 2s granularity by Eric Sandeen · 4 years, 8 months ago
  54. 674a998 exfat: properly set s_time_gran by Eric Sandeen · 4 years, 9 months ago
  55. cbd445d exfat: remove 'bps' mount-option by Tetsuhiro Kohada · 4 years, 9 months ago
  56. b051683 exfat: Unify access to the boot sector by Tetsuhiro Kohada · 4 years, 8 months ago
  57. cd76ac2 exfat: add missing MODULE_ALIAS_FS() by Thomas Backlund · 4 years, 9 months ago
  58. b7e038a exfat: Fix discard support by Pali Rohár · 4 years, 10 months ago
  59. 9acd0d5 exfat: update file system parameter handling by Valdis Kletnieks · 4 years, 10 months ago
  60. b9d1e2e exfat: add Kconfig and Makefile by Namjae Jeon · 4 years, 10 months ago
  61. 370e812 exfat: add nls operations by Namjae Jeon · 4 years, 10 months ago
  62. 772b29c exfat: add misc operations by Namjae Jeon · 4 years, 10 months ago
  63. c35b681 exfat: add exfat cache by Namjae Jeon · 4 years, 10 months ago
  64. 1e49a94 exfat: add bitmap operations by Namjae Jeon · 4 years, 10 months ago
  65. 3102386 exfat: add fat entry operations by Namjae Jeon · 4 years, 10 months ago
  66. 98d9170 exfat: add file operations by Namjae Jeon · 4 years, 10 months ago
  67. ca06197 exfat: add directory operations by Namjae Jeon · 4 years, 10 months ago
  68. 5f2aa07 exfat: add inode operations by Namjae Jeon · 4 years, 10 months ago
  69. 719c1e1 exfat: add super block operations by Namjae Jeon · 4 years, 10 months ago
  70. 1acf1a5 exfat: add in-memory and on-disk structures and headers by Namjae Jeon · 4 years, 10 months ago