lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20130116145918.GC6052@thunk.org> Date: Wed, 16 Jan 2013 09:59:18 -0500 From: Theodore Ts'o <tytso@....edu> To: linux-ext4@...r.kernel.org, Zheng Liu <wenqing.lz@...bao.com> Subject: Re: [PATCH 1/2 v2] libext2fs: introduce lseek SEEK_DATA/HOLE On Wed, Jan 16, 2013 at 08:04:56PM +0800, Zheng Liu wrote: > Yeah, it allows us to skip to the next data/hole directly if the extents > interface is used. But if we do that, we will need to handle > extent-based file and indirect-based file resptively like this. > > if (inode->i_flags & EXT4_EXTENTS_FL) { > ext2fs_file_ext_llseek_data(); > ... > } else { > ext2fs_file_ind_llseek_data(); > ... > } > > I am not sure whether it is too complicated or not for us. What do you > think? I'm not too worried about the performance issues for debugfs. But for clients who are accessing ext[234] using libext2fs and FUSE, they would probably notice in at least some circumstances. I'm not that worried about the complexity, but it's also not a high priority thing, either --- it's a "nice to have", not a "must have". Regards, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists