1. 6eb9af0 exfat: ensure that ctime is updated whenever the mtime is by Jeff Layton · 1 year, 2 months ago
  2. 98f3631 exfat: fs: add CONFIG_BUFFER_HEAD by Christoph Hellwig · 1 year, 2 months ago
  3. 950e271 exfat: use fat ioctls definitions from include/uapi/linux/msdos_fs.h by Namjae Jeon · 1 year, 3 months ago
  4. 8279a1a exfat: github action: remove liunx-4.1 source to get more disk space by Namjae Jeon · 1 year, 4 months ago
  5. 5bb0e9f exfat: support create zero-size directory by Yuezhang Mo · 1 year, 4 months ago
  6. f6c705d exfat: support handle zero-size directory by Yuezhang Mo · 1 year, 4 months ago
  7. cc9879a exfat: add ioctls for accessing attributes by Jan Cincera · 1 year, 4 months ago
  8. 967fa6b exfat: vfs: get rid of old '->iterate' directory operation by Linus Torvalds · 1 year, 5 months ago
  9. 2a0023b exfat: add necessary header for vmalloc by HiGarfield · 1 year, 6 months ago
  10. 803d714 exfat: release s_lock before calling dir_emit() by Sungjong Seo · 1 year, 6 months ago
  11. 0bf9ccf exfat: check if filename entries exceeds max filename length by Namjae Jeon · 1 year, 6 months ago
  12. 17c7881 exfat: github action: make space for running xfstests by Namjae Jeon · 1 year, 6 months ago
  13. 7d8b114 exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree by Namjae Jeon · 1 year, 6 months ago
  14. 331d3f5 exfat: splice: Use filemap_splice_read() instead of generic_file_splice_read() by David Howells · 1 year, 6 months ago
  15. 796bbd0 exfat: fs: build the legacy direct I/O code conditionally by Christoph Hellwig · 1 year, 6 months ago
  16. d8b0eda exfat: fs: port ->rename() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
  17. 88c55a8 exfat: fs: port ->mkdir() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
  18. 1610136 exfat: fs: port ->create() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
  19. eb2bd5c exfat: fs: port ->getattr() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
  20. f4f94fa exfat: fs: port ->setattr() to pass mnt_idmap by Christian Brauner (Microsoft) · 1 year, 6 months ago
  21. 03ab685 exfat: fix the newly allocated clusters are not freed in error handling by Yuezhang Mo · 1 year, 11 months ago
  22. 7a55bf4 exfat: don't print error log in normal case by Yuezhang Mo · 1 year, 11 months ago
  23. cd17de5 exfat: remove unneeded code from exfat_alloc_cluster() by Yuezhang Mo · 1 year, 11 months ago
  24. 0e44fbe exfat: remove ->writepage by Christoph Hellwig · 2 years ago
  25. 47fb203 exfat: handle unreconized benign secondary entries by Namjae Jeon · 2 years ago
  26. 3eef540 exfat: fix inode->i_blocks for non-512 byte sector size device by Namjae Jeon · 2 years ago
  27. 17d8731 exfat: redefine DIR_DELETED as the bad cluster number by Sungjong Seo · 2 years, 1 month ago
  28. 118b6d5 exfat: fix reporting fs error when reading dir beyond EOF by Yuezhang Mo · 2 years, 1 month ago
  29. bd80b9a exfat: fix unexpected EOF while reading dir by Yuezhang Mo · 2 years, 1 month ago
  30. c0bbea4 exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set() by Yuezhang Mo · 2 years, 1 month ago
  31. eb7de3a exfat: fix overflow in sector and cluster conversion by Yuezhang Mo · 2 years, 1 month ago
  32. ba9c0dc exfat: remove i_size_write() from __exfat_truncate() by Yuezhang Mo · 2 years, 1 month ago
  33. bf6c668 exfat: remove argument 'size' from exfat_truncate() by Yuezhang Mo · 2 years, 1 month ago
  34. 5098d1e exfat: remove unnecessary arguments from exfat_find_dir_entry() by Yuezhang Mo · 2 years, 1 month ago
  35. 9ba14ac exfat: remove unneeded codes from __exfat_rename() by Yuezhang Mo · 2 years, 1 month ago
  36. e112dbc exfat: remove call ilog2() from exfat_readdir() by Yuezhang Mo · 2 years, 1 month ago
  37. 2bb461c exfat: remove generic/286 by Namjae Jeon · 2 years, 1 month ago
  38. 1813cc2 exfat: fix python package installation failure by Namjae Jeon · 2 years, 1 month ago
  39. 3a977db exfat: github actions: add apt-get update command by Namjae Jeon · 2 years, 2 months ago
  40. b2d2ce0 exfat: treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 2 months ago
  41. 15a51d8 exfat: replace magic numbers with Macros by Yuezhang Mo · 2 years, 2 months ago
  42. 7cab729 exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set() by Yuezhang Mo · 2 years, 2 months ago
  43. 7771b09 exfat: move exfat_entry_set_cache from heap to stack by Yuezhang Mo · 2 years, 2 months ago
  44. 5d4023f exfat: support dynamic allocate bh for exfat_entry_set_cache by Yuezhang Mo · 2 years, 2 months ago
  45. 48f7c74 exfat: reduce the size of exfat_entry_set_cache by Yuezhang Mo · 2 years, 2 months ago
  46. 54b4c1b exfat: add SECTOR_SIZE macro by Namjae Jeon · 2 years, 2 months ago
  47. 5c4fd78 exfat: hint the empty entry which at the end of cluster chain by Yuezhang Mo · 2 years, 2 months ago
  48. 1050b8d exfat: simplify empty entry hint by Yuezhang Mo · 2 years, 2 months ago
  49. c39d9e5 exfat: add auto-test using github action by Namjae Jeon · 2 years, 3 months ago
  50. 9466ec4 exfat: remove travis-CI test by Namjae Jeon · 2 years, 3 months ago
  51. bed6b02 exfat: release 6.0.0 version by Namjae Jeon · 2 years, 3 months ago
  52. 03aa12a exfat: fix overflow for large capacity partition by Yuezhang Mo · 2 years, 5 months ago
  53. d7cd524 exfat: add auto build-test and simple stability test using travis-CI by Namjae Jeon · 2 years, 6 months ago
  54. a129bcc exfat: Drop superfluous new line for error messages by Takashi Iwai · 2 years, 6 months ago
  55. 33e7a40 exfat: Downgrade ENAMETOOLONG error message to debug messages by Takashi Iwai · 2 years, 6 months ago
  56. 0d2005c exfat: Expand exfat_err() and co directly to pr_*() macro by Takashi Iwai · 2 years, 6 months ago
  57. 9a903a2 exfat: Define NLS_NAME_* as bit flags explicitly by Takashi Iwai · 2 years, 6 months ago
  58. 3cc661c exfat: Return ENAMETOOLONG consistently for oversized paths by Takashi Iwai · 2 years, 6 months ago
  59. 5c18970 exfat: simplified by using round_up() by Christophe Vu-Brugier · 2 years, 6 months ago
  60. c9d13ea fs: Convert mpage_readpage to mpage_read_folio by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  61. 7bcf79c fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  62. ff027ab fs: Remove aop flags parameter from cont_write_begin() by Matthew Wilcox (Oracle) · 2 years, 6 months ago
  63. d196c9a4 block: add a bdev_discard_granularity helper by Christoph Hellwig · 2 years, 6 months ago
  64. dda72dc block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 6 months ago
  65. 8d627e3 exfat: remove duplicate write inode for extending dir/file by Yuezhang Mo · 2 years, 6 months ago
  66. 63e1c4f exfat: remove duplicate write inode for truncating file by Yuezhang Mo · 2 years, 6 months ago
  67. 56a5afd exfat: reuse __exfat_write_inode() to update directory entry by Yuezhang Mo · 2 years, 6 months ago
  68. c509458 exfat: use updated exfat_chain directly during renaming by Sungjong Seo · 2 years, 7 months ago
  69. 89b59ca exfat: release 5.19.1 version by Namjae Jeon · 2 years, 8 months ago
  70. 2a594d4 exfat: directly call filemap_write_and_wait_range() on < 5.19 kernel by Namjae Jeon · 2 years, 8 months ago
  71. 08b714e exfat: fix uninitialized return value on kernel < 4.16 by Namjae Jeon · 2 years, 8 months ago
  72. e7fd355 exfat: further fix 'fatal_signal_pending' undeclared by Chukun Pan · 2 years, 8 months ago
  73. 8d7603a exfat: file: fix build with kernel < 4.4.72 by Tianling Shen · 2 years, 11 months ago
  74. 54607fb exfat: check if cluster num is valid by Tadeusz Struk · 2 years, 8 months ago
  75. fa4f895 exfat: fix write failure on kernels prior to 4.8. by Namjae Jeon · 2 years, 8 months ago
  76. 2363111 exfat: fs: allocate inode by using alloc_inode_sb() by Muchun Song · 2 years, 8 months ago
  77. 51f491e exfat: use EXT4_SUPER_MAGIC in magic.h by Namjae Jeon · 2 years, 8 months ago
  78. e145a5f exfat: fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 2 years, 8 months ago
  79. 1270e74 exfat: fs: Turn block_invalidatepage into block_invalidate_folio by Matthew Wilcox (Oracle) · 2 years, 8 months ago
  80. bf7b405 exfat: mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 2 years, 8 months ago
  81. 1d092fc exfat: reduce block requests when zeroing a cluster by Yuezhang Mo · 2 years, 9 months ago
  82. 8dbffe2 exfat: introduce mount option 'sys_tz' by Chung-Chiang Cheng · 2 years, 9 months ago
  83. 2ae9613 exfat: fix referencing wrong parent directory information by Yuezhang Mo · 2 years, 10 months ago
  84. d99f8f0 exfat: remove travis-CI test by Namjae Jeon · 2 years, 10 months ago
  85. e92aaf1 exfat: do not clear VolumeDirty in writeback by Namjae Jeon · 2 years, 10 months ago
  86. 531f58f exfat: allow access to paths with trailing dots by Vasant Karasulli · 2 years, 10 months ago
  87. 1c014cb exfat: fix missing REQ_SYNC in exfat_update_bhs() by Yuezhang.Mo · 3 years, 1 month ago
  88. 216624a exfat: remove argument 'sector' from exfat_get_dentry() by Yuezhang.Mo · 3 years, 1 month ago
  89. ca48c0e Merge pull request #29 from tmm1/patch-1 by Namjae Jeon · 3 years, 1 month ago
  90. 491d530 exfat: fix i_blocks for files truncated over 4 GiB by Christophe Vu-Brugier · 3 years, 2 months ago
  91. 032c9d3 exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() by Christophe Vu-Brugier · 3 years, 2 months ago
  92. 5ba7af6 exfat: make exfat_find_location() static by Christophe Vu-Brugier · 3 years, 2 months ago
  93. 9c8e844 exfat: fix typos in comments by Christophe Vu-Brugier · 3 years, 2 months ago
  94. ecd16aa exfat: simplify is_valid_cluster() by Christophe Vu-Brugier · 3 years, 2 months ago
  95. 0da4dbe exfat: fix incorrect loading of i_blocks for large files by Sungjong Seo · 3 years, 3 months ago
  96. 51fb878 exfat: fix typo in Makefile by Aman Gupta Karmani · 3 years, 3 months ago
  97. 8dd4dd5 Merge pull request #26 from namjaejeon/exfat-next by Namjae Jeon · 3 years, 6 months ago
  98. 8bdc944 exfat: release 5.14.1 version by Namjae Jeon · 3 years, 6 months ago
  99. 763369f exfat: avoid incorrectly releasing for root inode by Chen Li · 3 years, 6 months ago
  100. 39f367c7 Merge pull request #25 from AmadeusGhost/exfat-next by Namjae Jeon · 3 years, 7 months ago