Age | Commit message (Expand) | Author |
2020-05-21 | exfat: add the dummy mount options to be backward compatible with staging/exfat | Namjae Jeon |
2020-05-18 | exfat: fix possible memory leak in exfat_find() | Wei Yongjun |
2020-05-18 | exfat: use iter_file_splice_write | Eric Sandeen |
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 |