summaryrefslogtreecommitdiffstats
path: root/fs/exfat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exfat-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-0912-469/+423
|\
| * exfat: Fix potential use after free in exfat_load_upcase_table()Dan Carpenter2020-06-091-1/+1
| * exfat: fix range validation error in alloc and free clusterhyeongseok.kim2020-06-091-2/+2
| * exfat: fix incorrect update of stream entry in __exfat_truncate()Namjae Jeon2020-06-091-4/+4
| * exfat: fix memory leak in exfat_parse_param()Al Viro2020-06-091-4/+8
| * exfat: remove unnecessary reassignment of p_uniname->name_lenNamjae Jeon2020-06-091-2/+0
| * exfat: standardize checksum calculationTetsuhiro Kohada2020-06-094-27/+19
| * exfat: add boot region verificationTetsuhiro Kohada2020-06-093-0/+65
| * exfat: separate the boot sector analysisTetsuhiro Kohada2020-06-092-43/+56
| * exfat: redefine PBR as boot_sectorTetsuhiro Kohada2020-06-093-93/+72
| * exfat: optimize dir-cacheTetsuhiro Kohada2020-06-095-182/+124
| * exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-097-22/+22
| * exfat: remove the assignment of 0 to bool variableJason Yan2020-06-091-1/+1
| * exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár2020-06-092-15/+0
| * exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFFPali Rohár2020-06-091-8/+2
| * exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config optionGeert Uytterhoeven2020-06-091-3/+4
| * exfat: Use a more common logging styleJoe Perches2020-06-098-74/+60
| * exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFFPali Rohár2020-06-091-7/+2
* | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-4/+3
|/
* exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon2020-05-211-0/+19
* exfat: fix possible memory leak in exfat_find()Wei Yongjun2020-05-181-0/+1
* exfat: use iter_file_splice_writeEric Sandeen2020-05-181-6/+7
* exfat: truncate atimes to 2s granularityEric Sandeen2020-04-225-1/+24
* exfat: properly set s_time_granEric Sandeen2020-04-221-1/+1
* exfat: remove 'bps' mount-optionTetsuhiro Kohada2020-04-221-1/+0
* exfat: Unify access to the boot sectorTetsuhiro Kohada2020-04-222-30/+16
* exfat: add missing MODULE_ALIAS_FS()Thomas Backlund2020-04-221-0/+1
* exfat: Fix discard supportPali Rohár2020-04-221-2/+3
* exfat: update file system parameter handlingValdis Kletnieks2020-03-051-17/+11
* exfat: add Kconfig and MakefileNamjae Jeon2020-03-052-0/+29
* exfat: add nls operationsNamjae Jeon2020-03-051-0/+831
* exfat: add misc operationsNamjae Jeon2020-03-051-0/+163
* exfat: add exfat cacheNamjae Jeon2020-03-051-0/+325
* exfat: add bitmap operationsNamjae Jeon2020-03-051-0/+280
* exfat: add fat entry operationsNamjae Jeon2020-03-051-0/+463
* exfat: add file operationsNamjae Jeon2020-03-051-0/+360
* exfat: add directory operationsNamjae Jeon2020-03-051-0/+1238
* exfat: add inode operationsNamjae Jeon2020-03-052-0/+2119
* exfat: add super block operationsNamjae Jeon2020-03-051-0/+728
* exfat: add in-memory and on-disk structures and headersNamjae Jeon2020-03-052-0/+703