Skip to content

Commit

Permalink
exfat: release 5.19.1 version
Browse files Browse the repository at this point in the history
Major changes are:
 - fix referencing wrong parent directory information during rename.
 - introduce a sys_tz mount option to use system timezone.
 - improve performance while zeroing a cluster with dirsync mount option.
 - fix slab-out-bounds in exat_clear_bitmap() reported from syzbot.
 - Add keep_last_dots mount option to allow access to paths with trailing dots.
 - Avoid repetitive volume dirty bit set/clear to improve storage life time.
 - Fix ->i_blocks truncation issue that still exists elsewhere.
 - 4 cleanups & typos fixes.
 - Move super block magic number to magic.h
 - Fix missing REQ_SYNC in exfat_update_bhs().
 - Fix ->i_blocks truncation issue caused by wrong 32bit mask.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Jun 3, 2022
1 parent 2a594d4 commit 89b59ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exfat_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define EXFAT_SUPER_MAGIC 0x2011BAB0UL
#endif

#define EXFAT_VERSION "5.14.1"
#define EXFAT_VERSION "5.19.1"

#define EXFAT_ROOT_INO 1

Expand Down

0 comments on commit 89b59ca

Please sign in to comment.