linux-stable/fs/exfat
Tetsuhiro Kohada 3db3c3fb84 exfat: write multiple sectors at once
Write multiple sectors at once when updating dir-entries.
Add exfat_update_bhs() for that. It wait for write completion once
instead of sector by sector.
It's only effective if sync enabled.

Signed-off-by: Tetsuhiro Kohada <kohada.t2@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
2020-08-12 08:31:11 +09:00
..
balloc.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
cache.c exfat: add exfat cache 2020-03-05 21:00:40 -05:00
dir.c exfat: write multiple sectors at once 2020-08-12 08:31:11 +09:00
exfat_fs.h exfat: write multiple sectors at once 2020-08-12 08:31:11 +09:00
exfat_raw.h exfat: separate the boot sector analysis 2020-06-09 16:49:14 +09:00
fatent.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
file.c exfat: fix wrong size update of stream entry by typo 2020-07-21 10:44:15 +09:00
inode.c Description for this pull request: 2020-06-09 11:24:59 -07:00
Kconfig exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option 2020-06-09 16:48:39 +09:00
Makefile exfat: add Kconfig and Makefile 2020-03-05 21:00:40 -05:00
misc.c exfat: write multiple sectors at once 2020-08-12 08:31:11 +09:00
namei.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00
nls.c exfat: fix name_hash computation on big endian systems 2020-07-21 10:44:19 +09:00
super.c exfat: remove EXFAT_SB_DIRTY flag 2020-08-12 08:31:10 +09:00