Home
last modified time | relevance | path

Searched refs:journal (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/e2fsprogs/
D0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch4 Subject: [PATCH] e2fsck: exit journal recovery when jounral superblock fails
10 To fix this case, we use "fatal_error" when recover journal failed.
11 So we can reserve the recovery flag to recover the journal when try e2fsck again.
25 e2fsck/journal.c | 26 ++++++++++++++++++++++++--
28 diff --git a/e2fsck/journal.c b/e2fsck/journal.c
30 --- a/e2fsck/journal.c
31 +++ b/e2fsck/journal.c
36 -static void e2fsck_journal_release(e2fsck_t ctx, journal_t *journal,
37 +static errcode_t e2fsck_journal_release(e2fsck_t ctx, journal_t *journal,
45 mark_buffer_clean(journal->j_sb_buffer);
[all …]
D0017-tune2fs-do-not-change-j_tail_sequence-in-journal-sup.patch4 Subject: [PATCH] tune2fs: do not change j_tail_sequence in journal superblock
6 The function recover_ext3_journal() in debugfs/journal.c, if the log
7 replay is over, the j_tail_sequence in journal superblock is not
20 debugfs/journal.c | 2 ++
23 diff --git a/debugfs/journal.c b/debugfs/journal.c
25 --- a/debugfs/journal.c
26 +++ b/debugfs/journal.c
28 mark_buffer_dirty(journal->j_sb_buffer);
31 + journal->j_tail_sequence = journal->j_transaction_sequence;
34 jbd2_journal_destroy_revoke(journal);
D0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch4 Subject: [PATCH] e2fsck: exit journal recovery when find EIO, ENOMEM
12 e2fsck will skip the journal recovery when the temporary
16 when recover journal failed. If journal recovery fails, we
18 flags to recover the journal when try e2fsck again.
28 e2fsck/journal.c | 7 +++++++
31 diff --git a/e2fsck/journal.c b/e2fsck/journal.c
33 --- a/e2fsck/journal.c
34 +++ b/e2fsck/journal.c
38 retval = -jbd2_journal_recover(journal);
D0018-debugfs-teach-logdump-the-n-num_trans-option.patch41 Dump the contents of the ext3 journal. By default, dump the journal inode as
54 option causes logdump to display old (checkpointed) journal entries.
55 This can be used to try to track down journal problems even after the
56 journal has been replayed.
62 +to continue past a journal block which is missing a magic number.
141 - "end of journal.\n", blocknr);
145 + "end of journal.\n", blocknr);
D0021-tune2fs-exit-directly-when-fs-freed-in-ext2fs_run_ext3_journal.patch20 @@ -3344,8 +3344,11 @@ _("Warning: The journal is dirty. You may wish to replay the journal like:\n…
22 "while recovering journal.\n");
D0022-unix_io.c-fix-deadlock-problem-in-unix_write_blk64.patch23 …y=0, nr=<optimized out>, nr@entry=1, bhp=0xffffc8cbac60, bhp@entry=0xffffc8cbac58) at journal.c:184
24 13 0x0000aaaadcc375e8 in brelse (bh=<optimized out>, bh@entry=0xaaaaf5cac4a0) at journal.c:217
25 14 0x0000aaaadcc3ebe0 in do_one_pass (journal=journal@entry=0xaaaaf5c9f590, info=info@entry=0xffffc…
26 15 0x0000aaaadcc3ee74 in jbd2_journal_recover (journal=0xaaaaf5c9f590) at recovery.c:310
27 16 0x0000aaaadcc386a8 in recover_ext3_journal (ctx=0xaaaaf5c98460) at journal.c:1653
28 17 e2fsck_run_ext3_journal (ctx=0xaaaaf5c98460) at journal.c:1706
D0019-tune2fs-fix-tune2fs-segfault-when-ext2fs_run_ext3_jo.patch46 @@ -3106,8 +3106,6 @@ _("Warning: The journal is dirty. You may wish to replay the journal like:\n\…
48 "while recovering journal.\n");
Dinstall.sh22 patch -p1 < $1/0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch --fuzz=0 --no-backup…
23 patch -p1 < $1/0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch --fuzz=0 --no-backup…
33 patch -p1 < $1/0017-tune2fs-do-not-change-j_tail_sequence-in-journal-sup.patch --fuzz=0 --no-backup…
D0020-tune2fs-tune2fs_main-should-return-rc-when-some-erro.patch22 @@ -3243,6 +3243,7 @@ _("Warning: The journal is dirty. You may wish to replay the journal like:\n\…
De2fsprogs.spec15 Patch6: 0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch
16 Patch7: 0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch
26 Patch17: 0017-tune2fs-do-not-change-j_tail_sequence-in-journal-sup.patch
186 - tune2fs: do not change j_tail_sequence in journal superblock
D0013-e2fsck-do-not-clean-up-file-acl-if-the-inode-is-trun.patch9 img: recovering journal
DBUILD.gn108 "e2fsprogs/e2fsck/journal.c",
/third_party/python/Lib/sqlite3/test/
Dbackup.py67 journal = []
70 journal.append(status)
76 self.assertEqual(len(journal), 2)
77 self.assertEqual(journal[0], sqlite.SQLITE_OK)
78 self.assertEqual(journal[1], sqlite.SQLITE_DONE)
81 journal = []
84 journal.append(remaining)
90 self.assertEqual(len(journal), 1)
91 self.assertEqual(journal[0], 0)
94 journal = []
[all …]
/third_party/f2fs-tools/mkfs/
Df2fs_format.c690 struct f2fs_journal *journal; in f2fs_write_check_point_pack() local
864 journal = &sum->journal; in f2fs_write_check_point_pack()
865 journal->n_nats = cpu_to_le16(1 + c.quota_inum + c.lpf_inum); in f2fs_write_check_point_pack()
866 journal->nat_j.entries[0].nid = sb->root_ino; in f2fs_write_check_point_pack()
867 journal->nat_j.entries[0].ne.version = 0; in f2fs_write_check_point_pack()
868 journal->nat_j.entries[0].ne.ino = sb->root_ino; in f2fs_write_check_point_pack()
869 journal->nat_j.entries[0].ne.block_addr = cpu_to_le32( in f2fs_write_check_point_pack()
876 journal->nat_j.entries[i].nid = sb->qf_ino[qtype]; in f2fs_write_check_point_pack()
877 journal->nat_j.entries[i].ne.version = 0; in f2fs_write_check_point_pack()
878 journal->nat_j.entries[i].ne.ino = sb->qf_ino[qtype]; in f2fs_write_check_point_pack()
[all …]
/third_party/f2fs-tools/fsck/
Dmount.c1457 struct f2fs_journal *journal = &sum->journal; in f2fs_early_init_nid_bitmap() local
1471 if (nats_in_cursum(journal) > NAT_JOURNAL_ENTRIES) { in f2fs_early_init_nid_bitmap()
1474 nats_in_cursum(journal), NAT_JOURNAL_ENTRIES); in f2fs_early_init_nid_bitmap()
1475 journal->n_nats = cpu_to_le16(NAT_JOURNAL_ENTRIES); in f2fs_early_init_nid_bitmap()
1479 for (i = 0; i < nats_in_cursum(journal); i++) { in f2fs_early_init_nid_bitmap()
1482 addr = le32_to_cpu(nat_in_journal(journal, i).block_addr); in f2fs_early_init_nid_bitmap()
1485 journal->n_nats = cpu_to_le16(i); in f2fs_early_init_nid_bitmap()
1490 nid = le32_to_cpu(nid_in_journal(journal, i)); in f2fs_early_init_nid_bitmap()
1493 journal->n_nats = cpu_to_le16(i); in f2fs_early_init_nid_bitmap()
1641 struct f2fs_journal *journal = &curseg->sum_blk->journal; in check_nat_bits() local
[all …]
/third_party/rust/crates/log/
DREADME.md75 * [`systemd-journal-logger`](https://docs.rs/systemd-journal-logger/*/systemd_journal_logger/)
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio.service.in20 ExecStart=@PA_BINARY@ --daemonize=no --log-target=journal
/third_party/node/tools/gyp/
D.gitignore63 db.sqlite3-journal
/third_party/ntfs-3g/
DTODO.ntfsprogs77 - On ntfs 3.0+ volumes need to disable the usn journal if it is active. This
/third_party/libinput/doc/user/
Dbuilding.rst157 when gdm does not start because it is denied access to libinput. The journal
/third_party/pulseaudio/po/
Dfr.po151 " Indiquer la cible du journal\n"
199 "--log-level requiert un paramètre de niveau de journal (soit numérique entre "
225 "Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a "
228 "Cible du journal invalide : veuillez utiliser « syslog », "
229 "« journal »,« stderr » ou « auto », ou un nom de fichier valide « file:"
237 "Cible du journal invalide : veuillez utiliser « syslog »,« stderr » ou "
273 msgstr "[%s:%u] Cible du journal « %s » invalide."
278 msgstr "[%s:%u] Niveau du journal « %s » invalide."
1607 msgstr "Cible du journal non valide."
/third_party/pulseaudio/
DNEWS791 * Systemd journal logging for clients
963 * Native log target support for systemd-journal
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt2086 of OJCCT * An illustrated tour of the journal *
2116 of what the journal is attempting to do. OJCCT, which publishes
2138 capacity to download materials directly from the journal to a
2146 days of indexing of all articles published in the journal;
2148 bring up Medline abstracts directly without leaving the journal.
2150 After detailing the two primary ways to gain access to the journal,
2155 tour of the journal, its search-and-retrieval capabilities in particular,
2178 * No articles will be removed from the journal. (Because there are
2180 logs onto the journal he or she has access not only to the currently
2186 * The pricing system for the journal resembles that for most medical
[all …]
/third_party/f2fs-tools/include/
Df2fs_fs.h1280 struct f2fs_journal journal; member
/third_party/littlefs/
DDESIGN.md149 journal
174 as fast as a block based filesystem (though updating the journal does have
175 a small cost), and atomic updates to the journal allow the filesystem to

1234