index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
recovery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: We can handle missing btree roots for all alloc btrees
Kent Overstreet
1
-4
/
+20
2023-10-22
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix btree_and_journal_iter
Kent Overstreet
1
-62
/
+38
2023-10-22
bcachefs: Fix for cmd_list_journal
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Fix journal_keys_search() overhead
Kent Overstreet
1
-18
/
+36
2023-10-22
bcachefs: Always print when doing journal replay in fsck
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: LRU repair tweaks
Kent Overstreet
1
-7
/
+2
2023-10-22
bcachefs: Fix journal_iters_fix()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Go RW before bch2_check_lrus()
Kent Overstreet
1
-36
/
+50
2023-10-22
bcachefs: Kill old rebuild_replicas option
Kent Overstreet
1
-14
/
+5
2023-10-22
bcachefs: Fix for getting stuck in journal replay
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()
Kent Overstreet
1
-7
/
+15
2023-10-22
bcachefs: Fix a few warnings on 32 bit
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use a genradix for reading journal entries
Kent Overstreet
1
-31
/
+37
2023-10-22
bcachefs: Refactor journal_keys_sort() to return an error code
Kent Overstreet
1
-29
/
+26
2023-10-22
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: More improvements for alloc info checks
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Gap buffer for journal keys
Kent Overstreet
1
-42
/
+102
2023-10-22
bcachefs: Kill main in-memory bucket array
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fsck for need_discard & freespace btrees
Kent Overstreet
1
-1
/
+28
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Freespace, need_discard btrees
Kent Overstreet
1
-2
/
+12
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: bch2_journal_log_msg()
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-3
/
+19
2023-10-22
bcachefs: Normal update/commit path now works before going RW
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: opts.read_journal_only
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Delete some flag bits that are no longer used
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Print a better message for mark and sweep pass
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: btree_gc no longer uses main in-memory bucket array
Kent Overstreet
1
-18
/
+5
2023-10-22
bcachefs: run_one_trigger() now checks journal keys
Kent Overstreet
1
-0
/
+18
2023-10-22
Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"
Kent Overstreet
1
-8
/
+14
2023-10-22
bcachefs: Log & error message improvements
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Add verbose log messages for journal read
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Use kvmalloc() for array of sorted keys in journal replay
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Simplify journal replay
Kent Overstreet
1
-95
/
+19
2023-10-22
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
1
-114
/
+44
2023-10-22
bcachefs: Tweak journal reclaim order
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Make sure BCH_FS_FSCK_DONE gets set
Kent Overstreet
1
-1
/
+11
2023-10-22
bcachefs: Fix race between btree updates & journal replay
Kent Overstreet
1
-2
/
+23
2023-10-22
bcachefs: bch2_journal_entry_to_text()
Kent Overstreet
1
-7
/
+4
2023-10-22
bcachefs: Journal replay does't resort main list of keys
Kent Overstreet
1
-23
/
+44
2023-10-22
bcachefs: Run scan_old_btree_nodes after version upgrade
Kent Overstreet
1
-21
/
+20
2023-10-22
bcachefs: Delete some obsolete journal_seq_blacklist code
Kent Overstreet
1
-15
/
+11
2023-10-22
bcachefs: bch2_journal_key_insert() no longer transfers ownership
Kent Overstreet
1
-14
/
+21
2023-10-22
bcachefs: Don't start allocator threads too early
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
1
-0
/
+2
[next]