Commit ac27a0ec112a089f1a5102bc8dffc79c8c815571
Committed by
Linus Torvalds
1 parent
502717f4e1
Exists in
master
and in
4 other branches
[PATCH] ext4: initial copy of files from ext3
Start of the ext4 patch series. See Documentation/filesystems/ext4.txt for details. This is a simple copy of the files in fs/ext3 to fs/ext4 and /usr/incude/linux/ext3* to /usr/include/ex4* Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Warning! This is a large diff.
To preserve performance the diff is not shown. Please, download the diff as plain diff or email patch instead.
Showing 26 changed files with 16978 additions and 0 deletions Side-by-side Diff
- fs/ext4/Makefile
- fs/ext4/acl.c
- fs/ext4/acl.h
- fs/ext4/balloc.c
- fs/ext4/bitmap.c
- fs/ext4/dir.c
- fs/ext4/file.c
- fs/ext4/fsync.c
- fs/ext4/hash.c
- fs/ext4/ialloc.c
- fs/ext4/inode.c
- fs/ext4/ioctl.c
- fs/ext4/namei.c
- fs/ext4/namei.h
- fs/ext4/resize.c
- fs/ext4/super.c
- fs/ext4/symlink.c
- fs/ext4/xattr.c
- fs/ext4/xattr.h
- fs/ext4/xattr_security.c
- fs/ext4/xattr_trusted.c
- fs/ext4/xattr_user.c
- include/linux/ext4_fs.h
- include/linux/ext4_fs_i.h
- include/linux/ext4_fs_sb.h
- include/linux/ext4_jbd.h