index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
alloc_foreground.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Kill verify_not_stale()
Kent Overstreet
1
-18
/
+0
2023-10-23
bcachefs: New in-memory array for bucket gens
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Put open_buckets in a hashtable
Kent Overstreet
1
-2
/
+28
2023-10-23
bcachefs: Refactor open_bucket code
Kent Overstreet
1
-35
/
+65
2023-10-23
bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flag
Kent Overstreet
1
-6
/
+8
2023-10-23
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
1
-14
/
+8
2023-10-23
bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouse
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Convert bucket_alloc_ret to negative error codes
Kent Overstreet
1
-19
/
+16
2023-10-23
bcachefs: Allocator refactoring
Kent Overstreet
1
-45
/
+2
2023-10-23
bcachefs: gc shouldn't care about owned_by_allocator
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Fix an RCU splat
Kent Overstreet
1
-3
/
+6
2023-10-23
bcachefs: Fix copygc threshold
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Refactor dev usage
Kent Overstreet
1
-10
/
+9
2023-10-23
bcachefs: Rework allocating buckets for stripes
Kent Overstreet
1
-7
/
+14
2023-10-23
bcachefs: Reserve some open buckets for btree allocations
Kent Overstreet
1
-1
/
+5
2023-10-23
bcachefs: Use separate new stripes for copygc and non-copygc
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Change allocations for ec stripes to blocking
Kent Overstreet
1
-17
/
+25
2023-10-23
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-13
/
+1
2023-10-23
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
1
-2
/
+0
2023-10-23
bcachefs: Ensure we only allocate one EC bucket per writepoint
Kent Overstreet
1
-11
/
+15
2023-10-23
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
1
-16
/
+30
2023-10-23
bcachefs: Delete unused arguments
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Don't restrict copygc writes to the same device
Kent Overstreet
1
-45
/
+47
2023-10-23
bcachefs: Make copygc thread global
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: Use x-macros for data types
Kent Overstreet
1
-9
/
+9
2023-10-23
bcachefs: Refactor stripe creation
Kent Overstreet
1
-88
/
+15
2023-10-23
bcachefs: Move stripe creation to workqueue
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Make open bucket reserves more conservative
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Fix promoting to cache devices (durability = 0)
Kent Overstreet
1
-30
/
+48
2023-10-23
bcachefs: Add more time stats for being blocked on allocator
Kent Overstreet
1
-0
/
+21
2023-10-23
bcachefs: Add a mechanism for blocking the journal
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix some reserve calculations
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Fix an allocator error path
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: correctly initialize bch_extent_ptr
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: refactor bch_fs_usage
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: s/usage_lock/mark_lock
Kent Overstreet
1
-7
/
+7
2023-10-23
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-6
/
+5
2023-10-23
bcachefs: Erasure coding
Kent Overstreet
1
-72
/
+281
2023-10-23
bcachefs: Scale down number of writepoints when low on space
Kent Overstreet
1
-5
/
+108
2023-10-23
bcachefs: fix a spurious gcc warning
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Allocation code refactoring
Kent Overstreet
1
-233
/
+182
2023-10-23
bcachefs: Split out alloc_background.c
Kent Overstreet
1
-0
/
+741