index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
movinggc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
Remove bcachefs core code
Linus Torvalds
1
-476
/
+0
2025-07-16
bcachefs: Fix reference to invalid bucket in copygc
Kent Overstreet
1
-1
/
+1
2025-06-11
bcachefs: Don't put rhashtable on stack
Kent Overstreet
1
-9
/
+13
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-14
/
+12
2025-05-21
bcachefs: Remove duplicate call to bch2_trans_begin()
Alan Huang
1
-2
/
+0
2025-05-21
bcachefs: bch2_check_bucket_backpointer_mismatch()
Kent Overstreet
1
-0
/
+3
2025-05-21
bcachefs: Improve bucket_bitmap code
Kent Overstreet
1
-3
/
+3
2025-05-21
bcachefs: struct bch_fs_recovery
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: move_buckets in rhashtable when allocated
Kent Overstreet
1
-19
/
+19
2025-05-21
bcachefs: Move pending buckets queue to buckets_in_flight
Kent Overstreet
1
-13
/
+11
2025-05-21
bcachefs: kill move_bucket_in_flight
Kent Overstreet
1
-43
/
+39
2025-05-21
bcachefs: buckets_in_flight on stack
Kent Overstreet
1
-18
/
+10
2025-05-21
bcachefs: bch2_copygc_dev_wait_amount()
Kent Overstreet
1
-22
/
+34
2025-05-21
bcachefs: for_each_rw_member_rcu()
Kent Overstreet
1
-1
/
+3
2025-04-21
bcachefs: Start copygc, rebalance threads earlier
Kent Overstreet
1
-0
/
+7
2025-04-02
bcachefs: bch_dev_usage_full
Kent Overstreet
1
-2
/
+6
2025-03-16
bcachefs: rebalance, copygc status also print stacktrace
Kent Overstreet
1
-0
/
+11
2025-03-14
bcachefs: s/BCH_LRU_FRAGMENTATION_START/BCH_LRU_BUCKET_FRAGMENTATION/
Kent Overstreet
1
-2
/
+2
2025-03-06
bcachefs: copygc now skips non-rw devices
Kent Overstreet
1
-13
/
+12
2025-01-26
bcachefs: Fix trace_copygc
Kent Overstreet
1
-4
/
+7
2024-12-21
bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()
Kent Overstreet
1
-1
/
+1
2024-12-21
bcachefs: copygc_enabled, rebalance_enabled now opts.h options
Kent Overstreet
1
-2
/
+2
2024-10-04
bcachefs: Kill alloc_v4.fragmentation_lru
Kent Overstreet
1
-3
/
+9
2024-08-24
bcachefs: Fix failure to flush moves before sleeping in copygc
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: Improve copygc_wait_to_text()
Kent Overstreet
1
-3
/
+8
2024-06-10
bcachefs: Enable automatic shrinking for rhashtables
Kent Overstreet
1
-3
/
+4
2024-05-08
bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()
Kent Overstreet
1
-0
/
+2
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-1
/
+1
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
1
-2
/
+1
2024-01-01
bcachefs: for_each_member_device() now declares loop iter
Kent Overstreet
1
-5
/
+2
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
1
-2
/
+0
2024-01-01
bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
1
-1
/
+0
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
1
-4
/
+3
2024-01-01
bcachefs: copygc shouldn't try moving buckets on error
Daniel Hill
1
-4
/
+12
2024-01-01
bcachefs: copygc should wakeup on shutdown if disabled
Daniel Hill
1
-1
/
+2
2024-01-01
bcachefs: remove dead bch2_evacuate_bucket()
Daniel Hill
1
-1
/
+1
2024-01-01
bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: Clean up btree write buffer write ref handling
Kent Overstreet
1
-0
/
+3
2024-01-01
bcachefs: New bucket sector count helpers
Kent Overstreet
1
-1
/
+1
2023-11-28
bcachefs: Extra kthread_should_stop() calls for copygc
Kent Overstreet
1
-1
/
+1
2023-11-04
bcachefs: fix odebug warn and lockdep splat due to on-stack rhashtable
Brian Foster
1
-10
/
+14
2023-11-04
bcachefs: Data move path now uses bch2_trans_unlock_long()
Kent Overstreet
1
-2
/
+2
2023-11-04
bcachefs: Ensure copygc does not spin
Kent Overstreet
1
-2
/
+18
2023-10-31
bcachefs: move: move_stats refactoring
Kent Overstreet
1
-0
/
+1
2023-10-31
bcachefs: moving_context now owns a btree_trans
Kent Overstreet
1
-20
/
+16
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-13
/
+13
2023-10-22
bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()
Nathan Chancellor
1
-1
/
+1
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
1
-8
/
+0
[next]