-
- Downloads
Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull exfat filesystem from Al Viro: "Shiny new fs/exfat replacement for drivers/staging/exfat" * 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: exfat: update file system parameter handling staging: exfat: make staging/exfat and fs/exfat mutually exclusive MAINTAINERS: add exfat filesystem exfat: add Kconfig and Makefile exfat: add nls operations exfat: add misc operations exfat: add exfat cache exfat: add bitmap operations exfat: add fat entry operations exfat: add file operations exfat: add directory operations exfat: add inode operations exfat: add super block operations exfat: add in-memory and on-disk structures and headers
No related branches found
No related tags found
Showing
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- fs/Kconfig 2 additions, 1 deletionfs/Kconfig
- fs/Makefile 1 addition, 0 deletionsfs/Makefile
- fs/exfat/Kconfig 21 additions, 0 deletionsfs/exfat/Kconfig
- fs/exfat/Makefile 8 additions, 0 deletionsfs/exfat/Makefile
- fs/exfat/balloc.c 280 additions, 0 deletionsfs/exfat/balloc.c
- fs/exfat/cache.c 325 additions, 0 deletionsfs/exfat/cache.c
- fs/exfat/dir.c 1238 additions, 0 deletionsfs/exfat/dir.c
- fs/exfat/exfat_fs.h 519 additions, 0 deletionsfs/exfat/exfat_fs.h
- fs/exfat/exfat_raw.h 184 additions, 0 deletionsfs/exfat/exfat_raw.h
- fs/exfat/fatent.c 463 additions, 0 deletionsfs/exfat/fatent.c
- fs/exfat/file.c 360 additions, 0 deletionsfs/exfat/file.c
- fs/exfat/inode.c 671 additions, 0 deletionsfs/exfat/inode.c
- fs/exfat/misc.c 163 additions, 0 deletionsfs/exfat/misc.c
- fs/exfat/namei.c 1448 additions, 0 deletionsfs/exfat/namei.c
- fs/exfat/nls.c 831 additions, 0 deletionsfs/exfat/nls.c
- fs/exfat/super.c 722 additions, 0 deletionsfs/exfat/super.c
Loading
Please register or sign in to comment