Merge branch 'master' of https://github.com/namjaejeon/linux-exfat-oot into android13-4.9-sdm845
* 'master' of https://github.com/namjaejeon/linux-exfat-oot:
exfat: add necessary header for vmalloc
exfat: release s_lock before calling dir_emit()
exfat: check if filename entries exceeds max filename length
exfat: github action: make space for running xfstests
exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
exfat: splice: Use filemap_splice_read() instead of generic_file_splice_read()
exfat: fs: build the legacy direct I/O code conditionally
exfat: fs: port ->rename() to pass mnt_idmap
exfat: fs: port ->mkdir() to pass mnt_idmap
exfat: fs: port ->create() to pass mnt_idmap
exfat: fs: port ->getattr() to pass mnt_idmap
exfat: fs: port ->setattr() to pass mnt_idmap
exfat: fix the newly allocated clusters are not freed in error handling
exfat: don't print error log in normal case
exfat: remove unneeded code from exfat_alloc_cluster()
exfat: remove ->writepage
exfat: handle unreconized benign secondary entries
exfat: fix inode->i_blocks for non-512 byte sector size device
exfat: redefine DIR_DELETED as the bad cluster number
exfat: fix reporting fs error when reading dir beyond EOF
exfat: fix unexpected EOF while reading dir
exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()
exfat: fix overflow in sector and cluster conversion
exfat: remove i_size_write() from __exfat_truncate()
exfat: remove argument 'size' from exfat_truncate()
exfat: remove unnecessary arguments from exfat_find_dir_entry()
exfat: remove unneeded codes from __exfat_rename()
exfat: remove call ilog2() from exfat_readdir()
exfat: remove generic/286
exfat: fix python package installation failure
exfat: github actions: add apt-get update command
exfat: treewide: use get_random_u32() when possible
exfat: replace magic numbers with Macros
exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()
exfat: move exfat_entry_set_cache from heap to stack
exfat: support dynamic allocate bh for exfat_entry_set_cache
exfat: reduce the size of exfat_entry_set_cache
exfat: add SECTOR_SIZE macro
exfat: hint the empty entry which at the end of cluster chain
exfat: simplify empty entry hint
exfat: add auto-test using github action
exfat: remove travis-CI test
Change-Id: Ia289f4db697b9ca142b5b066390797768adae696