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
/
fs
/
exfat
Age
Commit message (
Expand
)
Author
2020-04-22
exfat: truncate atimes to 2s granularity
Eric Sandeen
2020-04-22
exfat: properly set s_time_gran
Eric Sandeen
2020-04-22
exfat: remove 'bps' mount-option
Tetsuhiro Kohada
2020-04-22
exfat: Unify access to the boot sector
Tetsuhiro Kohada
2020-04-22
exfat: add missing MODULE_ALIAS_FS()
Thomas Backlund
2020-04-22
exfat: Fix discard support
Pali Rohár
2020-03-05
exfat: update file system parameter handling
Valdis Kletnieks
2020-03-05
exfat: add Kconfig and Makefile
Namjae Jeon
2020-03-05
exfat: add nls operations
Namjae Jeon
2020-03-05
exfat: add misc operations
Namjae Jeon
2020-03-05
exfat: add exfat cache
Namjae Jeon
2020-03-05
exfat: add bitmap operations
Namjae Jeon
2020-03-05
exfat: add fat entry operations
Namjae Jeon
2020-03-05
exfat: add file operations
Namjae Jeon
2020-03-05
exfat: add directory operations
Namjae Jeon
2020-03-05
exfat: add inode operations
Namjae Jeon
2020-03-05
exfat: add super block operations
Namjae Jeon
2020-03-05
exfat: add in-memory and on-disk structures and headers
Namjae Jeon