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
/
alloc_background.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Add a cond_resched() to bch2_alloc_write()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Delete unused arguments
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Make copygc thread global
Kent Overstreet
1
-11
/
+9
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Add a kthread_should_stop() check to allocator thread
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Increase size of btree node reserve
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Use cached iterators for alloc btree
Kent Overstreet
1
-37
/
+14
2023-10-22
bcachefs: Always increment bucket gen on bucket reuse
Kent Overstreet
1
-10
/
+28
2023-10-22
bcachefs: Kill old allocator startup code
Kent Overstreet
1
-235
/
+0
2023-10-22
bcachefs: Fixes for going RO
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Don't require alloc btree to be updated before buckets are used
Kent Overstreet
1
-2
/
+9
2023-10-22
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
1
-5
/
+0
2023-10-22
bcachefs: Fix reading of alloc info after unclean shutdown
Kent Overstreet
1
-17
/
+13
2023-10-22
bcachefs: Fixes for startup on very full filesystems
Kent Overstreet
1
-2
/
+14
2023-10-22
bcachefs: btree_and_journal_iter
Kent Overstreet
1
-11
/
+9
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-12
/
+10
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Initialize padding space after alloc bkey
Justin Husted
1
-1
/
+4
2023-10-22
bcachefs: Fix flushing held btree writes when there's a fs error
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Avoid deadlocking on the allocator
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Refactor bch2_alloc_write()
Kent Overstreet
1
-109
/
+82
2023-10-22
bcachefs: Trust in memory bucket mark
Kent Overstreet
1
-14
/
+0
2023-10-22
bcachefs: Rework calling convention for marking overwrites
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Improve key marking interface
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Fix spurious inconsistency in recovery
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Various improvements to bch2_alloc_write()
Kent Overstreet
1
-142
/
+94
2023-10-22
bcachefs: bch2_trans_mark_update()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: btree_bkey_cached_common
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Fix hang while shutting down
Kent Overstreet
1
-8
/
+14
2023-10-22
bcachefs: lockdep fix when going rw from bch2_alloc_write()
Kent Overstreet
1
-12
/
+23
2023-10-22
bcachefs: Deduplicate keys in the journal before replay
Kent Overstreet
1
-11
/
+6
2023-10-22
bcachefs: cmp_int()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Pass flags arg to bch2_alloc_write()
Kent Overstreet
1
-16
/
+12
2023-10-22
bcachefs: add ability to run gc on metadata only
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Assorted preemption fixes
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: trans_for_each_iter()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Go rw lazily
Kent Overstreet
1
-26
/
+6
2023-10-22
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
1
-61
/
+80
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
1
-1
/
+7
2023-10-22
bcachefs: Use journal preres for deferred btree updates
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Allocator startup fixes/refactoring
Kent Overstreet
1
-43
/
+48
2023-10-22
bcachefs: improved flush_held_btree_writes()
Kent Overstreet
1
-20
/
+13
2023-10-22
bcachefs: fix a deadlock on startup
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Convert bucket invalidation to key marking path
Kent Overstreet
1
-27
/
+184
[next]