index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tee
/
tee_private.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2023-10-22
bcachefs: Persist 64 bit io clocks
Kent Overstreet
19
-310
/
+141
2023-10-22
bcachefs: KEY_TYPE_alloc_v2
Kent Overstreet
9
-299
/
+403
2023-10-22
bcachefs: Add missing call to bch2_replicas_entry_sort()
Kent Overstreet
3
-6
/
+9
2023-10-22
bcachefs: Add an assertion to check for journal writes to same location
Kent Overstreet
2
-0
/
+4
2023-10-22
bcachefs: Add an option for metadata_target
Kent Overstreet
4
-3
/
+23
2023-10-22
bcachefs: Repair bad data pointers
Kent Overstreet
1
-36
/
+102
2023-10-22
bcachefs: Add (partial) support for fixing btree topology
Kent Overstreet
5
-44
/
+156
2023-10-22
bcachefs: Add support for doing btree updates prior to journal replay
Kent Overstreet
7
-81
/
+176
2023-10-22
bcachefs: Add BTREE_PTR_RANGE_UPDATED
Kent Overstreet
4
-8
/
+11
2023-10-22
bcachefs: Refactor checking of btree topology
Kent Overstreet
1
-35
/
+48
2023-10-22
bcachefs: Improve diagnostics when journal entries are missing
Kent Overstreet
3
-28
/
+96
2023-10-22
bcachefs: Fix BCH_REPLICAS_MAX check
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Fix build in userspace
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Fix an assertion
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Mark superblocks transactionally
Kent Overstreet
6
-47
/
+211
2023-10-22
bcachefs: Kill bch2_invalidate_bucket()
Kent Overstreet
3
-58
/
+14
2023-10-22
bcachefs: Refactor dev usage
Kent Overstreet
9
-129
/
+91
2023-10-22
bcachefs: Kill metadata only gc
Kent Overstreet
3
-61
/
+27
2023-10-22
bcachefs: Ensure __bch2_trans_commit() always calls bch2_trans_reset()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix a faulty assertion
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Switch replicas.c allocations to GFP_KERNEL
Kent Overstreet
1
-9
/
+9
[next]