summaryrefslogtreecommitdiff
path: root/fs/exfat/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09exfat: fix memory leak in exfat_parse_param()Al Viro1-4/+8
2020-06-09exfat: add boot region verificationTetsuhiro Kohada1-0/+50
2020-06-09exfat: separate the boot sector analysisTetsuhiro Kohada1-43/+54
2020-06-09exfat: redefine PBR as boot_sectorTetsuhiro Kohada1-42/+42
2020-06-09exfat: remove the assignment of 0 to bool variableJason Yan1-1/+1
2020-06-09exfat: Use a more common logging styleJoe Perches1-26/+21
2020-05-22exfat: add the dummy mount options to be backward compatible with staging/exfatNamjae Jeon1-0/+19
2020-04-22exfat: truncate atimes to 2s granularityEric Sandeen1-0/+1
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 Kohada1-27/+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-06exfat: update file system parameter handlingValdis Kletnieks1-17/+11
2020-03-06exfat: add super block operationsNamjae Jeon1-0/+728