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
/
buckets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix double counting when gc is running
Kent Overstreet
1
-10
/
+2
2023-10-22
bcachefs: gc lock no longer needed for disk reservations
Kent Overstreet
1
-25
/
+12
2023-10-22
bcachefs: Fix oldest_gen handling
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: serialize persistent_reserved
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: initialize fs usage summary in recovery
Kent Overstreet
1
-0
/
+27
2023-10-22
bcachefs: percpu utility code
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: fix inode counting
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Persist stripe blocks_used
Kent Overstreet
1
-25
/
+34
2023-10-22
bcachefs: Persist alloc info on clean shutdown
Kent Overstreet
1
-4
/
+10
2023-10-22
bcachefs: Fix check for if extent update is allocating
Kent Overstreet
1
-74
/
+154
2023-10-22
bcachefs: More allocator startup improvements
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Factor out acc_u64s()
Kent Overstreet
1
-109
/
+13
2023-10-22
bcachefs: Include summarized counts in fs_usage
Kent Overstreet
1
-62
/
+50
2023-10-22
bcachefs: refactor bch_fs_usage
Kent Overstreet
1
-61
/
+70
2023-10-22
bcachefs: improve/clarify ptr_disk_sectors()
Kent Overstreet
1
-28
/
+19
2023-10-22
bcachefs: s/usage_lock/mark_lock
Kent Overstreet
1
-20
/
+20
2023-10-22
bcachefs: move dirty into bucket_mark
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Track nr_inodes with the key marking machinery
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-120
/
+102
2023-10-22
bcachefs: Hold usage_lock over mark_key and fs_usage_apply
Kent Overstreet
1
-28
/
+65
2023-10-22
bcachefs: Stripes now properly subject to gc
Kent Overstreet
1
-74
/
+110
2023-10-22
bcachefs: gc now operates on second set of bucket marks
Kent Overstreet
1
-182
/
+158
2023-10-22
bcachefs: Allocator startup improvements
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Erasure coding
Kent Overstreet
1
-2
/
+140
2023-10-22
bcachefs: Move key marking out of extents.c
Kent Overstreet
1
-25
/
+100
2023-10-22
bcachefs: Disk usage in compressed sectors, not uncompressed
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Assorted fixes for running on very small devices
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Scale down number of writepoints when low on space
Kent Overstreet
1
-5
/
+0
2023-10-22
bcachefs: more key marking refactoring
Kent Overstreet
1
-52
/
+87
2023-10-22
bcachefs: extent_for_each_ptr_decode()
Kent Overstreet
1
-16
/
+15
2023-10-22
bcachefs: Split out alloc_background.c
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Change how replicated data is accounted
Kent Overstreet
1
-38
/
+61
2023-10-22
bcachefs: Account for internal fragmentation better
Kent Overstreet
1
-48
/
+67
2023-10-22
bcachefs: kill s_alloc, use bch_data_type
Kent Overstreet
1
-15
/
+15
2023-10-22
bcachefs: bch2_mark_key() now takes bch_data_type
Kent Overstreet
1
-7
/
+5
2023-10-22
bcachefs: fix nbuckets usage on device resize
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Invalidate buckets when writing to alloc btree
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: kill bucket mark sector count saturation
Kent Overstreet
1
-35
/
+10
2023-10-22
bcachefs: don't call bch2_bucket_seq_cleanup from journal_buf_switch
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+975
[prev]