Merge tag 'exfat-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
Pull exfat updates from Namjae Jeon: - Improve write performance with dirsync mount option - Improve lookup performance - Add support for FITRIM ioctl - Fix a bug with discard option * tag 'exfat-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat: exfat: speed up iterate/lookup by fixing start point of traversing cluster chain exfat: improve write performance when dirsync enabled exfat: add support ioctl and FITRIM function exfat: introduce bitmap_lock for cluster bitmap access exfat: fix erroneous discard when clear cluster bit
Showing
- fs/exfat/balloc.c 83 additions, 12 deletionsfs/exfat/balloc.c
- fs/exfat/dir.c 19 additions, 7 deletionsfs/exfat/dir.c
- fs/exfat/exfat_fs.h 8 additions, 3 deletionsfs/exfat/exfat_fs.h
- fs/exfat/fatent.c 31 additions, 10 deletionsfs/exfat/fatent.c
- fs/exfat/file.c 53 additions, 0 deletionsfs/exfat/file.c
- fs/exfat/inode.c 2 additions, 1 deletionfs/exfat/inode.c
- fs/exfat/namei.c 9 additions, 2 deletionsfs/exfat/namei.c
- fs/exfat/super.c 1 addition, 0 deletionsfs/exfat/super.c
Please register or sign in to comment