index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
exfat
Age
Commit message (
Expand
)
Author
2019-10-04
staging: exfat: Use kvzalloc() instead of kzalloc() for exfat_sb_info
Jia-Ye Li
2019-10-01
staging: exfat: Fix a typo in Kconfig
Masanari Iida
2019-10-01
staging: exfat - fix SPDX tags..
Valdis Klētnieks
2019-10-01
staging: exfat: add missing SPDX line to Kconfig
Michael Straube
2019-09-12
staging: exfat: drop unused function parameter
Valentin Vidic
2019-09-12
Staging: exfat: Avoid use of strcpy
Sandro Volery
2019-09-12
staging: exfat: use integer constants
Valentin Vidic
2019-09-12
staging: exfat: cleanup spacing for casts
Valentin Vidic
2019-09-12
staging: exfat: cleanup spacing for operators
Valentin Vidic
2019-09-06
staging: exfat: stop using 32-bit time_t
Arnd Bergmann
2019-09-06
staging: exfat: stopusing CONFIG_FAT_DEFAULT_IOCHARSET
Arnd Bergmann
2019-09-05
staging: exfat: Use kmemdup in exfat_symlink()
YueHaibing
2019-09-05
staging: exfat: remove unused including <linux/version.h>
YueHaibing
2019-09-05
staging: exfat: remove duplicated include from exfat_super.c
YueHaibing
2019-09-04
staging: exfat: remove the redundant check when kfree an object in exfat_dest...
zhong jiang
2019-09-04
staging: exfat: Fix two missing unlocks on error paths
Dan Carpenter
2019-09-04
staging: exfat: cleanup explicit comparisons to NULL
Valentin Vidic
2019-09-03
staging: exfat: drop local TRUE/FALSE defines
Valentin Vidic
2019-09-03
staging: exfat: fix spelling errors in comments
Valentin Vidic
2019-09-03
staging: exfat: cleanup braces for if/else statements
Valentin Vidic
2019-09-03
staging: exfat: check for null return from call to FAT_getblk
Colin Ian King
2019-09-03
staging: exfat: remove return and error return via a goto
Colin Ian King
2019-09-03
staging: exfat: fix uninitialized variable ret
Colin Ian King
2019-09-03
staging: exfat: use BIT macro for defining sizes
Valentin Vidic
2019-09-03
staging: exfat: cleanup blank line warnings
Valentin Vidic
2019-09-02
staging: exfat: make exfat depend on BLOCK
Greg Kroah-Hartman
2019-09-02
drivers/staging/exfat - by default, prohibit mount of fat/vfat
Valdis Klētnieks
2019-08-30
staging: exfat: add exfat filesystem code to staging
Valdis Klētnieks