summaryrefslogtreecommitdiffstats
path: root/drivers/staging/exfat/exfat_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-03staging: exfat: Fix parameter alignment issuesFrank A. Cancio Bello1-2/+3
2019-11-01staging: exfat: replace kmalloc with kmalloc_arrayRoi Martin1-4/+4
2019-10-30staging: exfat: avoid multiple assignmentsRoi Martin1-1/+2
2019-10-30staging: exfat: remove unnecessary new line in if conditionRoi Martin1-2/+1
2019-10-30staging: exfat: make alignment match open parenthesisRoi Martin1-6/+6
2019-10-30staging: exfat: remove unnecessary parenthesesRoi Martin1-12/+12
2019-10-24staging: exfat: Clean up return code - FFS_MEMORYERRValdis Kletnieks1-5/+5
2019-10-24staging: exfat: Clean up return codes - FFS_INVALIDPATHValdis Kletnieks1-5/+5
2019-10-24staging: exfat: Clean up return codes - FFS_FILEEXISTValdis Kletnieks1-1/+1
2019-10-24staging: exfat: Clean up return codes - FFS_FULLValdis Kletnieks1-5/+5
2019-10-01staging: exfat - fix SPDX tags..Valdis Klētnieks1-1/+1
2019-09-12Staging: exfat: Avoid use of strcpySandro Volery1-3/+1
2019-09-12staging: exfat: use integer constantsValentin Vidic1-9/+9
2019-09-12staging: exfat: cleanup spacing for castsValentin Vidic1-44/+44
2019-09-12staging: exfat: cleanup spacing for operatorsValentin Vidic1-38/+38
2019-09-04staging: exfat: cleanup explicit comparisons to NULLValentin Vidic1-17/+17
2019-09-03staging: exfat: drop local TRUE/FALSE definesValentin Vidic1-39/+42
2019-09-03staging: exfat: fix spelling errors in commentsValentin Vidic1-1/+1
2019-09-03staging: exfat: cleanup braces for if/else statementsValentin Vidic1-6/+6
2019-09-03staging: exfat: cleanup blank line warningsValentin Vidic1-4/+0
2019-08-30staging: exfat: add exfat filesystem code to stagingValdis Klētnieks1-0/+3704