index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
alloc_background.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: Fix bch2_check_alloc_key()
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Improve bch2_check_alloc_info
Kent Overstreet
2023-10-22
1
-26
/
+31
*
bcachefs: Use BTREE_INSERT_LAZY_RW in bch2_check_alloc_info()
Kent Overstreet
2023-10-22
1
-3
/
+9
*
bcachefs: Bucket invalidate path improvements
Kent Overstreet
2023-10-22
1
-8
/
+18
*
bcachefs: Fix refcount leak in bch2_do_invalidates()
Kent Overstreet
2023-10-22
1
-2
/
+3
*
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Add a persistent counter for bucket discards
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Add a persistent counter for bucket invalidation
Kent Overstreet
2023-10-22
1
-1
/
+6
*
bcachefs: Fix freespace initialization
Kent Overstreet
2023-10-22
1
-3
/
+16
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-20
/
+20
*
bcachefs: Go RW before bch2_check_lrus()
Kent Overstreet
2023-10-22
1
-9
/
+27
*
bcachefs: Tracepoint improvements
Kent Overstreet
2023-10-22
1
-1
/
+5
*
bcachefs: Plumb btree_id & level to trans_mark
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Improve bch2_lru_delete() error messages
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Improve error message when alloc key doesn't match lru entry
Kent Overstreet
2023-10-22
1
-3
/
+11
*
bcachefs: Ensure buckets have io_time[READ] set
Kent Overstreet
2023-10-22
1
-5
/
+10
*
bcachefs: Use bch2_trans_inconsistent_on() in more places
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: Minor device removal fixes
Kent Overstreet
2023-10-22
1
-4
/
+11
*
bcachefs: bch2_btree_delete_extent_at()
Kent Overstreet
2023-10-22
1
-16
/
+2
*
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
2023-10-22
1
-50
/
+93
*
bcachefs: Move alloc assertion to .key_invalid()
Kent Overstreet
2023-10-22
1
-0
/
+8
*
bcachefs: Check for read_time == 0 in bch2_alloc_v4_invalid()
Kent Overstreet
2023-10-22
1
-0
/
+11
*
bcachefs: Add rw to .key_invalid()
Kent Overstreet
2023-10-22
1
-4
/
+8
*
bcachefs: More improvements for alloc info checks
Kent Overstreet
2023-10-22
1
-82
/
+60
*
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
2023-10-22
1
-30
/
+45
*
bcachefs: Kill main in-memory bucket array
Kent Overstreet
2023-10-22
1
-24
/
+2
*
bcachefs: Fsck for need_discard & freespace btrees
Kent Overstreet
2023-10-22
1
-0
/
+326
*
bcachefs: New bucket invalidate path
Kent Overstreet
2023-10-22
1
-0
/
+81
*
bcachefs: New discard implementation
Kent Overstreet
2023-10-22
1
-0
/
+140
*
bcachefs: Kill allocator threads & freelists
Kent Overstreet
2023-10-22
1
-556
/
+4
*
bcachefs: Freespace, need_discard btrees
Kent Overstreet
2023-10-22
1
-0
/
+231
*
bcachefs: KEY_TYPE_alloc_v4
Kent Overstreet
2023-10-22
1
-116
/
+169
*
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Don't issue discards when in nochanges mode
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: btree_gc no longer uses main in-memory bucket array
Kent Overstreet
2023-10-22
1
-106
/
+39
*
bcachefs: Btree key cache coherency
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Ignore cached data when calculating fragmentation
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Don't use in-memory bucket array for alloc updates
Kent Overstreet
2023-10-22
1
-7
/
+8
*
bcachefs: Kill allocator short-circuit invalidate
Kent Overstreet
2023-10-22
1
-43
/
+35
*
bcachefs: New data structure for buckets waiting on journal commit
Kent Overstreet
2023-10-22
1
-36
/
+26
*
bcachefs: Simplify journal replay
Kent Overstreet
2023-10-22
1
-2
/
+1
*
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
2023-10-22
1
-30
/
+30
*
bcachefs: Fix allocator + journal interaction
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: New in-memory array for bucket gens
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Refactor open_bucket code
Kent Overstreet
2023-10-22
1
-20
/
+1
*
bcachefs: Don't start allocator threads too early
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
2023-10-22
1
-0
/
+12
*
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
2023-10-22
1
-81
/
+1
*
bcachefs: Improve alloc_mem_to_key()
Kent Overstreet
2023-10-22
1
-24
/
+4
[prev]
[next]