aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat
AgeCommit message (Expand)Author
2020-10-14exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
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
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-06-09exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon
2020-05-18exfat: fix possible memory leak in exfat_find()Wei Yongjun
2020-05-18exfat: use iter_file_splice_writeEric Sandeen
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen
2020-04-22exfat: properly set s_time_granEric Sandeen
2020-04-22exfat: remove 'bps' mount-optionTetsuhiro Kohada
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada
2020-04-22exfat: add missing MODULE_ALIAS_FS()Thomas Backlund
2020-04-22exfat: Fix discard supportPali Rohár
2020-03-05exfat: update file system parameter handlingValdis Kletnieks
2020-03-05exfat: add Kconfig and MakefileNamjae Jeon
2020-03-05exfat: add nls operationsNamjae Jeon
2020-03-05exfat: add misc operationsNamjae Jeon
2020-03-05exfat: add exfat cacheNamjae Jeon
2020-03-05exfat: add bitmap operationsNamjae Jeon
2020-03-05exfat: add fat entry operationsNamjae Jeon
2020-03-05exfat: add file operationsNamjae Jeon
2020-03-05exfat: add directory operationsNamjae Jeon
2020-03-05exfat: add inode operationsNamjae Jeon
2020-03-05exfat: add super block operationsNamjae Jeon
2020-03-05exfat: add in-memory and on-disk structures and headersNamjae Jeon