summaryrefslogtreecommitdiffstats
path: root/drivers/staging/exfat
Commit message (Expand)AuthorAgeFilesLines
* staging: exfat: stop using 32-bit time_tArnd Bergmann2019-09-061-126/+38
* staging: exfat: stopusing CONFIG_FAT_DEFAULT_IOCHARSETArnd Bergmann2019-09-061-5/+2
* staging: exfat: Use kmemdup in exfat_symlink()YueHaibing2019-09-051-2/+1
* staging: exfat: remove unused including <linux/version.h>YueHaibing2019-09-051-1/+0
* staging: exfat: remove duplicated include from exfat_super.cYueHaibing2019-09-051-1/+0
* staging: exfat: remove the redundant check when kfree an object in exfat_dest...zhong jiang2019-09-041-2/+1
* staging: exfat: Fix two missing unlocks on error pathsDan Carpenter2019-09-041-2/+4
* staging: exfat: cleanup explicit comparisons to NULLValentin Vidic2019-09-042-46/+46
* staging: exfat: drop local TRUE/FALSE definesValentin Vidic2019-09-034-51/+53
* staging: exfat: fix spelling errors in commentsValentin Vidic2019-09-032-2/+2
* staging: exfat: cleanup braces for if/else statementsValentin Vidic2019-09-032-13/+15
* staging: exfat: check for null return from call to FAT_getblkColin Ian King2019-09-031-0/+2
* staging: exfat: remove return and error return via a gotoColin Ian King2019-09-031-1/+1
* staging: exfat: fix uninitialized variable retColin Ian King2019-09-031-1/+1
* staging: exfat: use BIT macro for defining sizesValentin Vidic2019-09-031-3/+3
* staging: exfat: cleanup blank line warningsValentin Vidic2019-09-033-5/+1
* staging: exfat: make exfat depend on BLOCKGreg Kroah-Hartman2019-09-021-0/+2
* drivers/staging/exfat - by default, prohibit mount of fat/vfatValdis Klētnieks2019-09-022-0/+14
* staging: exfat: add exfat filesystem code to stagingValdis Klētnieks2019-08-3010-0/+10877