aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/exfat (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen5-1/+24
2020-04-22exfat: properly set s_time_granEric Sandeen1-1/+1
2020-04-22exfat: remove 'bps' mount-optionTetsuhiro Kohada1-1/+0
2020-04-22exfat: Unify access to the boot sectorTetsuhiro Kohada2-30/+16
2020-04-22exfat: add missing MODULE_ALIAS_FS()Thomas Backlund1-0/+1
2020-04-22exfat: Fix discard supportPali Rohár1-2/+3
2020-03-05exfat: update file system parameter handlingValdis Kletnieks1-17/+11
2020-03-05exfat: add Kconfig and MakefileNamjae Jeon2-0/+29
2020-03-05exfat: add nls operationsNamjae Jeon1-0/+831
2020-03-05exfat: add misc operationsNamjae Jeon1-0/+163
2020-03-05exfat: add exfat cacheNamjae Jeon1-0/+325
2020-03-05exfat: add bitmap operationsNamjae Jeon1-0/+280
2020-03-05exfat: add fat entry operationsNamjae Jeon1-0/+463
2020-03-05exfat: add file operationsNamjae Jeon1-0/+360
2020-03-05exfat: add directory operationsNamjae Jeon1-0/+1238
2020-03-05exfat: add inode operationsNamjae Jeon2-0/+2119
2020-03-05exfat: add super block operationsNamjae Jeon1-0/+728
2020-03-05exfat: add in-memory and on-disk structures and headersNamjae Jeon2-0/+703