aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/exfat/exfat_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04staging: exfat: Use kvzalloc() instead of kzalloc() for exfat_sb_infoJia-Ye Li1-2/+3
2019-10-01staging: exfat - fix SPDX tags..Valdis Klētnieks1-1/+1
2019-09-12staging: exfat: drop unused function parameterValentin Vidic1-12/+8
2019-09-12staging: exfat: use integer constantsValentin Vidic1-4/+4
2019-09-12staging: exfat: cleanup spacing for castsValentin Vidic1-33/+33
2019-09-12staging: exfat: cleanup spacing for operatorsValentin Vidic1-22/+22
2019-09-06staging: exfat: stop using 32-bit time_tArnd Bergmann1-126/+38
2019-09-06staging: exfat: stopusing CONFIG_FAT_DEFAULT_IOCHARSETArnd Bergmann1-5/+2
2019-09-05staging: exfat: Use kmemdup in exfat_symlink()YueHaibing1-2/+1
2019-09-05staging: exfat: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-05staging: exfat: remove duplicated include from exfat_super.cYueHaibing1-1/+0
2019-09-04staging: exfat: remove the redundant check when kfree an object in exfat_destroy_inodezhong jiang1-2/+1
2019-09-04staging: exfat: Fix two missing unlocks on error pathsDan Carpenter1-2/+4
2019-09-04staging: exfat: cleanup explicit comparisons to NULLValentin Vidic1-29/+29
2019-09-03staging: exfat: drop local TRUE/FALSE definesValentin Vidic1-8/+10
2019-09-03staging: exfat: fix spelling errors in commentsValentin Vidic1-1/+1
2019-09-03staging: exfat: cleanup braces for if/else statementsValentin Vidic1-7/+9
2019-09-03staging: exfat: remove return and error return via a gotoColin Ian King1-1/+1
2019-09-03staging: exfat: fix uninitialized variable retColin Ian King1-1/+1
2019-09-03staging: exfat: cleanup blank line warningsValentin Vidic1-1/+0
2019-09-02drivers/staging/exfat - by default, prohibit mount of fat/vfatValdis Klētnieks1-0/+6
2019-08-30staging: exfat: add exfat filesystem code to stagingValdis Klētnieks1-0/+4137