28 Jul 2006 02:31
[PATCH 000 of 2] knfsd: Don't allow bad file handles to cause extX to go readonly
NeilBrown <neilb <at> suse.de>
2006-07-28 00:31:20 GMT
2006-07-28 00:31:20 GMT
Currently, and file handle with a bad inode number in it can cause ext2 to go to readonly (as it looks like a corrupted filesystem) and could allow remote access to ext3 special files like the journal. These patches give ext2/3 their own get_dentry method which checks the inode number early before other bits of the code can be freaked out by it. These are revised versions of earlier patches. Rather than exporting export_iget, we open code it and simplify it slightly. This avoids and extra module dependancy. NeilBrown To follow: [PATCH 001 of 2] knfsd: Have ext2 reject file handles with bad inode numbers early. [PATCH 002 of 2] knfsd: Make ext3 reject filehandles referring to invalid inode numbers ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ NFS maillist - NFS <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs



RSS Feed