index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
exfat
/
exfat_super.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-10
staging: exfat: remove staging version of exfat filesystem
Greg Kroah-Hartman
1
-3296
/
+0
2020-03-10
staging: exfat: exfat_super.c: remove commented out function
Lourdes Pedrajas
1
-77
/
+0
2020-03-04
staging: exfat: remove redundant if statements
Tetsuhiro Kohada
1
-5
/
+2
2020-03-04
staging: exfat: remove 'file creation modes'
Tetsuhiro Kohada
1
-4
/
+3
2020-03-04
staging: exfat: remove symlink feature
Tetsuhiro Kohada
1
-27
/
+0
2020-02-23
staging: exfat: remove symlink feature.
Tetsuhiro Kohada
1
-450
/
+0
2020-02-17
staging: exfat: dedicate count_entries() to sub-dir counting.
Tetsuhiro Kohada
1
-2
/
+2
2020-02-17
staging: exfat: remove DOSNAMEs.
Tetsuhiro Kohada
1
-24
/
+13
2020-02-11
staging: exfat: Rename variable 'AccessTimestamp' to 'access_timestamp'
Pragat Pandya
1
-5
/
+5
2020-02-11
staging: exfat: Rename variable 'ModifyTimestamp' to 'modify_timestamp'
Pragat Pandya
1
-23
/
+23
2020-02-11
staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp'
Pragat Pandya
1
-23
/
+23
2020-02-11
staging: exfat: Rename variable 'NumSubdirs' to 'num_subdirs'
Pragat Pandya
1
-5
/
+5
2020-02-11
staging: exfat: Rename variable 'Attr' to 'attr'
Pragat Pandya
1
-12
/
+12
2020-02-11
staging: exfat: Rename variable 'ShortName' to 'short_name'
Pragat Pandya
1
-3
/
+3
2020-02-11
staging: exfat: Rename variable 'Name' to 'name'
Pragat Pandya
1
-6
/
+6
2020-02-11
staging: exfat: Rename variable 'MilliSecond' to 'millisecond'
Pragat Pandya
1
-8
/
+8
2020-02-11
staging: exfat: Rename variable 'Second' to 'second'
Pragat Pandya
1
-10
/
+10
2020-02-11
staging: exfat: Rename variable 'Minute' to 'minute'
Pragat Pandya
1
-10
/
+10
2020-02-11
staging: exfat: Rename variable 'Hour' to 'hour'
Pragat Pandya
1
-10
/
+10
2020-02-11
staging: exfat: Rename variable 'Day' to 'day'
Pragat Pandya
1
-10
/
+10
2020-02-11
staging: exfat: Rename variable 'Month' to 'month'
Pragat Pandya
1
-10
/
+10
2020-02-11
staging: exfat: Rename variable 'Year' to 'year'
Pragat Pandya
1
-10
/
+10
2020-02-10
staging: exfat: Replace printk with pr_info
JieunKim
1
-1
/
+1
2020-02-09
staging: exfat: remove 'vol_type' variable.
Tetsuhiro Kohada
1
-39
/
+21
2020-01-23
staging: exfat: remove fs_func struct.
Tetsuhiro Kohada
1
-61
/
+58
2020-01-14
staging: exfat: Fix alignment warnings
Pragat Pandya
1
-1
/
+1
2020-01-03
staging: exfat: add STAGING prefix to config names
Namjae Jeon
1
-25
/
+25
2019-12-16
Merge 5.5-rc2 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2019-12-10
staging: exfat: fix multiple definition error of `rename_file'
Brendan Higgins
1
-2
/
+2
2019-12-10
staging: exfat: fix spelling mistake
Susarla Nikhilesh
1
-2
/
+2
2019-11-15
staging: exfat: fix spelling mistake "maont" -> "mount"
Colin Ian King
1
-1
/
+1
2019-11-14
staging: exfat: fix indentation issue
Colin Ian King
1
-1
/
+1
2019-11-13
staging: exfat: Clean up the namespace pollution part 8
Valdis Kletnieks
1
-15
/
+15
2019-11-13
staging: exfat: Clean up the namespace pollution part 7
Valdis Kletnieks
1
-6
/
+6
2019-11-13
staging: exfat: Clean up the namespace pollution part 2
Valdis Kletnieks
1
-8
/
+8
2019-11-13
staging: exfat: Remove FAT/VFAT mount support, part 3
Valdis Kletnieks
1
-223
/
+74
2019-11-13
staging: exfat: Remove FAT/VFAT mount support, part 1
Valdis Kletnieks
1
-7
/
+1
2019-11-13
staging: exfat: Correct return code
Valdis Kletnieks
1
-1
/
+1
2019-11-13
staging: exfat: Collapse redundant return code translations
Valdis Kletnieks
1
-78
/
+14
2019-11-13
staging: exfat: Clean up return codes - FFS_SUCCESS
Valdis Kletnieks
1
-25
/
+25
2019-11-13
staging: exfat: Clean up return codes - FFS_ERROR
Valdis Kletnieks
1
-10
/
+10
2019-11-13
staging: exfat: Clean up return codes - FFS_INVALIDFID
Valdis Kletnieks
1
-5
/
+5
2019-11-13
staging: exfat: Clean up return codes - FFS_EOF
Valdis Kletnieks
1
-1
/
+1
2019-11-13
staging: exfat: Clean up return codes - FFS_MEDIAERR
Valdis Kletnieks
1
-57
/
+58
2019-11-13
staging: exfat: Clean up return codes - FFS_FORMATERR
Valdis Kletnieks
1
-1
/
+1
2019-11-11
staging: exfat: use prandom_u32() for i_generation
Arnd Bergmann
1
-2
/
+2
2019-11-03
staging: exfat: Ensure we unlock upon error in ffsReadFile
Davidlohr Bueso
1
-2
/
+4
2019-11-03
staging: exfat: Fix logical operation continuation
Frank A. Cancio Bello
1
-4
/
+4
2019-11-01
drivers/staging/exfat: Replace binary semaphores for mutexes
Davidlohr Bueso
1
-42
/
+42
2019-10-30
staging: exfat: avoid multiple assignments
Roi Martin
1
-19
/
+71
[next]