index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-23
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-19
/
+22
2023-10-23
bcachefs: fix triggers for stripes btree
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Mark overwrites from journal replay in initial gc
Kent Overstreet
1
-44
/
+60
2023-10-23
bcachefs: add ability to run gc on metadata only
Kent Overstreet
1
-9
/
+31
2023-10-23
bcachefs: Caller now responsible for calling mark_key for gc
Kent Overstreet
1
-24
/
+13
2023-10-23
bcachefs: Assorted preemption fixes
Kent Overstreet
1
-2
/
+11
2023-10-23
bcachefs: Allocate fs_usage in do_btree_insert_at()
Kent Overstreet
1
-27
/
+75
2023-10-23
bcachefs: kill struct btree_insert
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Don't BUG_ON() on bucket sector count overflow
Kent Overstreet
1
-22
/
+28
2023-10-23
bcachefs: fs_usage_u64s()
Kent Overstreet
1
-12
/
+10
2023-10-23
bcachefs: Add a mechanism for blocking the journal
Kent Overstreet
1
-41
/
+53
2023-10-23
bcachefs: Convert bucket invalidation to key marking path
Kent Overstreet
1
-7
/
+64
2023-10-23
bcachefs: fixes for cached data accounting
Kent Overstreet
1
-8
/
+10
2023-10-23
bcachefs: refactor key marking code a bit
Kent Overstreet
1
-71
/
+51
2023-10-23
bcachefs: Fix double counting when gc is running
Kent Overstreet
1
-10
/
+2
2023-10-23
bcachefs: gc lock no longer needed for disk reservations
Kent Overstreet
1
-25
/
+12
2023-10-23
bcachefs: Fix oldest_gen handling
Kent Overstreet
1
-10
/
+0
2023-10-23
bcachefs: serialize persistent_reserved
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: initialize fs usage summary in recovery
Kent Overstreet
1
-0
/
+27
2023-10-23
bcachefs: percpu utility code
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: fix inode counting
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Persist stripe blocks_used
Kent Overstreet
1
-25
/
+34
2023-10-23
bcachefs: Persist alloc info on clean shutdown
Kent Overstreet
1
-4
/
+10
2023-10-23
bcachefs: Fix check for if extent update is allocating
Kent Overstreet
1
-74
/
+154
2023-10-23
bcachefs: More allocator startup improvements
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Factor out acc_u64s()
Kent Overstreet
1
-109
/
+13
2023-10-23
bcachefs: Include summarized counts in fs_usage
Kent Overstreet
1
-62
/
+50
2023-10-23
bcachefs: refactor bch_fs_usage
Kent Overstreet
1
-61
/
+70
2023-10-23
bcachefs: improve/clarify ptr_disk_sectors()
Kent Overstreet
1
-28
/
+19
2023-10-23
bcachefs: s/usage_lock/mark_lock
Kent Overstreet
1
-20
/
+20
2023-10-23
bcachefs: move dirty into bucket_mark
Kent Overstreet
1
-7
/
+7
2023-10-23
bcachefs: Track nr_inodes with the key marking machinery
Kent Overstreet
1
-0
/
+6
2023-10-23
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-120
/
+102
2023-10-23
bcachefs: Hold usage_lock over mark_key and fs_usage_apply
Kent Overstreet
1
-28
/
+65
2023-10-23
bcachefs: Stripes now properly subject to gc
Kent Overstreet
1
-74
/
+110
2023-10-23
bcachefs: gc now operates on second set of bucket marks
Kent Overstreet
1
-182
/
+158
2023-10-23
bcachefs: Allocator startup improvements
Kent Overstreet
1
-0
/
+12
2023-10-23
bcachefs: Erasure coding
Kent Overstreet
1
-2
/
+140
2023-10-23
bcachefs: Move key marking out of extents.c
Kent Overstreet
1
-25
/
+100
2023-10-23
bcachefs: Disk usage in compressed sectors, not uncompressed
Kent Overstreet
1
-2
/
+7
2023-10-23
bcachefs: Assorted fixes for running on very small devices
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Scale down number of writepoints when low on space
Kent Overstreet
1
-5
/
+0
2023-10-23
bcachefs: more key marking refactoring
Kent Overstreet
1
-52
/
+87
2023-10-23
bcachefs: extent_for_each_ptr_decode()
Kent Overstreet
1
-16
/
+15
2023-10-23
bcachefs: Split out alloc_background.c
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Change how replicated data is accounted
Kent Overstreet
1
-38
/
+61
2023-10-23
bcachefs: Account for internal fragmentation better
Kent Overstreet
1
-48
/
+67
2023-10-23
bcachefs: kill s_alloc, use bch_data_type
Kent Overstreet
1
-15
/
+15
2023-10-23
bcachefs: bch2_mark_key() now takes bch_data_type
Kent Overstreet
1
-7
/
+5
2023-10-23
bcachefs: fix nbuckets usage on device resize
Kent Overstreet
1
-3
/
+3
[next]