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
/
alloc_background.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Simplify journal replay
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
1
-30
/
+30
2023-10-22
bcachefs: Fix allocator + journal interaction
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: New in-memory array for bucket gens
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
1
-20
/
+1
2023-10-22
bcachefs: Don't start allocator threads too early
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
1
-81
/
+1
2023-10-22
bcachefs: Improve alloc_mem_to_key()
Kent Overstreet
1
-24
/
+4
2023-10-22
bcachefs: bch2_alloc_write()
Kent Overstreet
1
-24
/
+30
2023-10-22
bcachefs: Erasure coding fixes
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-10
/
+66
2023-10-22
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Must check for errors from bch2_trans_cond_resched()
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Fix allocator shutdown error message
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-27
/
+28
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add safe versions of varint encode/decode
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Add open_buckets to sysfs
Kent Overstreet
1
-0
/
+19
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-4
/
+5
2023-10-22
bcachefs; Check for allocator thread shutdown
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix some refcounting bugs
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
1
-8
/
+5
2023-10-22
bcachefs: Allocator refactoring
Kent Overstreet
1
-248
/
+134
2023-10-22
bcachefs: Handle errors in bch2_trans_mark_update()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Allocator thread doesn't need gc_lock anymore
Kent Overstreet
1
-21
/
+5
2023-10-22
bcachefs: gc shouldn't care about owned_by_allocator
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Don't wait for ALLOC_SCAN_BATCH buckets in allocator
Kent Overstreet
1
-10
/
+9
2023-10-22
bcachefs: Don't unconditially version_upgrade in initialize
Kent Overstreet
1
-23
/
+1
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Add allocator thread state to sysfs
Kent Overstreet
1
-9
/
+16
2023-10-22
bcachefs: Rip out copygc pd controller
Kent Overstreet
1
-35
/
+0
2023-10-22
bcachefs: Fix copygc threshold
Kent Overstreet
1
-15
/
+4
2023-10-22
bcachefs: Add a cond_seched() to the allocator thread
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Create allocator threads when allocating filesystem
Kent Overstreet
1
-1
/
+14
2023-10-22
bcachefs: Add error message for some allocation failures
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Journal updates to dev usage
Kent Overstreet
1
-4
/
+0
2023-10-22
bcachefs: Persist 64 bit io clocks
Kent Overstreet
1
-183
/
+42
2023-10-22
bcachefs: KEY_TYPE_alloc_v2
Kent Overstreet
1
-80
/
+167
2023-10-22
bcachefs: Fix an assertion
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Mark superblocks transactionally
Kent Overstreet
1
-29
/
+17
2023-10-22
bcachefs: Kill bch2_invalidate_bucket()
Kent Overstreet
1
-16
/
+14
2023-10-22
bcachefs: Refactor dev usage
Kent Overstreet
1
-20
/
+22
2023-10-22
bcachefs: bch2_alloc_write() should be writing for all devices
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-7
/
+3
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
1
-0
/
+48
2023-10-22
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
1
-1
/
+1
[next]