summaryrefslogtreecommitdiff
path: root/fs/exfat/exfat_fs.h
AgeCommit message (Expand)Author
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada
2020-06-09exfat: add boot region verificationTetsuhiro 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 unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár
2020-06-09exfat: Use a more common logging styleJoe Perches
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen
2020-03-05exfat: add in-memory and on-disk structures and headersNamjae Jeon