index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
recovery.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Fix drop_alloc_keys()
Kent Overstreet
2023-10-22
1
-15
/
+15
*
bcachefs: Fix another smatch complaint
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Make btree root read errors recoverable
Kent Overstreet
2023-10-22
1
-5
/
+4
*
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
1
-12
/
+4
*
bcachefs: Fix a handful of spelling mistakes in various messages
Colin Ian King
2023-10-22
1
-1
/
+1
*
bcachefs: BTREE_ID_logged_ops
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Split out snapshot.c
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Fix check_version_upgrade()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: btree_journal_iter.c
Kent Overstreet
2023-10-22
1
-519
/
+2
*
bcachefs: sb-clean.c
Kent Overstreet
2023-10-22
1
-136
/
+9
*
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: BCH_COMPAT_bformat_overflow_done no longer required
Kent Overstreet
2023-10-22
1
-7
/
+0
*
bcachefs: Ensure topology repair runs
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Log a message when running an explicit recovery pass
Kent Overstreet
2023-10-22
1
-10
/
+10
*
bcachefs: Print out required recovery passes on version upgrade
Kent Overstreet
2023-10-22
1
-25
/
+37
*
bcachefs: In debug mode, run fsck again after fixing errors
Kent Overstreet
2023-10-22
1
-0
/
+23
*
bcachefs: Make topology repair a normal recovery pass
Kent Overstreet
2023-10-22
1
-4
/
+8
*
bcachefs: bch2_run_explicit_recovery_pass()
Kent Overstreet
2023-10-22
1
-4
/
+1
*
bcachefs: fix_errors option is now a proper enum
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Snapshot depth, skiplist fields
Kent Overstreet
2023-10-22
1
-1
/
+12
*
bcachefs: Version table now lists required recovery passes
Kent Overstreet
2023-10-22
1
-8
/
+21
*
bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: bcachefs_metadata_version_major_minor
Kent Overstreet
2023-10-22
1
-14
/
+49
*
bcachefs: Enumerate recovery passes
Kent Overstreet
2023-10-22
1
-140
/
+87
*
bcachefs: Stash journal replay params in bch_fs
Kent Overstreet
2023-10-22
1
-3
/
+8
*
bcachefs: Kill bch2_bucket_gens_read()
Kent Overstreet
2023-10-22
1
-5
/
+1
*
bcachefs: version_upgrade is now an enum
Kent Overstreet
2023-10-22
1
-8
/
+11
*
bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()
Kent Overstreet
2023-10-22
1
-23
/
+31
*
bcachefs: Delete redundant log messages
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Allow for unknown btree IDs
Kent Overstreet
2023-10-22
1
-8
/
+8
*
bcachefs: bch2_version_to_text()
Kent Overstreet
2023-10-22
1
-11
/
+16
*
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: New error message helpers
Kent Overstreet
2023-10-22
1
-68
/
+38
*
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: BTREE_ID_snapshot_tree
Kent Overstreet
2023-10-22
1
-5
/
+18
*
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
2023-10-22
1
-4
/
+3
*
bcachefs: Add a cond_resched() call to journal_keys_sort()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Rip out code for storing backpointers in alloc keys
Kent Overstreet
2023-10-22
1
-5
/
+2
*
bcachefs: use reservation for log messages during recovery
Brian Foster
2023-10-22
1
-8
/
+8
*
bcachefs: Add a fallback when journal_keys doesn't fit in ram
Kent Overstreet
2023-10-22
1
-18
/
+49
*
bcachefs: Add error message for failing to allocate sorted journal keys
Kent Overstreet
2023-10-22
1
-1
/
+4
*
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Simplify ec stripes heap
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: Fragmentation LRU
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Fix failure to read btree roots
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: Rework lru btree
Kent Overstreet
2023-10-22
1
-4
/
+1
*
bcachefs: bucket_gens btree
Kent Overstreet
2023-10-22
1
-1
/
+14
[next]