Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
Pull exfat updates from Namjae Jeon: - Fix ->i_blocks truncation issue that still exists elsewhere. - Four cleanups & typos fixes. - Move super block magic number to magic.h - Fix missing REQ_SYNC in exfat_update_bhs(). * tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat: exfat: fix missing REQ_SYNC in exfat_update_bhs() exfat: remove argument 'sector' from exfat_get_dentry() exfat: move super block magic number to magic.h exfat: fix i_blocks for files truncated over 4 GiB exfat: reuse exfat_inode_info variable instead of calling EXFAT_I() exfat: make exfat_find_location() static exfat: fix typos in comments exfat: simplify is_valid_cluster()
Showing
- fs/exfat/balloc.c 1 addition, 1 deletionfs/exfat/balloc.c
- fs/exfat/dir.c 17 additions, 25 deletionsfs/exfat/dir.c
- fs/exfat/exfat_fs.h 1 addition, 5 deletionsfs/exfat/exfat_fs.h
- fs/exfat/fatent.c 1 addition, 3 deletionsfs/exfat/fatent.c
- fs/exfat/file.c 9 additions, 9 deletionsfs/exfat/file.c
- fs/exfat/inode.c 7 additions, 8 deletionsfs/exfat/inode.c
- fs/exfat/misc.c 2 additions, 1 deletionfs/exfat/misc.c
- fs/exfat/namei.c 19 additions, 29 deletionsfs/exfat/namei.c
- fs/exfat/nls.c 1 addition, 1 deletionfs/exfat/nls.c
- fs/exfat/super.c 6 additions, 5 deletionsfs/exfat/super.c
- include/uapi/linux/magic.h 1 addition, 0 deletionsinclude/uapi/linux/magic.h
Please register or sign in to comment