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_foreground.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Prevent a btree iter overflow in alloc path
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Improved errcodes
Kent Overstreet
1
-19
/
+20
2023-10-22
bcachefs: Improve bucket_alloc_fail tracepoint
Kent Overstreet
1
-3
/
+12
2023-10-22
bcachefs: Split out dev_buckets_free()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-11
/
+11
2023-10-22
bcachefs: Improve bch2_open_buckets_to_text()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
1
-16
/
+29
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
1
-93
/
+468
2023-10-22
bcachefs: Run btree updates after write out of write_point
Kent Overstreet
1
-16
/
+51
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
1
-10
/
+17
2023-10-22
bcachefs: Kill verify_not_stale()
Kent Overstreet
1
-18
/
+0
2023-10-22
bcachefs: New in-memory array for bucket gens
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Put open_buckets in a hashtable
Kent Overstreet
1
-2
/
+28
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
1
-35
/
+65
2023-10-22
bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flag
Kent Overstreet
1
-6
/
+8
2023-10-22
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
1
-14
/
+8
2023-10-22
bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouse
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Convert bucket_alloc_ret to negative error codes
Kent Overstreet
1
-19
/
+16
2023-10-22
bcachefs: Allocator refactoring
Kent Overstreet
1
-45
/
+2
2023-10-22
bcachefs: gc shouldn't care about owned_by_allocator
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Fix an RCU splat
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Fix copygc threshold
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Refactor dev usage
Kent Overstreet
1
-10
/
+9
2023-10-22
bcachefs: Rework allocating buckets for stripes
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: Reserve some open buckets for btree allocations
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Use separate new stripes for copygc and non-copygc
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Change allocations for ec stripes to blocking
Kent Overstreet
1
-17
/
+25
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-13
/
+1
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: Ensure we only allocate one EC bucket per writepoint
Kent Overstreet
1
-11
/
+15
2023-10-22
bcachefs: Don't let copygc buckets be stolen by other threads
Kent Overstreet
1
-16
/
+30
2023-10-22
bcachefs: Delete unused arguments
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Don't restrict copygc writes to the same device
Kent Overstreet
1
-45
/
+47
2023-10-22
bcachefs: Make copygc thread global
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Refactor stripe creation
Kent Overstreet
1
-88
/
+15
2023-10-22
bcachefs: Move stripe creation to workqueue
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Make open bucket reserves more conservative
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Fix promoting to cache devices (durability = 0)
Kent Overstreet
1
-30
/
+48
2023-10-22
bcachefs: Add more time stats for being blocked on allocator
Kent Overstreet
1
-0
/
+21
2023-10-22
bcachefs: Add a mechanism for blocking the journal
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix some reserve calculations
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Fix an allocator error path
Kent Overstreet
1
-5
/
+7
2023-10-22
bcachefs: correctly initialize bch_extent_ptr
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: refactor bch_fs_usage
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: s/usage_lock/mark_lock
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-6
/
+5
2023-10-22
bcachefs: Erasure coding
Kent Overstreet
1
-72
/
+281
[next]