1. 512b74d exfat: Drop superfluous new line for error messages by Takashi Iwai · 2 years, 8 months ago
  2. 64fca6e exfat: Downgrade ENAMETOOLONG error message to debug messages by Takashi Iwai · 2 years, 8 months ago
  3. 6425baa exfat: Expand exfat_err() and co directly to pr_*() macro by Takashi Iwai · 2 years, 8 months ago
  4. 1b1a919 exfat: Define NLS_NAME_* as bit flags explicitly by Takashi Iwai · 2 years, 8 months ago
  5. 86da53e exfat: Return ENAMETOOLONG consistently for oversized paths by Takashi Iwai · 2 years, 8 months ago
  6. be17b1c exfat: remove duplicate write inode for extending dir/file by Yuezhang Mo · 2 years, 9 months ago
  7. 4493895 exfat: remove duplicate write inode for truncating file by Yuezhang Mo · 2 years, 9 months ago
  8. 23e6e1c exfat: reuse __exfat_write_inode() to update directory entry by Yuezhang Mo · 2 years, 9 months ago
  9. 204e6ce exfat: use updated exfat_chain directly during renaming by Sungjong Seo · 2 years, 9 months ago
  10. fdaf9a5 Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
  11. 850f603 Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 2 years, 10 months ago
  12. 64ba4b1 exfat: check if cluster num is valid by Tadeusz Struk · 2 years, 10 months ago
  13. 1b61383 exfat: reduce block requests when zeroing a cluster by Yuezhang Mo · 3 years ago
  14. 9b00289 exfat: introduce mount option 'sys_tz' by Chung-Chiang Cheng · 3 years ago
  15. d8dad25 exfat: fix referencing wrong parent directory information after renaming by Yuezhang Mo · 3 years ago
  16. f132ab7 fs: Convert mpage_readpage to mpage_read_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  17. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  18. be3bbbc fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  19. 7b47ef5 block: add a bdev_discard_granularity helper by Christoph Hellwig · 2 years, 11 months ago
  20. 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 11 months ago
  21. ec251f3 Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years ago
  22. a4a3d8c exfat: do not clear VolumeDirty in writeback by Yuezhang Mo · 3 years ago
  23. 9ec784b exfat: allow access to paths with trailing dots by Vasant Karasulli · 3 years ago
  24. 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
  25. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 3 years ago
  26. e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  27. 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  28. 3d96652 exfat: fix missing REQ_SYNC in exfat_update_bhs() by Yuezhang.Mo · 3 years, 7 months ago
  29. c71510b exfat: remove argument 'sector' from exfat_get_dentry() by Yuezhang.Mo · 3 years, 3 months ago
  30. 1ed147e exfat: move super block magic number to magic.h by Namjae Jeon · 3 years, 4 months ago
  31. 92fba08 exfat: fix i_blocks for files truncated over 4 GiB by Christophe Vu-Brugier · 3 years, 4 months ago
  32. 7dee6f57 exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() by Christophe Vu-Brugier · 3 years, 4 months ago
  33. 8cf0588 exfat: make exfat_find_location() static by Christophe Vu-Brugier · 3 years, 4 months ago
  34. 6fa96cd exfat: fix typos in comments by Christophe Vu-Brugier · 3 years, 4 months ago
  35. e21a28b exfat: simplify is_valid_cluster() by Christophe Vu-Brugier · 3 years, 4 months ago
  36. 0c336d6 exfat: fix incorrect loading of i_blocks for large files by Sungjong Seo · 3 years, 5 months ago
  37. 7a5e9a1 Merge tag 'exfat-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years, 8 months ago
  38. 1e5654d exfat: handle wrong stream entry size in exfat_readdir() by Namjae Jeon · 3 years, 9 months ago
  39. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 9 months ago
  40. 839a534 exfat: avoid incorrectly releasing for root inode by Chen Li · 3 years, 9 months ago
  41. c6e2f52 exfat: speed up iterate/lookup by fixing start point of traversing cluster chain by Hyeongseok Kim · 4 years ago
  42. 23befe4 exfat: improve write performance when dirsync enabled by Hyeongseok Kim · 4 years ago
  43. 654762d exfat: add support ioctl and FITRIM function by Hyeongseok Kim · 4 years ago
  44. 5c2d728 exfat: introduce bitmap_lock for cluster bitmap access by Hyeongseok Kim · 4 years ago
  45. 77edfc6 exfat: fix erroneous discard when clear cluster bit by Hyeongseok Kim · 4 years ago
  46. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
  47. c63dca9 Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years, 1 month ago
  48. f728760 exfat: improve performance of exfat_free_cluster when using dirsync mount option by Hyeongseok Kim · 4 years, 1 month ago
  49. 78c276f exfat: fix shift-out-of-bounds in exfat_fill_super() by Namjae Jeon · 4 years, 1 month ago
  50. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years, 2 months ago
  51. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
  52. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  53. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  54. 9eb78c2 exfat: Avoid allocating upcase table using kcalloc() by Artem Labazov · 4 years, 3 months ago
  55. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  56. eae503f exfat: remove useless check in exfat_move_file() by Tetsuhiro Kohada · 4 years, 6 months ago
  57. 04cee52 exfat: remove 'rwoffset' in exfat_inode_info by Tetsuhiro Kohada · 4 years, 6 months ago
  58. a7a2416 exfat: replace memcpy with structure assignment by Tetsuhiro Kohada · 4 years, 6 months ago
  59. 6c958a0 exfat: remove useless directory scan in exfat_add_entry() by Tetsuhiro Kohada · 4 years, 6 months ago
  60. 188df41 exfat: eliminate dead code in exfat_find() by Tetsuhiro Kohada · 4 years, 6 months ago
  61. 45882a6 exfat: use i_blocksize() to get blocksize by Xianting Tian · 4 years, 7 months ago
  62. 9e456ae exfat: fix misspellings using codespell tool by Namjae Jeon · 4 years, 7 months ago
  63. 8ff006e exfat: fix use of uninitialized spinlock on error path by Namjae Jeon · 4 years, 6 months ago
  64. d6c9efd exfat: fix pointer error checking by Tetsuhiro Kohada · 4 years, 7 months ago
  65. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 6 months ago
  66. 7018ec6 exfat: retain 'VolumeFlags' properly by Tetsuhiro Kohada · 4 years, 8 months ago
  67. 4dc7d35 exfat: optimize exfat_zeroed_cluster() by Tetsuhiro Kohada · 4 years, 9 months ago
  68. 8b0c471 exfat: add error check when updating dir-entries by Tetsuhiro Kohada · 4 years, 9 months ago
  69. 3db3c3f exfat: write multiple sectors at once by Tetsuhiro Kohada · 4 years, 9 months ago
  70. 2c7f893 exfat: remove EXFAT_SB_DIRTY flag by Tetsuhiro Kohada · 4 years, 9 months ago
  71. db415f7 exfat: fix name_hash computation on big endian systems by Ilya Ponetayev · 4 years, 8 months ago
  72. 41e3928 exfat: fix wrong size update of stream entry by typo by Hyeongseok Kim · 4 years, 8 months ago
  73. d2fa0c3 exfat: fix wrong hint_stat initialization in exfat_find_dir_entry() by Namjae Jeon · 4 years, 8 months ago
  74. 43946b7 exfat: fix overflow issue in exfat_cluster_to_sector() by Namjae Jeon · 4 years, 8 months ago
  75. 5267456 exfat: flush dirty metadata in fsync by Sungjong Seo · 4 years, 9 months ago
  76. 3bcfb70 exfat: move setting VOL_DIRTY over exfat_remove_entries() by Namjae Jeon · 4 years, 9 months ago
  77. a0271a1 exfat: call sync_filesystem for read-only remount by Hyunchul Lee · 4 years, 9 months ago
  78. e8dd3cd exfat: add missing brelse() calls on error paths by Dan Carpenter · 4 years, 9 months ago
  79. 4ba6ccd exfat: Set the unused characters of FileName field to the value 0000h by Hyeongseok.Kim · 4 years, 9 months ago
  80. 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, 9 months ago
  81. fc96152 exfat: Fix potential use after free in exfat_load_upcase_table() by Dan Carpenter · 4 years, 9 months ago
  82. a949824 exfat: fix range validation error in alloc and free cluster by hyeongseok.kim · 4 years, 9 months ago
  83. 29bbb14 exfat: fix incorrect update of stream entry in __exfat_truncate() by Namjae Jeon · 4 years, 9 months ago
  84. f341a7d exfat: fix memory leak in exfat_parse_param() by Al Viro · 4 years, 9 months ago
  85. f780598 exfat: remove unnecessary reassignment of p_uniname->name_len by Namjae Jeon · 4 years, 10 months ago
  86. 5875bf2 exfat: standardize checksum calculation by Tetsuhiro Kohada · 4 years, 10 months ago
  87. 476189c exfat: add boot region verification by Tetsuhiro Kohada · 4 years, 10 months ago
  88. 33404a1 exfat: separate the boot sector analysis by Tetsuhiro Kohada · 4 years, 10 months ago
  89. 181a9e8 exfat: redefine PBR as boot_sector by Tetsuhiro Kohada · 4 years, 10 months ago
  90. 943af1f exfat: optimize dir-cache by Tetsuhiro Kohada · 4 years, 10 months ago
  91. ed0f84d exfat: replace 'time_ms' with 'time_cs' by Tetsuhiro Kohada · 5 years ago
  92. cdc0612 exfat: remove the assignment of 0 to bool variable by Jason Yan · 5 years ago
  93. 6778337 exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate() by Pali Rohár · 5 years ago
  94. dddf7da exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF by Pali Rohár · 5 years ago
  95. 31f5acc exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option by Geert Uytterhoeven · 5 years ago
  96. d1727d5 exfat: Use a more common logging style by Joe Perches · 4 years, 11 months ago
  97. 197298a exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFF by Pali Rohár · 5 years ago
  98. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  99. 907fa89 exfat: add the dummy mount options to be backward compatible with staging/exfat by Namjae Jeon · 4 years, 10 months ago
  100. 9418216 exfat: fix possible memory leak in exfat_find() by Wei Yongjun · 4 years, 10 months ago