linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Storage related regression in linux-next 20120824
@ 2012-08-27  8:59 Arvydas Sidorenko
  2012-08-27 14:40 ` Jeff Garzik
  0 siblings, 1 reply; 13+ messages in thread
From: Arvydas Sidorenko @ 2012-08-27  8:59 UTC (permalink / raw)
  To: linux-kernel

linux-next 20120824 introduced regression on Mac mini 2011 - /root partition
gets mounted as read-only and it stays so even when trying to reboot into
previously working kernel. In order to make it work on older kernel again
`fsck` needs to be executed:
----------------------------------------------------------------------
#fsck
e2fsck 1.42.5 (29-Jul-2012)
/dev/sda4 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Directory inode 1572866, block #0, offset 0: directory corrupted
Salvage <y>? yes
Missing '.' in directory inode 1572866.
Fix <y>? yes
Setting filetype for dentry '.' in ??? (1572866) to 2.
Missing '..' in directory inode 1572866.
Fix <y>? yes
Setting filetype for entry '..' in ??? (1572866) to 2.
Directory inode 1595924, block #0, offset 0: directory corrupted
Salvage <y>? yes
Missing '.' in directory inode 1595924.
Fix <y>? yes
Setting filetype for dentry '.' in ??? (1595924) to 2.
Missing '..' in directory inode 1595924.
Fix <y>? yes
Setting filetype for entry '..' in ??? (1595924) to 2.
Pass 3: Checking directory connectivity
'..' in /tmp/.ICE-unix (1572866) is <The NULL inode> (0), should be
/tmp (1572866)
Fix <y>? yes
'..' in /tmp/.X11-unix (1595924) is <The NULL inode> (0), should be
/tmp (1572866)
Fix <y>? yes
Pass 4: Checking reference counts
Inode 2 ref count is 19, should be 21. Fix <y>? yes
Inode 1572866 ref count is 6, should be 4. Fix <y>? yes
Pass 5: Checking group summary information

/dev/sda4 ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda4 ***** REBOOT LINUX *****
/dev/sda4 558313/2392064 files (0.1% non-contiguous), 5882159/9563904 blocks
----------------------------------------------------------------------

Root partition uses ext4 filesystem on Intel 330 SSD connected to SATA3.
dmesg shows that journaling was disabled:
----------------------------------------------------------------------
Aborting journal on device sda4-8
EXT4-fs error (device sda4): ext4_journal_start_sb:348: Detected aborted journal
EXT4-fs (sda4): Remounting filesystem read-only
----------------------------------------------------------------------

I haven't bisected to which exactly tree introduces the regression,
but I can tell
that linux-next 20120813 and v3.6-rc3 work fine.

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

end of thread, other threads:[~2012-09-12  4:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-27  8:59 Storage related regression in linux-next 20120824 Arvydas Sidorenko
2012-08-27 14:40 ` Jeff Garzik
2012-08-27 16:39   ` Dieter Ries
2012-08-29 21:58     ` Storage regression in v3.6-rc3 was: " Dieter Ries
2012-08-27 16:39   ` Arvydas Sidorenko
2012-08-27 17:56     ` Arvydas Sidorenko
2012-09-09  7:38       ` Hugh Dickins
2012-09-09 20:11         ` Arvydas Sidorenko
2012-09-09 20:28           ` Jeff Garzik
2012-09-09 20:36             ` Hugh Dickins
2012-09-09 20:50               ` Jeff Garzik
2012-09-12  4:36                 ` Zheng Liu
2012-09-10 17:43             ` Hugh Dickins

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