summaryrefslogtreecommitdiffstats
path: root/drivers/staging/exfat/exfat_super.c
Commit message (Expand)AuthorAgeFilesLines
* staging: exfat: remove staging version of exfat filesystemGreg Kroah-Hartman2020-03-101-3296/+0
* staging: exfat: exfat_super.c: remove commented out functionLourdes Pedrajas2020-03-101-77/+0
* staging: exfat: remove redundant if statementsTetsuhiro Kohada2020-03-041-5/+2
* staging: exfat: remove 'file creation modes'Tetsuhiro Kohada2020-03-041-4/+3
* staging: exfat: remove symlink featureTetsuhiro Kohada2020-03-041-27/+0
* staging: exfat: remove symlink feature.Tetsuhiro Kohada2020-02-231-450/+0
* staging: exfat: dedicate count_entries() to sub-dir counting.Tetsuhiro Kohada2020-02-171-2/+2
* staging: exfat: remove DOSNAMEs.Tetsuhiro Kohada2020-02-171-24/+13
* staging: exfat: Rename variable 'AccessTimestamp' to 'access_timestamp'Pragat Pandya2020-02-111-5/+5
* staging: exfat: Rename variable 'ModifyTimestamp' to 'modify_timestamp'Pragat Pandya2020-02-111-23/+23
* staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp'Pragat Pandya2020-02-111-23/+23
* staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'Pragat Pandya2020-02-111-5/+5
* staging: exfat: Rename variable 'Attr' to 'attr'Pragat Pandya2020-02-111-12/+12
* staging: exfat: Rename variable 'ShortName' to 'short_name'Pragat Pandya2020-02-111-3/+3
* staging: exfat: Rename variable 'Name' to 'name'Pragat Pandya2020-02-111-6/+6
* staging: exfat: Rename variable 'MilliSecond' to 'millisecond'Pragat Pandya2020-02-111-8/+8
* staging: exfat: Rename variable 'Second' to 'second'Pragat Pandya2020-02-111-10/+10
* staging: exfat: Rename variable 'Minute' to 'minute'Pragat Pandya2020-02-111-10/+10
* staging: exfat: Rename variable 'Hour' to 'hour'Pragat Pandya2020-02-111-10/+10
* staging: exfat: Rename variable 'Day' to 'day'Pragat Pandya2020-02-111-10/+10
* staging: exfat: Rename variable 'Month' to 'month'Pragat Pandya2020-02-111-10/+10
* staging: exfat: Rename variable 'Year' to 'year'Pragat Pandya2020-02-111-10/+10
* staging: exfat: Replace printk with pr_infoJieunKim2020-02-101-1/+1
* staging: exfat: remove 'vol_type' variable.Tetsuhiro Kohada2020-02-091-39/+21
* staging: exfat: remove fs_func struct.Tetsuhiro Kohada2020-01-231-61/+58
* staging: exfat: Fix alignment warningsPragat Pandya2020-01-141-1/+1
* staging: exfat: add STAGING prefix to config namesNamjae Jeon2020-01-031-25/+25
* Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman2019-12-161-2/+2
|\
| * staging: exfat: fix multiple definition error of `rename_file'Brendan Higgins2019-12-101-2/+2
* | staging: exfat: fix spelling mistakeSusarla Nikhilesh2019-12-101-2/+2
|/
* staging: exfat: fix spelling mistake "maont" -> "mount"Colin Ian King2019-11-151-1/+1
* staging: exfat: fix indentation issueColin Ian King2019-11-141-1/+1
* staging: exfat: Clean up the namespace pollution part 8Valdis Kletnieks2019-11-131-15/+15
* staging: exfat: Clean up the namespace pollution part 7Valdis Kletnieks2019-11-131-6/+6
* staging: exfat: Clean up the namespace pollution part 2Valdis Kletnieks2019-11-131-8/+8
* staging: exfat: Remove FAT/VFAT mount support, part 3Valdis Kletnieks2019-11-131-223/+74
* staging: exfat: Remove FAT/VFAT mount support, part 1Valdis Kletnieks2019-11-131-7/+1
* staging: exfat: Correct return codeValdis Kletnieks2019-11-131-1/+1
* staging: exfat: Collapse redundant return code translationsValdis Kletnieks2019-11-131-78/+14
* staging: exfat: Clean up return codes - FFS_SUCCESSValdis Kletnieks2019-11-131-25/+25
* staging: exfat: Clean up return codes - FFS_ERRORValdis Kletnieks2019-11-131-10/+10
* staging: exfat: Clean up return codes - FFS_INVALIDFIDValdis Kletnieks2019-11-131-5/+5
* staging: exfat: Clean up return codes - FFS_EOFValdis Kletnieks2019-11-131-1/+1
* staging: exfat: Clean up return codes - FFS_MEDIAERRValdis Kletnieks2019-11-131-57/+58
* staging: exfat: Clean up return codes - FFS_FORMATERRValdis Kletnieks2019-11-131-1/+1
* staging: exfat: use prandom_u32() for i_generationArnd Bergmann2019-11-111-2/+2
* staging: exfat: Ensure we unlock upon error in ffsReadFileDavidlohr Bueso2019-11-031-2/+4
* staging: exfat: Fix logical operation continuationFrank A. Cancio Bello2019-11-031-4/+4
* drivers/staging/exfat: Replace binary semaphores for mutexesDavidlohr Bueso2019-11-011-42/+42
* staging: exfat: avoid multiple assignmentsRoi Martin2019-10-301-19/+71