summaryrefslogtreecommitdiffstats
path: root/fs/exfat/exfat_fs.h
Commit message (Expand)AuthorAgeFilesLines
* exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada2020-08-121-2/+4
* exfat: add error check when updating dir-entriesTetsuhiro Kohada2020-08-121-1/+1
* exfat: write multiple sectors at onceTetsuhiro Kohada2020-08-121-0/+1
* exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada2020-08-121-4/+1
* exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon2020-07-211-1/+1
* exfat: flush dirty metadata in fsyncSungjong Seo2020-06-291-0/+1
* exfat: standardize checksum calculationTetsuhiro Kohada2020-06-091-3/+2
* exfat: add boot region verificationTetsuhiro Kohada2020-06-091-0/+1
* exfat: redefine PBR as boot_sectorTetsuhiro Kohada2020-06-091-1/+1
* exfat: optimize dir-cacheTetsuhiro Kohada2020-06-091-15/+12
* exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada2020-06-091-2/+2
* exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár2020-06-091-2/+0
* exfat: Use a more common logging styleJoe Perches2020-06-091-0/+7
* exfat: truncate atimes to 2s granularityEric Sandeen2020-04-221-0/+1
* exfat: add in-memory and on-disk structures and headersNamjae Jeon2020-03-051-0/+519