aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exfat/exfat_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01exfat: Expand exfat_err() and co directly to pr_*() macroTakashi Iwai1-5/+7
2022-08-01exfat: Define NLS_NAME_* as bit flags explicitlyTakashi Iwai1-3/+3
2022-08-01exfat: reuse __exfat_write_inode() to update directory entryYuezhang Mo1-0/+1
2022-05-23exfat: check if cluster num is validTadeusz Struk1-0/+6
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng1-0/+1
2022-04-01exfat: allow access to paths with trailing dotsVasant Karasulli1-1/+2
2022-01-10exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo1-2/+1
2022-01-10exfat: move super block magic number to magic.hNamjae Jeon1-1/+0
2022-01-10exfat: make exfat_find_location() staticChristophe Vu-Brugier1-2/+0
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim1-1/+1
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim1-2/+2
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim1-0/+4
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim1-0/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-3/+5
2021-02-22exfat: improve performance of exfat_free_cluster when using dirsync mount optionHyeongseok Kim1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+5
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada1-2/+0
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon1-1/+1
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon1-1/+2
2020-08-12exfat: retain 'VolumeFlags' properlyTetsuhiro Kohada1-2/+4
2020-08-12exfat: add error check when updating dir-entriesTetsuhiro Kohada1-1/+1
2020-08-12exfat: write multiple sectors at onceTetsuhiro Kohada1-0/+1
2020-08-12exfat: remove EXFAT_SB_DIRTY flagTetsuhiro Kohada1-4/+1
2020-07-21exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon1-1/+1
2020-06-29exfat: flush dirty metadata in fsyncSungjong Seo1-0/+1
2020-06-09exfat: standardize checksum calculationTetsuhiro Kohada1-3/+2
2020-06-09exfat: add boot region verificationTetsuhiro Kohada1-0/+1
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada1-1/+1
2020-06-09exfat: optimize dir-cacheTetsuhiro Kohada1-15/+12
2020-06-09exfat: replace 'time_ms' with 'time_cs'Tetsuhiro Kohada1-2/+2
2020-06-09exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()Pali Rohár1-2/+0
2020-06-09exfat: Use a more common logging styleJoe Perches1-0/+7
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen1-0/+1
2020-03-05exfat: add in-memory and on-disk structures and headersNamjae Jeon1-0/+519