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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Always use bch2_extent_trim_atomic()
Kent Overstreet
6
-98
/
+63
2023-10-22
bcachefs: fix bch2_mark_bkey_replicas() call
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: fix bch2_invalidate_one_bucket2() during journal replay
Kent Overstreet
1
-2
/
+13
2023-10-22
bcachefs: Make deferred inode updates a mount option
Kent Overstreet
4
-38
/
+82
2023-10-22
bcachefs: Fix for shutting down before fs started marking it clean
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix for when compressed extent is split during journal replay
Kent Overstreet
1
-16
/
+66
2023-10-22
bcachefs: increase BTREE_ITER_MAX
Kent Overstreet
4
-41
/
+77
2023-10-22
bcachefs: fix a faulty assertion
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: assertion to catch outstanding bug
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: minor journal reclaim fixes
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Don't BUG_ON() on bucket sector count overflow
Kent Overstreet
1
-22
/
+28
2023-10-22
bcachefs: Remove direct use of bch2_btree_iter_link()
Kent Overstreet
3
-19
/
+22
2023-10-22
bcachefs: Use deferred btree updates for inode updates
Kent Overstreet
5
-18
/
+44
2023-10-22
bcachefs: Use journal preres for deferred btree updates
Kent Overstreet
4
-15
/
+77
2023-10-22
bcachefs: Add a pre-reserve mechanism for the journal
Kent Overstreet
5
-9
/
+208
2023-10-22
bcachefs: Don't block on reclaim_lock from journal_res_get
Kent Overstreet
3
-9
/
+20
2023-10-22
bcachefs: bch2_journal_space_available improvements
Kent Overstreet
4
-56
/
+103
2023-10-22
bcachefs: Separate discards from rest of journal reclaim
Kent Overstreet
4
-2
/
+22
2023-10-22
bcachefs: ja->discard_idx, ja->dirty_idx
Kent Overstreet
4
-58
/
+83
2023-10-22
bcachefs: Allocator startup fixes/refactoring
Kent Overstreet
1
-43
/
+48
2023-10-22
bcachefs: Drop a faulty assertion
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: improved flush_held_btree_writes()
Kent Overstreet
2
-22
/
+17
2023-10-22
bcachefs: use correct wq for journal reclaim
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Journal reclaim refactoring
Kent Overstreet
6
-278
/
+290
2023-10-22
bcachefs: Better journal debug
Kent Overstreet
1
-14
/
+33
2023-10-22
bcachefs: Don't get journal reservation until after we know insert will succeed
Kent Overstreet
2
-39
/
+52
2023-10-22
bcachefs: fix integer underflow in journal code
Kent Overstreet
2
-1
/
+5
2023-10-22
bcachefs: Fix gc handling of bucket gens
Kent Overstreet
2
-8
/
+13
2023-10-22
bcachefs: fix a deadlock on startup
Kent Overstreet
2
-3
/
+10
2023-10-22
bcachefs: force str_hash code to be inlined
Kent Overstreet
1
-18
/
+22
2023-10-22
bcachefs: Assorted journal refactoring
Kent Overstreet
5
-254
/
+231
2023-10-22
bcachefs: fs_usage_u64s()
Kent Overstreet
5
-55
/
+48
2023-10-22
bcachefs: Add a mechanism for blocking the journal
Kent Overstreet
13
-91
/
+138
2023-10-22
bcachefs: Convert bucket invalidation to key marking path
Kent Overstreet
9
-49
/
+276
2023-10-22
bcachefs: fixes for cached data accounting
Kent Overstreet
1
-8
/
+10
2023-10-22
bcachefs: fix more locking bugs
Kent Overstreet
2
-6
/
+12
2023-10-22
bcachefs: refactor key marking code a bit
Kent Overstreet
3
-79
/
+62
2023-10-22
bcachefs: Fix double counting when gc is running
Kent Overstreet
3
-17
/
+6
2023-10-22
bcachefs: gc lock no longer needed for disk reservations
Kent Overstreet
8
-74
/
+28
2023-10-22
bcachefs: Fix oldest_gen handling
Kent Overstreet
7
-98
/
+43
2023-10-22
bcachefs: Fix a locking bug
Kent Overstreet
2
-0
/
+4
2023-10-22
bcachefs: Fix a lockdep splat
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: no need to run gc when initializing new fs
Kent Overstreet
1
-6
/
+1
2023-10-22
bcachefs: Don't need to walk inodes on clean shutdown
Kent Overstreet
1
-8
/
+11
2023-10-22
bcachefs: don't do initial gc if have alloc info feature
Kent Overstreet
5
-11
/
+25
2023-10-22
bcachefs: serialize persistent_reserved
Kent Overstreet
6
-23
/
+88
2023-10-22
bcachefs: initialize fs usage summary in recovery
Kent Overstreet
4
-3
/
+42
2023-10-22
bcachefs: journal_replay_early()
Kent Overstreet
7
-30
/
+115
2023-10-22
bcachefs: Write out fs usage
Kent Overstreet
5
-58
/
+120
2023-10-22
bcachefs: reserve space in journal for fs usage entries
Kent Overstreet
7
-14
/
+84
[next]