summaryrefslogtreecommitdiff
path: root/drivers/staging/exfat/exfat_super.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-10staging: exfat: remove staging version of exfat filesystemGreg Kroah-Hartman1-3296/+0
2020-03-10staging: exfat: exfat_super.c: remove commented out functionLourdes Pedrajas1-77/+0
2020-03-04staging: exfat: remove redundant if statementsTetsuhiro Kohada1-5/+2
2020-03-04staging: exfat: remove 'file creation modes'Tetsuhiro Kohada1-4/+3
2020-03-04staging: exfat: remove symlink featureTetsuhiro Kohada1-27/+0
2020-02-23staging: exfat: remove symlink feature.Tetsuhiro Kohada1-450/+0
2020-02-17staging: exfat: dedicate count_entries() to sub-dir counting.Tetsuhiro Kohada1-2/+2
2020-02-17staging: exfat: remove DOSNAMEs.Tetsuhiro Kohada1-24/+13
2020-02-11staging: exfat: Rename variable 'AccessTimestamp' to 'access_timestamp'Pragat Pandya1-5/+5
2020-02-11staging: exfat: Rename variable 'ModifyTimestamp' to 'modify_timestamp'Pragat Pandya1-23/+23
2020-02-11staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp'Pragat Pandya1-23/+23
2020-02-11staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'Pragat Pandya1-5/+5
2020-02-11staging: exfat: Rename variable 'Attr' to 'attr'Pragat Pandya1-12/+12
2020-02-11staging: exfat: Rename variable 'ShortName' to 'short_name'Pragat Pandya1-3/+3
2020-02-11staging: exfat: Rename variable 'Name' to 'name'Pragat Pandya1-6/+6
2020-02-11staging: exfat: Rename variable 'MilliSecond' to 'millisecond'Pragat Pandya1-8/+8
2020-02-11staging: exfat: Rename variable 'Second' to 'second'Pragat Pandya1-10/+10
2020-02-11staging: exfat: Rename variable 'Minute' to 'minute'Pragat Pandya1-10/+10
2020-02-11staging: exfat: Rename variable 'Hour' to 'hour'Pragat Pandya1-10/+10
2020-02-11staging: exfat: Rename variable 'Day' to 'day'Pragat Pandya1-10/+10
2020-02-11staging: exfat: Rename variable 'Month' to 'month'Pragat Pandya1-10/+10
2020-02-11staging: exfat: Rename variable 'Year' to 'year'Pragat Pandya1-10/+10
2020-02-10staging: exfat: Replace printk with pr_infoJieunKim1-1/+1
2020-02-10staging: exfat: remove 'vol_type' variable.Tetsuhiro Kohada1-39/+21
2020-01-23staging: exfat: remove fs_func struct.Tetsuhiro Kohada1-61/+58
2020-01-14staging: exfat: Fix alignment warningsPragat Pandya1-1/+1
2020-01-03staging: exfat: add STAGING prefix to config namesNamjae Jeon1-25/+25
2019-12-16Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman1-2/+2
2019-12-10staging: exfat: fix multiple definition error of `rename_file'Brendan Higgins1-2/+2
2019-12-10staging: exfat: fix spelling mistakeSusarla Nikhilesh1-2/+2
2019-11-15staging: exfat: fix spelling mistake "maont" -> "mount"Colin Ian King1-1/+1
2019-11-14staging: exfat: fix indentation issueColin Ian King1-1/+1
2019-11-13staging: exfat: Clean up the namespace pollution part 8Valdis Kletnieks1-15/+15
2019-11-13staging: exfat: Clean up the namespace pollution part 7Valdis Kletnieks1-6/+6
2019-11-13staging: exfat: Clean up the namespace pollution part 2Valdis Kletnieks1-8/+8
2019-11-13staging: exfat: Remove FAT/VFAT mount support, part 3Valdis Kletnieks1-223/+74
2019-11-13staging: exfat: Remove FAT/VFAT mount support, part 1Valdis Kletnieks1-7/+1
2019-11-13staging: exfat: Correct return codeValdis Kletnieks1-1/+1
2019-11-13staging: exfat: Collapse redundant return code translationsValdis Kletnieks1-78/+14
2019-11-13staging: exfat: Clean up return codes - FFS_SUCCESSValdis Kletnieks1-25/+25
2019-11-13staging: exfat: Clean up return codes - FFS_ERRORValdis Kletnieks1-10/+10
2019-11-13staging: exfat: Clean up return codes - FFS_INVALIDFIDValdis Kletnieks1-5/+5
2019-11-13staging: exfat: Clean up return codes - FFS_EOFValdis Kletnieks1-1/+1
2019-11-13staging: exfat: Clean up return codes - FFS_MEDIAERRValdis Kletnieks1-57/+58
2019-11-13staging: exfat: Clean up return codes - FFS_FORMATERRValdis Kletnieks1-1/+1
2019-11-11staging: exfat: use prandom_u32() for i_generationArnd Bergmann1-2/+2
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-01drivers/staging/exfat: Replace binary semaphores for mutexesDavidlohr Bueso1-42/+42
2019-10-30staging: exfat: avoid multiple assignmentsRoi Martin1-19/+71