summaryrefslogtreecommitdiffstats
path: root/fs/exfat/exfat_fs.h
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-101-2/+1
* exfat: move super block magic number to magic.hNamjae Jeon2022-01-101-1/+0
* exfat: make exfat_find_location() staticChristophe Vu-Brugier2022-01-101-2/+0
* exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim2021-04-271-1/+1
* exfat: improve write performance when dirsync enabledHyeongseok Kim2021-04-271-2/+2
* exfat: add support ioctl and FITRIM functionHyeongseok Kim2021-04-271-0/+4
* exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim2021-04-271-0/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-3/+5
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+5
* | exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim2021-02-221-1/+1
|/
* exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada2020-10-221-2/+0
* exfat: fix misspellings using codespell toolNamjae Jeon2020-10-221-1/+1
* exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-071-1/+2
* 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