summaryrefslogtreecommitdiffstats
path: root/drivers/staging/exfat
Commit message (Expand)AuthorAgeFilesLines
...
* staging: exfat: Clean up return codes - FFS_NOTFOUNDValdis Kletnieks2019-10-242-4/+3
* staging: exfat: Clean up return codes - FFS_FULLValdis Kletnieks2019-10-243-14/+13
* Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-149-11/+13
|\
| * staging: exfat: Use kvzalloc() instead of kzalloc() for exfat_sb_infoJia-Ye Li2019-10-041-2/+3
| * staging: exfat: Fix a typo in KconfigMasanari Iida2019-10-011-1/+1
| * staging: exfat - fix SPDX tags..Valdis Klētnieks2019-10-018-8/+8
| * staging: exfat: add missing SPDX line to KconfigMichael Straube2019-10-011-0/+1
* | staging: exfat: explain the fs_sync() issue in TODOValdis Klētnieks2019-10-041-0/+9
* | staging: exfat: fix fs_sync() calls.Valdis Klētnieks2019-10-041-17/+17
|/
* staging: exfat: drop unused function parameterValentin Vidic2019-09-121-12/+8
* Staging: exfat: Avoid use of strcpySandro Volery2019-09-121-3/+1
* staging: exfat: use integer constantsValentin Vidic2019-09-122-13/+13
* staging: exfat: cleanup spacing for castsValentin Vidic2019-09-122-77/+77
* staging: exfat: cleanup spacing for operatorsValentin Vidic2019-09-123-61/+61
* 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
OpenPOWER on IntegriCloud