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: make sure to release last journal pin in replay
Kent Overstreet
2024-04-16
1
-1
/
+4
*
bcachefs: Don't scan for btree nodes when we can reconstruct
Kent Overstreet
2024-04-09
1
-14
/
+0
*
bcachefs: Reconstruct missing snapshot nodes
Kent Overstreet
2024-04-03
1
-0
/
+1
*
bcachefs: Flag btrees with missing data
Kent Overstreet
2024-04-03
1
-0
/
+23
*
bcachefs: Repair pass for scanning for btree nodes
Kent Overstreet
2024-04-03
1
-25
/
+29
*
bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()
Kent Overstreet
2024-04-03
1
-2
/
+2
*
bcachefs: bch2_shoot_down_journal_keys()
Kent Overstreet
2024-04-03
1
-10
/
+12
*
bcachefs: Clear recovery_passes_required as they complete without errors
Kent Overstreet
2024-04-03
1
-3
/
+1
*
bcachefs: Improve -o norecovery; opts.recovery_pass_limit
Kent Overstreet
2024-03-31
1
-6
/
+4
*
bcachefs: Ensure bch_sb_field_ext always exists
Kent Overstreet
2024-03-31
1
-17
/
+8
*
bcachefs: Flush journal immediately after replay if we did early repair
Kent Overstreet
2024-03-31
1
-0
/
+20
*
bcachefs: Split out recovery_passes.c
Kent Overstreet
2024-03-31
1
-244
/
+5
*
bcachefs: Don't corrupt journal keys gap buffer when dropping alloc info
Kent Overstreet
2024-03-17
1
-1
/
+5
*
bcachefs: reconstruct_alloc cleanup
Kent Overstreet
2024-03-13
1
-13
/
+38
*
bcachefs: split out ignore_blacklisted, ignore_not_dirty
Kent Overstreet
2024-03-13
1
-3
/
+4
*
bcachefs: improve move_gap()
Kent Overstreet
2024-03-13
1
-2
/
+1
*
bcachefs: journal_keys now uses darray helpers
Kent Overstreet
2024-03-13
1
-6
/
+2
*
bcachefs: Rename journal_keys.d -> journal_keys.data
Kent Overstreet
2024-03-13
1
-5
/
+5
*
bcachefs: Kill more -EIO error codes
Kent Overstreet
2024-03-13
1
-1
/
+1
*
bcachefs: Fix journal replay with unreadable btree roots
Kent Overstreet
2024-03-10
1
-0
/
+11
*
bcachefs: journal_seq_blacklist_add() now handles entries being added out of ...
Kent Overstreet
2024-03-10
1
-1
/
+1
*
bcachefs: Fix check_version_upgrade()
Kent Overstreet
2024-02-13
1
-5
/
+6
*
bcachefs: bch_fs_usage_base
Kent Overstreet
2024-01-21
1
-1
/
+1
*
bcachefs: Restart recovery passes more reliably
Kent Overstreet
2024-01-05
1
-1
/
+4
*
bcachefs: Upgrades now specify errors to fix, like downgrades
Kent Overstreet
2024-01-05
1
-9
/
+9
*
bcachefs: Online fsck can now fix errors
Kent Overstreet
2024-01-05
1
-2
/
+5
*
bcachefs: Upgrading uses bch_sb.recovery_passes_required
Kent Overstreet
2024-01-05
1
-8
/
+6
*
bcachefs: Fix nochanges/read_only interaction
Kent Overstreet
2024-01-05
1
-1
/
+3
*
bcachefs: vstruct_for_each() now declares loop iter
Kent Overstreet
2024-01-01
1
-6
/
+3
*
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
2024-01-01
1
-6
/
+4
*
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
2024-01-01
1
-1
/
+0
*
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
2024-01-01
1
-15
/
+9
*
bcachefs: Fix snapshot.c assertion for online fsck
Kent Overstreet
2024-01-01
1
-0
/
+3
*
bcachefs: Kill for_each_btree_key()
Kent Overstreet
2024-01-01
1
-1
/
+2
*
bcachefs: bch2_run_online_recovery_passes()
Kent Overstreet
2024-01-01
1
-19
/
+38
*
bcachefs: Add ability to redirect log output
Kent Overstreet
2024-01-01
1
-3
/
+3
*
bcachefs: Explicity go RW for fsck
Kent Overstreet
2024-01-01
1
-1
/
+1
*
bcachefs: convert bch_fs_flags to x-macro
Kent Overstreet
2024-01-01
1
-17
/
+17
*
bcachefs: Kill dev_usage->buckets_ec
Kent Overstreet
2024-01-01
1
-2
/
+0
*
bcachefs: Don't flush journal after replay
Kent Overstreet
2024-01-01
1
-3
/
+1
*
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
2024-01-01
1
-6
/
+6
*
bcachefs: Make journal replay more efficient
Kent Overstreet
2024-01-01
1
-28
/
+62
*
bcachefs: Go rw before journal replay
Kent Overstreet
2024-01-01
1
-4
/
+12
*
bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"
Kent Overstreet
2024-01-01
1
-0
/
+2
*
bcachefs: Print old version when scanning for old metadata
Kent Overstreet
2024-01-01
1
-2
/
+6
*
bcachefs: Flush fsck errors before running twice
Kent Overstreet
2024-01-01
1
-0
/
+2
*
bcachefs: bch_sb_field_downgrade
Kent Overstreet
2024-01-01
1
-1
/
+23
*
bcachefs: bch_sb.recovery_passes_required
Kent Overstreet
2024-01-01
1
-15
/
+60
*
bcachefs: Add persistent identifiers for recovery passes
Kent Overstreet
2024-01-01
1
-2
/
+32
*
bcachefs: fix setting version_upgrade_complete
Kent Overstreet
2024-01-01
1
-2
/
+2
[next]