index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
journal_reclaim.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteout
Kent Overstreet
6
-29
/
+30
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
8
-52
/
+35
2023-10-22
bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()
Kent Overstreet
6
-468
/
+30
2023-10-22
bcachefs: Fix bch2_btree_cache_scan()
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: Add a mempool for the replicas delta list
Kent Overstreet
6
-10
/
+48
2023-10-22
bcachefs: Add a mempool for btree_trans bump allocator
Kent Overstreet
3
-4
/
+29
2023-10-22
bcachefs: Start journal reclaim thread earlier
Kent Overstreet
2
-8
/
+2
2023-10-22
bcachefs: Fix for copygc getting stuck waiting for reserve to be filled
Kent Overstreet
2
-4
/
+9
2023-10-22
bcachefs: Add allocator thread state to sysfs
Kent Overstreet
6
-23
/
+37
2023-10-22
bcachefs: Rip out copygc pd controller
Kent Overstreet
5
-60
/
+1
2023-10-22
bcachefs: Add copygc wait to sysfs
Kent Overstreet
3
-0
/
+9
2023-10-22
bcachefs: Fix copygc threshold
Kent Overstreet
6
-33
/
+33
2023-10-22
bcachefs: Don't drop ptrs to btree nodes
Kent Overstreet
2
-19
/
+37
2023-10-22
bcachefs: Fix a use-after-free in bch2_gc_mark_key()
Kent Overstreet
1
-19
/
+24
2023-10-22
bcachefs: Bring back metadata only gc
Kent Overstreet
3
-25
/
+46
2023-10-22
bcachefs: Fix bch2_write_super to obey very_degraded option
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Don't fail mounts due to devices that are marked as failed
Kent Overstreet
1
-2
/
+9
2023-10-22
bcachefs: Add a cond_seched() to the allocator thread
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Use x-macros for compat feature bits
Kent Overstreet
7
-24
/
+40
2023-10-22
bcachefs: Fix some (spurious) warnings about uninitialized vars
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Fix an allocator startup race
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix bkey format generation for 32 bit fields
Kent Overstreet
4
-5
/
+39
2023-10-22
bcachefs: Scan for old btree nodes if necessary on mount
Kent Overstreet
6
-12
/
+44
2023-10-22
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
8
-38
/
+132
2023-10-22
bcachefs: Dump journal state when we get stuck
Kent Overstreet
1
-1
/
+10
2023-10-22
bcachefs: Fix a 64 bit divide on 32 bit
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Don't use inode btree key cache in fsck code
Kent Overstreet
3
-10
/
+26
2023-10-22
bcachefs: Don't call into journal reclaim when we're not supposed to
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Create allocator threads when allocating filesystem
Kent Overstreet
2
-1
/
+25
2023-10-22
bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEM
Kent Overstreet
1
-4
/
+10
2023-10-22
bcachefs: Add error message for some allocation failures
Kent Overstreet
6
-15
/
+53
2023-10-22
bcachefs: Extents may now cross btree node boundaries
Kent Overstreet
7
-237
/
+87
2023-10-22
bcachefs: iter->real_pos
Kent Overstreet
3
-92
/
+120
2023-10-22
bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Drop invalid stripe ptrs in fsck
Kent Overstreet
3
-21
/
+56
2023-10-22
bcachefs: Fix unnecessary read amplificaiton when allocating ec stripes
Robbie Litchfield
1
-63
/
+92
2023-10-22
bcachefs: Fsck fixes
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Fix a shift greater than type size
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Assert that we're not trying to flush journal seq in the future
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_prev()
Kent Overstreet
2
-23
/
+35
2023-10-22
bcachefs: bch2_btree_iter_advance_pos()
Kent Overstreet
1
-24
/
+17
2023-10-22
bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()
Kent Overstreet
3
-43
/
+3
2023-10-22
bcachefs: Simplify btree_iter_(next|prev)_leaf()
Kent Overstreet
1
-18
/
+9
2023-10-22
bcachefs: Fix for hash_redo_key() in fsck
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Redo checks for sufficient devices
Kent Overstreet
7
-110
/
+51
2023-10-22
bcachefs: Run fsck if BCH_FEATURE_alloc_v2 isn't set
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fixes/improvements for journal entry reservations
Kent Overstreet
4
-14
/
+16
2023-10-22
bcachefs: Include device in btree IO error messages
Kent Overstreet
3
-37
/
+44
2023-10-22
bcachefs: Journal updates to dev usage
Kent Overstreet
10
-75
/
+219
[next]