mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Breaking Ext3/VFS file size limit
@ 2004-06-09 13:21 Goldwyn Rodrigues
  2004-06-09 17:58 ` Andreas Dilger
  0 siblings, 1 reply; 2+ messages in thread
From: Goldwyn Rodrigues @ 2004-06-09 13:21 UTC (permalink / raw)
  To: linux-kernel

Hi,

I am building a custom kernel which could break the max file size limit from 2TB. I found the dependancy on number of 512-byte blocks, as i_blocks.

i_blocks is a 32 bit unsigned long in structures struct inode and struct ext3_inode. I changed it to unsigned long long in struct inode (in fs.h) and used a reserved field in ext3_inode to carry the higher order bits.

Also changed a checking function which returns the maximun possible size as 2TB.

My question is:
Would changing the data type of i_blocks in struct inode (in fs.h) result in any breakdowns. It could happen if the inode structure is directly mapped to some other structure.

I tested at my end with a low end PC and it seems to work fine, for the past 6 hours.

Thanks,

-- 
Goldwyn :o)

PS: I am posting for the first time, so please forgive me (but do tell me, personally if possible) if I commit a mistake.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-09 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-09 13:21 Breaking Ext3/VFS file size limit Goldwyn Rodrigues
2004-06-09 17:58 ` Andreas Dilger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®