1. e103ece Merge tag 'exfat-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 1 year, 11 months ago
  2. d5c514b exfat: fix the newly allocated clusters are not freed in error handling by Yuezhang Mo · 1 year, 11 months ago
  3. 3ce937c exfat: don't print error log in normal case by Yuezhang Mo · 1 year, 11 months ago
  4. 8d2909e exfat: remove unneeded code from exfat_alloc_cluster() by Yuezhang Mo · 1 year, 11 months ago
  5. 8258ef2 exfat: handle unreconized benign secondary entries by Namjae Jeon · 2 years ago
  6. 39c1ce8 exfat: fix inode->i_blocks for non-512 byte sector size device by Yuezhang Mo · 2 years ago
  7. bdaadfd exfat: redefine DIR_DELETED as the bad cluster number by Sungjong Seo · 2 years ago
  8. 706fdca exfat: fix reporting fs error when reading dir beyond EOF by Yuezhang Mo · 2 years, 3 months ago
  9. 6cb5d1a exfat: fix unexpected EOF while reading dir by Yuezhang Mo · 2 years, 4 months ago
  10. 553637f Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 11 months ago
  11. 9636e65 fs: build the legacy direct I/O code conditionally by Christoph Hellwig · 2 years ago
  12. e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years ago
  13. c54bd91 fs: port ->mkdir() to pass mnt_idmap by Christian Brauner · 2 years ago
  14. 6c960e6 fs: port ->create() to pass mnt_idmap by Christian Brauner · 2 years ago
  15. b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years ago
  16. c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years ago
  17. 84e57d2 Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 2 years, 1 month ago
  18. 36955d3 exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set() by Yuezhang Mo · 2 years, 2 months ago
  19. 40306b4 exfat: fix overflow in sector and cluster conversion by Yuezhang Mo · 2 years, 1 month ago
  20. a117741 extfat: remove ->writepage by Christoph Hellwig · 2 years, 1 month ago
  21. f7cde96 exfat: remove i_size_write() from __exfat_truncate() by Yuezhang Mo · 2 years, 10 months ago
  22. e981917 exfat: remove argument 'size' from exfat_truncate() by Yuezhang Mo · 2 years, 2 months ago
  23. 72880cb exfat: remove unnecessary arguments from exfat_find_dir_entry() by Yuezhang Mo · 2 years, 9 months ago
  24. 015c0d4 exfat: remove unneeded codes from __exfat_rename() by Yuezhang Mo · 2 years, 5 months ago
  25. 088f134 exfat: remove call ilog2() from exfat_readdir() by Yuezhang Mo · 2 years, 5 months ago
  26. f3fe395 exfat: replace magic numbers with Macros by Yuezhang Mo · 2 years, 10 months ago
  27. 3b9681a exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set() by Yuezhang Mo · 2 years, 10 months ago
  28. 20914ff exfat: move exfat_entry_set_cache from heap to stack by Yuezhang Mo · 2 years, 2 months ago
  29. a3ff29a exfat: support dynamic allocate bh for exfat_entry_set_cache by Yuezhang Mo · 2 years, 2 months ago
  30. f83d8a3 exfat: reduce the size of exfat_entry_set_cache by Yuezhang Mo · 2 years, 9 months ago
  31. e298c8a exfat: hint the empty entry which at the end of cluster chain by Yuezhang Mo · 2 years, 2 months ago
  32. ff39899 exfat: simplify empty entry hint by Yuezhang Mo · 2 years, 6 months ago
  33. a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 3 months ago
  34. ab29622 Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 3 months ago
  35. 2e9ceb6 exfat: fix overflow for large capacity partition by Yuezhang Mo · 2 years, 6 months ago
  36. 703e3e9 exfat_iterate(): don't open-code file_inode(file) by Al Viro · 2 years, 5 months ago
  37. 512b74d exfat: Drop superfluous new line for error messages by Takashi Iwai · 2 years, 6 months ago
  38. 64fca6e exfat: Downgrade ENAMETOOLONG error message to debug messages by Takashi Iwai · 2 years, 6 months ago
  39. 6425baa exfat: Expand exfat_err() and co directly to pr_*() macro by Takashi Iwai · 2 years, 6 months ago
  40. 1b1a919 exfat: Define NLS_NAME_* as bit flags explicitly by Takashi Iwai · 2 years, 6 months ago
  41. 86da53e exfat: Return ENAMETOOLONG consistently for oversized paths by Takashi Iwai · 2 years, 6 months ago
  42. be17b1c exfat: remove duplicate write inode for extending dir/file by Yuezhang Mo · 2 years, 7 months ago
  43. 4493895 exfat: remove duplicate write inode for truncating file by Yuezhang Mo · 2 years, 7 months ago
  44. 23e6e1c exfat: reuse __exfat_write_inode() to update directory entry by Yuezhang Mo · 2 years, 7 months ago
  45. 204e6ce exfat: use updated exfat_chain directly during renaming by Sungjong Seo · 2 years, 7 months ago
  46. fdaf9a5 Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 8 months ago
  47. 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, 8 months ago
  48. 64ba4b1 exfat: check if cluster num is valid by Tadeusz Struk · 2 years, 8 months ago
  49. 1b61383 exfat: reduce block requests when zeroing a cluster by Yuezhang Mo · 2 years, 9 months ago
  50. 9b00289 exfat: introduce mount option 'sys_tz' by Chung-Chiang Cheng · 2 years, 9 months ago
  51. d8dad25 exfat: fix referencing wrong parent directory information after renaming by Yuezhang Mo · 2 years, 9 months ago
  52. f132ab7 fs: Convert mpage_readpage to mpage_read_folio by Matthew Wilcox (Oracle) · 2 years, 9 months ago
  53. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  54. be3bbbc fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  55. 7b47ef5 block: add a bdev_discard_granularity helper by Christoph Hellwig · 2 years, 9 months ago
  56. 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 9 months ago
  57. ec251f3 Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 2 years, 10 months ago
  58. a4a3d8c exfat: do not clear VolumeDirty in writeback by Yuezhang Mo · 2 years, 10 months ago
  59. 9ec784b exfat: allow access to paths with trailing dots by Vasant Karasulli · 2 years, 10 months ago
  60. 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
  61. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 10 months ago
  62. e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years ago
  63. 7ba13ab fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 3 years ago
  64. 3d96652 exfat: fix missing REQ_SYNC in exfat_update_bhs() by Yuezhang.Mo · 3 years, 5 months ago
  65. c71510b exfat: remove argument 'sector' from exfat_get_dentry() by Yuezhang.Mo · 3 years, 1 month ago
  66. 1ed147e exfat: move super block magic number to magic.h by Namjae Jeon · 3 years, 2 months ago
  67. 92fba08 exfat: fix i_blocks for files truncated over 4 GiB by Christophe Vu-Brugier · 3 years, 2 months ago
  68. 7dee6f57 exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() by Christophe Vu-Brugier · 3 years, 2 months ago
  69. 8cf0588 exfat: make exfat_find_location() static by Christophe Vu-Brugier · 3 years, 2 months ago
  70. 6fa96cd exfat: fix typos in comments by Christophe Vu-Brugier · 3 years, 2 months ago
  71. e21a28b exfat: simplify is_valid_cluster() by Christophe Vu-Brugier · 3 years, 2 months ago
  72. 0c336d6 exfat: fix incorrect loading of i_blocks for large files by Sungjong Seo · 3 years, 3 months ago
  73. 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, 6 months ago
  74. 1e5654d exfat: handle wrong stream entry size in exfat_readdir() by Namjae Jeon · 3 years, 7 months ago
  75. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 7 months ago
  76. 839a534 exfat: avoid incorrectly releasing for root inode by Chen Li · 3 years, 7 months ago
  77. c6e2f52 exfat: speed up iterate/lookup by fixing start point of traversing cluster chain by Hyeongseok Kim · 3 years, 10 months ago
  78. 23befe4 exfat: improve write performance when dirsync enabled by Hyeongseok Kim · 3 years, 10 months ago
  79. 654762d exfat: add support ioctl and FITRIM function by Hyeongseok Kim · 3 years, 10 months ago
  80. 5c2d728 exfat: introduce bitmap_lock for cluster bitmap access by Hyeongseok Kim · 3 years, 11 months ago
  81. 77edfc6 exfat: fix erroneous discard when clear cluster bit by Hyeongseok Kim · 3 years, 10 months ago
  82. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  83. c63dca9 Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years, 11 months ago
  84. f728760 exfat: improve performance of exfat_free_cluster when using dirsync mount option by Hyeongseok Kim · 4 years ago
  85. 78c276f exfat: fix shift-out-of-bounds in exfat_fill_super() by Namjae Jeon · 4 years ago
  86. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
  87. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  88. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  89. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  90. 9eb78c2 exfat: Avoid allocating upcase table using kcalloc() by Artem Labazov · 4 years, 1 month ago
  91. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  92. eae503f exfat: remove useless check in exfat_move_file() by Tetsuhiro Kohada · 4 years, 4 months ago
  93. 04cee52 exfat: remove 'rwoffset' in exfat_inode_info by Tetsuhiro Kohada · 4 years, 4 months ago
  94. a7a2416 exfat: replace memcpy with structure assignment by Tetsuhiro Kohada · 4 years, 4 months ago
  95. 6c958a0 exfat: remove useless directory scan in exfat_add_entry() by Tetsuhiro Kohada · 4 years, 4 months ago
  96. 188df41 exfat: eliminate dead code in exfat_find() by Tetsuhiro Kohada · 4 years, 4 months ago
  97. 45882a6 exfat: use i_blocksize() to get blocksize by Xianting Tian · 4 years, 5 months ago
  98. 9e456ae exfat: fix misspellings using codespell tool by Namjae Jeon · 4 years, 5 months ago
  99. 8ff006e exfat: fix use of uninitialized spinlock on error path by Namjae Jeon · 4 years, 3 months ago
  100. d6c9efd exfat: fix pointer error checking by Tetsuhiro Kohada · 4 years, 5 months ago