Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
* git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus: MAINTAINERS: squashfs entry Squashfs: documentation Squashfs: initrd support Squashfs: Kconfig entry Squashfs: Makefiles Squashfs: header files Squashfs: block operations Squashfs: cache operations Squashfs: uid/gid lookup operations Squashfs: fragment block operations Squashfs: export operations Squashfs: super block operations Squashfs: symlink operations Squashfs: regular file operations Squashfs: directory readdir operations Squashfs: directory lookup operations Squashfs: inode operations
No related branches found
No related tags found
Showing
- Documentation/filesystems/squashfs.txt 225 additions, 0 deletionsDocumentation/filesystems/squashfs.txt
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- fs/Kconfig 52 additions, 0 deletionsfs/Kconfig
- fs/Makefile 1 addition, 0 deletionsfs/Makefile
- fs/squashfs/Makefile 8 additions, 0 deletionsfs/squashfs/Makefile
- fs/squashfs/block.c 274 additions, 0 deletionsfs/squashfs/block.c
- fs/squashfs/cache.c 412 additions, 0 deletionsfs/squashfs/cache.c
- fs/squashfs/dir.c 235 additions, 0 deletionsfs/squashfs/dir.c
- fs/squashfs/export.c 155 additions, 0 deletionsfs/squashfs/export.c
- fs/squashfs/file.c 502 additions, 0 deletionsfs/squashfs/file.c
- fs/squashfs/fragment.c 98 additions, 0 deletionsfs/squashfs/fragment.c
- fs/squashfs/id.c 94 additions, 0 deletionsfs/squashfs/id.c
- fs/squashfs/inode.c 346 additions, 0 deletionsfs/squashfs/inode.c
- fs/squashfs/namei.c 242 additions, 0 deletionsfs/squashfs/namei.c
- fs/squashfs/squashfs.h 90 additions, 0 deletionsfs/squashfs/squashfs.h
- fs/squashfs/squashfs_fs.h 381 additions, 0 deletionsfs/squashfs/squashfs_fs.h
- fs/squashfs/squashfs_fs_i.h 45 additions, 0 deletionsfs/squashfs/squashfs_fs_i.h
- fs/squashfs/squashfs_fs_sb.h 76 additions, 0 deletionsfs/squashfs/squashfs_fs_sb.h
- fs/squashfs/super.c 440 additions, 0 deletionsfs/squashfs/super.c
- fs/squashfs/symlink.c 118 additions, 0 deletionsfs/squashfs/symlink.c
Loading
Please register or sign in to comment