summaryrefslogtreecommitdiffstats
path: root/drivers/staging/exfat
AgeCommit message (Expand)AuthorFilesLines
2019-11-03staging: exfat: Ensure we unlock upon error in ffsReadFileDavidlohr Bueso1-2/+4
2019-11-03staging: exfat: Fix logical operation continuationFrank A. Cancio Bello1-4/+4
2019-11-03staging: exfat: Fix parameter alignment issuesFrank A. Cancio Bello1-2/+3
2019-11-02drivers/staging/exfat: Replace more binary semaphores with mutexesDavidlohr Bueso1-24/+24
2019-11-01staging: exfat: replace kmalloc with kmalloc_arrayRoi Martin1-4/+4
2019-11-01drivers/staging/exfat: Replace binary semaphores for mutexesDavidlohr Bueso2-43/+43
2019-10-30staging: exfat: avoid multiple assignmentsRoi Martin2-20/+73
2019-10-30staging: exfat: replace printk(KERN_INFO ...) with pr_info()Roi Martin1-1/+1
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 Martin2-34/+34
2019-10-24staging: exfat: Clean up return code - FFS_MEMORYERRValdis Kletnieks2-6/+5
2019-10-24staging: exfat: Clean up return codes - FFS_INVALIDPATHValdis Kletnieks3-11/+10
2019-10-24staging: exfat: Clean up return codes - FFS_FILEEXISTValdis Kletnieks3-9/+8
2019-10-24staging: exfat: Clean up return codes - FFS_NAMETOOLONGValdis Kletnieks2-3/+2
2019-10-24staging: exfat: Clean up return codes - FFS_PERMISSIONERRValdis Kletnieks2-11/+10
2019-10-24staging: exfat: Clean up return codes - FFS_DIRBUSYValdis Kletnieks2-2/+1
2019-10-24staging: exfat: Clean up return codes - FFS_NOTFOUNDValdis Kletnieks2-4/+3
2019-10-24staging: exfat: Clean up return codes - FFS_FULLValdis Kletnieks3-14/+13
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman9-11/+13
2019-10-04staging: exfat: Use kvzalloc() instead of kzalloc() for exfat_sb_infoJia-Ye Li1-2/+3
2019-10-04staging: exfat: explain the fs_sync() issue in TODOValdis Klētnieks1-0/+9
2019-10-04staging: exfat: fix fs_sync() calls.Valdis Klētnieks1-17/+17
2019-10-01staging: exfat: Fix a typo in KconfigMasanari Iida1-1/+1
2019-10-01staging: exfat - fix SPDX tags..Valdis Klētnieks8-8/+8
2019-10-01staging: exfat: add missing SPDX line to KconfigMichael Straube1-0/+1
2019-09-12staging: exfat: drop unused function parameterValentin Vidic1-12/+8
2019-09-12Staging: exfat: Avoid use of strcpySandro Volery1-3/+1
2019-09-12staging: exfat: use integer constantsValentin Vidic2-13/+13
2019-09-12staging: exfat: cleanup spacing for castsValentin Vidic2-77/+77
2019-09-12staging: exfat: cleanup spacing for operatorsValentin Vidic3-61/+61
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_dest...zhong 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 Vidic2-46/+46
2019-09-03staging: exfat: drop local TRUE/FALSE definesValentin Vidic4-51/+53
2019-09-03staging: exfat: fix spelling errors in commentsValentin Vidic2-2/+2
2019-09-03staging: exfat: cleanup braces for if/else statementsValentin Vidic2-13/+15
2019-09-03staging: exfat: check for null return from call to FAT_getblkColin Ian King1-0/+2
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: use BIT macro for defining sizesValentin Vidic1-3/+3
2019-09-03staging: exfat: cleanup blank line warningsValentin Vidic3-5/+1
2019-09-02staging: exfat: make exfat depend on BLOCKGreg Kroah-Hartman1-0/+2
2019-09-02drivers/staging/exfat - by default, prohibit mount of fat/vfatValdis Klētnieks2-0/+14
2019-08-30staging: exfat: add exfat filesystem code to stagingValdis Klētnieks10-0/+10877