aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada1-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada5-20/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada3-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian1-1/+1
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon3-3/+3
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon4-15/+6
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada1-7/+6
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada6-28/+47
2020-08-12exfat: optimize exfat_zeroed_cluster()Tetsuhiro Kohada1-43/+10
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada4-7/+12
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada3-6/+29
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada7-35/+26
2020-07-21exfat: fix name_hash computation on big endian systemsIlya Ponetayev1-4/+4
2020-07-21exfat: fix wrong size update of stream entry by typoHyeongseok Kim1-1/+1
2020-07-21exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon1-1/+1
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon1-1/+1
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo3-2/+20
2020-06-29exfat: move setting VOL_DIRTY over exfat_remove_entries()Namjae Jeon1-1/+1
2020-06-29exfat: call sync_filesystem for read-only remountHyunchul Lee1-0/+10
2020-06-29exfat: add missing brelse() calls on error pathsDan Carpenter1-2/+10
2020-06-29exfat: Set the unused characters of FileName field to the value 0000hHyeongseok.Kim1-4/+6
2020-06-09Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds12-469/+423
2020-06-09exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter1-1/+1
2020-06-09exfat: fix range validation error in alloc and free clusterhyeongseok.kim1-2/+2
2020-06-09exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon1-4/+4
2020-06-09exfat: fix memory leak in exfat_parse_param()Al Viro1-4/+8
2020-06-09exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon1-2/+0
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada4-27/+19
2020-06-09exfat: add boot region verificationTetsuhiro Kohada3-0/+65
2020-06-09exfat: separate the boot sector analysisTetsuhiro Kohada2-43/+56
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada3-93/+72
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada5-182/+124
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada7-22/+22
2020-06-09exfat: remove the assignment of 0 to bool variableJason Yan1-1/+1
2020-06-09exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár2-15/+0
2020-06-09exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár1-8/+2
2020-06-09exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config optionGeert Uytterhoeven1-3/+4
2020-06-09exfat: Use a more common logging styleJoe Perches8-74/+60
2020-06-09exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár1-7/+2
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-4/+3
2020-05-21exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon1-0/+19
2020-05-18exfat: fix possible memory leak in exfat_find()Wei Yongjun1-0/+1
2020-05-18exfat: use iter_file_splice_writeEric Sandeen1-6/+7
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen5-1/+24
2020-04-22exfat: properly set s_time_granEric Sandeen1-1/+1
2020-04-22exfat: remove 'bps' mount-optionTetsuhiro Kohada1-1/+0
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada2-30/+16
2020-04-22exfat: add missing MODULE_ALIAS_FS()Thomas Backlund1-0/+1