linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Still about ext2/ext3 mount options while using ext4.ko driver
@ 2013-12-09 21:25 Carlos Maiolino
  2013-12-10  0:13 ` Theodore Ts'o
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Maiolino @ 2013-12-09 21:25 UTC (permalink / raw)
  To: linux-ext4

Hi guys,

Ted released some months ago a patch to deny some options to be used by ext4.ko
driver while mounting an ext2/3 filesystem.

But, there are still some mount options that IMHO needs a review of what should
and shouldn't be allowed while using ext4 to mount ex2/3 filesystems.

These are the options:

inode_readahead_blks=32 # ext2/3 might get some benefits from it

stripe=4 	 # Feasible to all extX IMHO

max_batch_time=5 #I'm not sure ir this has any gain for ext2 and if it might
		  work well with ext3, any comments?

min_batch_time=5 #same as above

journal_ioprio=5 #doesn't make sense for ext2, but might be useful for ext3 FS?!

auto_da_alloc    #ext4 only

noauto_da_alloc  #same as above

discard		 #ex2 shouldn't be allowed to use it ?!

nodiscard	 #same as above

block_validity   #ext4 and debugging purposes only, should be off for ext2/3 too

noblock_validity #same as above

i_version  # I believe this is only valid for Ext4 

journal=11 #doesn't make sense for ext2

barrier=1 #doesn't make sense for ext2

barrier #doesn't make sense for ext2

nobarrier #doesn't make sense for ext2

commit=5  #doesn't make sense for ext2

abort  #call ext4_abort(), devel usage only, and it fails to put ext2 FS on RO,
       if this should be kept enabled, I can look why ext2 keep RW after its use


Let me know what you guys think.

Cheers

-- 
Carlos

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

end of thread, other threads:[~2014-01-07 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 21:25 Still about ext2/ext3 mount options while using ext4.ko driver Carlos Maiolino
2013-12-10  0:13 ` Theodore Ts'o
2014-01-06 18:28   ` Carlos Maiolino
2014-01-07 13:34     ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).