ext4 (extents) read support
authorpelikan <pelikan@openbsd.org>
Sun, 13 Jul 2014 13:28:26 +0000 (13:28 +0000)
committerpelikan <pelikan@openbsd.org>
Sun, 13 Jul 2014 13:28:26 +0000 (13:28 +0000)
commitea0c982437d4c610ac6722c92cc86fac1eae53c1
tree7674861c6926de7adc6710403412e402341997b0
parent2c4f44bb2421b199f43fd0e64f0fac53d63e5c2c
ext4 (extents) read support

Tested on amd64 with > 4GB files and 50,000 subdirectories.
From FreeBSD, thanks!

ok deraadt guenther
sys/conf/files
sys/ufs/ext2fs/ext2fs.h
sys/ufs/ext2fs/ext2fs_bmap.c
sys/ufs/ext2fs/ext2fs_bswap.c
sys/ufs/ext2fs/ext2fs_extents.c [new file with mode: 0644]
sys/ufs/ext2fs/ext2fs_extents.h [new file with mode: 0644]
sys/ufs/ext2fs/ext2fs_readwrite.c
sys/ufs/ext2fs/ext2fs_subr.c
sys/ufs/ext2fs/ext2fs_vfsops.c
sys/ufs/ufs/inode.h