linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ext4: Fix regression in mount option parsing and a small cleanup
@ 2012-04-16 12:25 Jan Kara
  2012-04-16 12:25 ` [PATCH 1/4] ext4: Move several mount options to standard handling loop Jan Kara
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jan Kara @ 2012-04-16 12:25 UTC (permalink / raw)
  To: Ted Tso; +Cc: linux-ext4


  Hello,

  this patch series aims at fixing a regression in parsing of journalled quota
mount options introduced by Ted's mount option parsing rewrite. Patches 1 and 2
cleanup the code a bit and patch 3 then fixes the regression. Patch 4 is a tiny
cleanup.

								Honza

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/4] Clean up ext4's mount option parsing code
@ 2013-02-03  4:44 Theodore Ts'o
  2013-02-03  4:44 ` [PATCH 1/4] ext4: move several mount options to standard handling loop Theodore Ts'o
  0 siblings, 1 reply; 8+ messages in thread
From: Theodore Ts'o @ 2013-02-03  4:44 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: Theodore Ts'o

The first three patches are from a patch series which Jan Kara submitted
back in April 2012, forward ported to modern kernels.  The last patch
addresses the feature which Carlos suggested, but I've implemented it as
a flag in the mount options parsing, instead of using the mount option
flags.  This allows us to disallow features which don't involve setting
a mount option flags.

						- Ted

Jan Kara (3):
  ext4: move several mount options to standard handling loop
  ext4: make mount option parsing loop more logical
  ext4: print error when argument of inode_readahead_blk is invalid

Theodore Ts'o (1):
  ext4: check incompatible mount options while mounting ext2/3

 fs/ext4/super.c | 261 +++++++++++++++++++++++++++++++-------------------------
 1 file changed, 143 insertions(+), 118 deletions(-)

-- 
1.7.12.rc0.22.gcdd159b


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

end of thread, other threads:[~2013-02-03  4:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 12:25 [PATCH 0/4] ext4: Fix regression in mount option parsing and a small cleanup Jan Kara
2012-04-16 12:25 ` [PATCH 1/4] ext4: Move several mount options to standard handling loop Jan Kara
2012-04-16 12:25 ` [PATCH 2/4] ext4: Make mount option parsing loop more logical Jan Kara
2012-04-16 12:25 ` [PATCH 3/4] ext4: Fix handling of journalled quota options Jan Kara
2012-04-16 12:25 ` [PATCH 4/4] ext4: Print error when argument of inode_readahead_blk is invalid Jan Kara
2012-04-16 17:06 ` [PATCH 0/4] ext4: Fix regression in mount option parsing and a small cleanup Ted Ts'o
2012-04-16 22:15   ` Jan Kara
  -- strict thread matches above, loose matches on Subject: below --
2013-02-03  4:44 [PATCH 0/4] Clean up ext4's mount option parsing code Theodore Ts'o
2013-02-03  4:44 ` [PATCH 1/4] ext4: move several mount options to standard handling loop Theodore Ts'o

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).