index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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: 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
2023-10-22
bcachefs: bch2_alloc_write()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Split out struct gc_stripe from struct stripe
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Fix error reporting from bch2_journal_flush_seq
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Also log device name in userspace
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Refactor journal replay code
Kent Overstreet
1
-36
/
+17
2023-10-22
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
1
-5
/
+7
2023-10-22
bcachefs: Don't do upgrades in nochanges mode
Kent Overstreet
1
-9
/
+11
2023-10-22
bcachefs: Subvol dirents are now only visible in parent subvol
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: New on disk format to fix reflink_p pointers
Kent Overstreet
1
-5
/
+3
2023-10-22
bcachefs: Rev the on disk format version for snapshots
Kent Overstreet
1
-13
/
+8
2023-10-22
bcachefs: Snapshot creation, deletion
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-4
/
+117
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-17
/
+17
2023-10-22
bcachefs: Further reduce iter->trans usage
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: add progress stats to sysfs
Brett Holman
1
-1
/
+3
2023-10-22
bcachefs: Zero out mem_ptr field in btree ptr keys from journal replay
Kent Overstreet
1
-0
/
+16
2023-10-22
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Improve iter->should_be_locked
Kent Overstreet
1
-11
/
+4
2023-10-22
bcachefs: Fix overflow in journal_replay_entry_early
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Assorted endianness fixes
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Fix some refcounting bugs
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
1
-24
/
+12
2023-10-22
bcachefs: New and improved topology repair code
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix key cache assertion
Kent Overstreet
1
-4
/
+7
[next]