linux-stable/fs/exfat
Yuezhang Mo f9dbc35ecb exfat: fix inode->i_blocks for non-512 byte sector size device
commit 39c1ce8eaf upstream.

inode->i_blocks is not real number of blocks, but 512 byte ones.

Fixes: 98d917047e ("exfat: add file operations")
Cc: stable@vger.kernel.org # v5.7+
Reported-by: Wang Yugui <wangyugui@e16-tech.com>
Tested-by: Wang Yugui <wangyugui@e16-tech.com>
Signed-off-by: Yuezhang Mo <Yuezhang.Mo@sony.com>
Reviewed-by: Andy Wu <Andy.Wu@sony.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-03-11 16:39:56 +01:00
..
balloc.c exfat: check if cluster num is valid 2022-06-06 08:42:42 +02:00
cache.c exfat: fix use of uninitialized spinlock on error path 2020-10-07 14:27:13 +09:00
dir.c exfat: fix unexpected EOF while reading dir 2023-03-11 16:39:56 +01:00
exfat_fs.h exfat: redefine DIR_DELETED as the bad cluster number 2023-03-11 16:39:56 +01:00
exfat_raw.h exfat: fix shift-out-of-bounds in exfat_fill_super() 2021-03-04 11:38:41 +01:00
fatent.c exfat: check if cluster num is valid 2022-06-06 08:42:42 +02:00
file.c exfat: fix inode->i_blocks for non-512 byte sector size device 2023-03-11 16:39:56 +01:00
inode.c exfat: fix inode->i_blocks for non-512 byte sector size device 2023-03-11 16:39:56 +01:00
Kconfig
Makefile
misc.c
namei.c exfat: fix inode->i_blocks for non-512 byte sector size device 2023-03-11 16:39:56 +01:00
nls.c exfat: Avoid allocating upcase table using kcalloc() 2020-12-26 16:02:38 +01:00
super.c exfat: fix inode->i_blocks for non-512 byte sector size device 2023-03-11 16:39:56 +01:00