开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
alloc_foreground.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Refactor dev usage
Kent Overstreet
2023-10-22
bcachefs: Rework allocating buckets for stripes
Kent Overstreet
2023-10-22
bcachefs: Reserve some open buckets for btree allocations
Kent Overstreet
2023-10-22
bcachefs: Use separate new stripes for copygc and non-copygc
Kent Overstreet
2023-10-22
bcachefs: Change allocations for ec stripes to blocking
Kent Overstreet
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
2023-10-22
bcachefs: Ensure we only allocate one EC bucket per writepoint
Kent Overstreet
2023-10-22
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
2023-10-22
bcachefs: Delete unused arguments
Kent Overstreet
2023-10-22
bcachefs: Don't restrict copygc writes to the same device
Kent Overstreet
2023-10-22
bcachefs: Make copygc thread global
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
bcachefs: Refactor stripe creation
Kent Overstreet
2023-10-22
bcachefs: Move stripe creation to workqueue
Kent Overstreet
2023-10-22
bcachefs: Make open bucket reserves more conservative
Kent Overstreet
2023-10-22
bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()
Kent Overstreet
2023-10-22
bcachefs: Fix promoting to cache devices (durability = 0)
Kent Overstreet
2023-10-22
bcachefs: Add more time stats for being blocked on allocator
Kent Overstreet
2023-10-22
bcachefs: Add a mechanism for blocking the journal
Kent Overstreet
2023-10-22
bcachefs: Fix some reserve calculations
Kent Overstreet
2023-10-22
bcachefs: Fix an allocator error path
Kent Overstreet
2023-10-22
bcachefs: correctly initialize bch_extent_ptr
Kent Overstreet
2023-10-22
bcachefs: refactor bch_fs_usage
Kent Overstreet
2023-10-22
bcachefs: s/usage_lock/mark_lock
Kent Overstreet
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
2023-10-22
bcachefs: Erasure coding
Kent Overstreet
2023-10-22
bcachefs: Scale down number of writepoints when low on space
Kent Overstreet
2023-10-22
bcachefs: fix a spurious gcc warning
Kent Overstreet
2023-10-22
bcachefs: Allocation code refactoring
Kent Overstreet
2023-10-22
bcachefs: Split out alloc_background.c
Kent Overstreet