index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
alloc_background.c
Age
Commit message (
Expand
)
Author
Lines
2023-10-22
bcachefs: Ensure buckets have io_time[READ] set
Kent Overstreet
-5
/
+10
2023-10-22
bcachefs: Use bch2_trans_inconsistent_on() in more places
Kent Overstreet
-6
/
+6
2023-10-22
bcachefs: Minor device removal fixes
Kent Overstreet
-4
/
+11
2023-10-22
bcachefs: bch2_btree_delete_extent_at()
Kent Overstreet
-16
/
+2
2023-10-22
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
-50
/
+93
2023-10-22
bcachefs: Move alloc assertion to .key_invalid()
Kent Overstreet
-0
/
+8
2023-10-22
bcachefs: Check for read_time == 0 in bch2_alloc_v4_invalid()
Kent Overstreet
-0
/
+11
2023-10-22
bcachefs: Add rw to .key_invalid()
Kent Overstreet
-4
/
+8
2023-10-22
bcachefs: More improvements for alloc info checks
Kent Overstreet
-82
/
+60
2023-10-22
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
-30
/
+45
2023-10-22
bcachefs: Kill main in-memory bucket array
Kent Overstreet
-24
/
+2
2023-10-22
bcachefs: Fsck for need_discard & freespace btrees
Kent Overstreet
-0
/
+326
2023-10-22
bcachefs: New bucket invalidate path
Kent Overstreet
-0
/
+81
2023-10-22
bcachefs: New discard implementation
Kent Overstreet
-0
/
+140
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
-556
/
+4
2023-10-22
bcachefs: Freespace, need_discard btrees
Kent Overstreet
-0
/
+231
2023-10-22
bcachefs: KEY_TYPE_alloc_v4
Kent Overstreet
-116
/
+169
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
-1
/
+0
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
-2
/
+2
2023-10-22
bcachefs: Don't issue discards when in nochanges mode
Kent Overstreet
-1
/
+2
2023-10-22
bcachefs: btree_gc no longer uses main in-memory bucket array
Kent Overstreet
-106
/
+39
2023-10-22
bcachefs: Btree key cache coherency
Kent Overstreet
-1
/
+2
2023-10-22
bcachefs: Ignore cached data when calculating fragmentation
Kent Overstreet
-1
/
+1
2023-10-22
bcachefs: Don't use in-memory bucket array for alloc updates
Kent Overstreet
-7
/
+8
2023-10-22
bcachefs: Kill allocator short-circuit invalidate
Kent Overstreet
-43
/
+35
2023-10-22
bcachefs: New data structure for buckets waiting on journal commit
Kent Overstreet
-36
/
+26
2023-10-22
bcachefs: Simplify journal replay
Kent Overstreet
-2
/
+1
2023-10-22
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
-30
/
+30
2023-10-22
bcachefs: Fix allocator + journal interaction
Kent Overstreet
-1
/
+1
2023-10-22
bcachefs: New in-memory array for bucket gens
Kent Overstreet
-0
/
+2
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
-20
/
+1
2023-10-22
bcachefs: Don't start allocator threads too early
Kent Overstreet
-1
/
+2
2023-10-22
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
-0
/
+12
2023-10-22
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
-81
/
+1
2023-10-22
bcachefs: Improve alloc_mem_to_key()
Kent Overstreet
-24
/
+4
2023-10-22
bcachefs: bch2_alloc_write()
Kent Overstreet
-24
/
+30
2023-10-22
bcachefs: Erasure coding fixes
Kent Overstreet
-0
/
+3
2023-10-22
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
-10
/
+66
2023-10-22
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
-2
/
+6
2023-10-22
bcachefs: Must check for errors from bch2_trans_cond_resched()
Kent Overstreet
-2
/
+0
2023-10-22
bcachefs: Fix allocator shutdown error message
Kent Overstreet
-2
/
+2
2023-10-22
bcachefs: btree_path
Kent Overstreet
-27
/
+28
2023-10-22
bcachefs: Always check for transaction restarts
Kent Overstreet
-1
/
+1
2023-10-22
bcachefs: Add safe versions of varint encode/decode
Kent Overstreet
-2
/
+2
2023-10-22
bcachefs: Add open_buckets to sysfs
Kent Overstreet
-0
/
+19
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
-4
/
+5
2023-10-22
bcachefs; Check for allocator thread shutdown
Kent Overstreet
-0
/
+5
2023-10-22
bcachefs: Fix some refcounting bugs
Kent Overstreet
-1
/
+1
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
-8
/
+5
2023-10-22
bcachefs: Allocator refactoring
Kent Overstreet
-248
/
+134
[next]