aboutsummaryrefslogtreecommitdiff
path: root/fs/exfat
AgeCommit message (Expand)Author
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'exfat-for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim
2021-02-22exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Artem Labazov
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada
2020-08-12exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo
2020-06-29exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon
2020-06-29exfat: call sync_filesystem for read-only remountHyunchul Lee
2020-06-29exfat: add missing brelse() calls on error pathsDan Carpenter
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter
2020-06-09exfat: fix range validation error in alloc and free clusterhyeongseok.kim
2020-06-09exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon
2020-06-09exfat: fix memory leak in exfat_parse_param()Al Viro
2020-06-09exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada
2020-06-09exfat: add boot region verificationTetsuhiro Kohada
2020-06-09exfat: separate the boot sector analysisTetsuhiro Kohada
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada
2020-06-09exfat: remove the assignment of 0 to bool variableJason Yan
2020-06-09exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár
2020-06-09exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár
2020-06-09exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config optionGeert Uytterhoeven