blob: f37986ce1a1efde3fdb5976960322a60a4c3c157 [file] [log] [blame]
Theodore Ts'oe7d84822016-05-20 21:02:09 -04001/^debugfs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
2/^dumpe2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
3/^e2fsck [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
4/^mke2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
5/^resize2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
6/^tune2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
7/^e2image [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
Andreas Dilgerf9fd3422013-06-15 18:44:09 -04008s/\\015//g
9/automatically checked/d
10/^Directory Hash Seed:/d
11/Discarding device blocks/d
Theodore Ts'o89e9fc42003-09-03 09:51:52 -040012/^Filesystem created:/d
Theodore Ts'of77704e2006-11-11 22:32:35 -050013/^Filesystem flags:/d
Andreas Dilgerf9fd3422013-06-15 18:44:09 -040014/^Filesystem UUID:/d
15/^JFS DEBUG:/d
Theodore Ts'o89e9fc42003-09-03 09:51:52 -040016/^Last write time:/d
17/^Last mount time:/d
18/^Last checked:/d
Theodore Ts'o9af62fd2009-03-08 19:01:03 -040019/^Lifetime writes:/d
Andreas Dilgerf9fd3422013-06-15 18:44:09 -040020/^Maximum mount count:/d
21/^Next check after:/d
Darrick J. Wong210baa52014-10-27 16:32:31 -070022/^Suggestion:/d
Theodore Ts'o484ae812005-01-19 18:06:45 -050023/Reserved blocks uid:/s/ (user .*)//
24/Reserved blocks gid:/s/ (group .*)//
Andreas Dilgerf9fd3422013-06-15 18:44:09 -040025/whichever comes first/d
Theodore Ts'ob89fc302008-04-01 14:59:47 -040026/^ Checksum /d
Darrick J. Wong492084f2014-12-13 21:52:48 -050027s/, csum 0x\([0-9a-f]*\)//g
28s/ csum 0x\([0-9a-f]*\)//g
Darrick J. Wong77905d72014-12-13 21:59:18 -050029/^Checksum:/d
Andreas Dilgerb7454eb2018-05-01 22:26:02 -060030s/while trying to open [^ ]*/while trying to open test.img/
31s/he filesystem on [^ ]* /he filesystem on test.img /
32s/^[^ ]* contains a \([a-z]*\) file system /test.img contains a \1 file system /
33s/MMP block [0-9]* from [^ ]*/MMP block from test.img/
34s/safe to mount '.*', MMP/safe to mount 'test.img', MMP/
35s/mmp_device_name: .*/mmp_device_name: test.img/
36s/mmp_node_name: .*/mmp_node_name: test_node/
37s/mmp_update_date: .*/mmp_update_date: test date/
38s/mmp_update_time: .*/mmp_update_time: test_time/
39s/MMP last updated by '.*' on .*/MMP last updated by 'test_node' on test date/