summaryrefslogtreecommitdiffstats
path: root/drivers/tee/tee_private.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Fix bkey format generation for 32 bit fieldsKent Overstreet4-5/+39
2023-10-22bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet6-12/+44
2023-10-22bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet8-38/+132
2023-10-22bcachefs: Dump journal state when we get stuckKent Overstreet1-1/+10
2023-10-22bcachefs: Fix a 64 bit divide on 32 bitKent Overstreet1-2/+4
2023-10-22bcachefs: Don't use inode btree key cache in fsck codeKent Overstreet3-10/+26
2023-10-22bcachefs: Don't call into journal reclaim when we're not supposed toKent Overstreet1-1/+2
2023-10-22bcachefs: Create allocator threads when allocating filesystemKent Overstreet2-1/+25
2023-10-22bcachefs: Fix for bch2_btree_node_get_noiter() returning -ENOMEMKent Overstreet1-4/+10
2023-10-22bcachefs: Add error message for some allocation failuresKent Overstreet6-15/+53
2023-10-22bcachefs: Extents may now cross btree node boundariesKent Overstreet7-237/+87
2023-10-22bcachefs: iter->real_posKent Overstreet3-92/+120
2023-10-22bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()Kent Overstreet1-1/+6
2023-10-22bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet3-21/+56
2023-10-22bcachefs: Fix unnecessary read amplificaiton when allocating ec stripesRobbie Litchfield1-63/+92
2023-10-22bcachefs: Fsck fixesKent Overstreet1-4/+11
2023-10-22bcachefs: Fix a shift greater than type sizeKent Overstreet1-1/+1
2023-10-22bcachefs: Assert that we're not trying to flush journal seq in the futureKent Overstreet1-0/+2
2023-10-22bcachefs: Fix bch2_btree_iter_peek_prev()Kent Overstreet2-23/+35
2023-10-22bcachefs: bch2_btree_iter_advance_pos()Kent Overstreet1-24/+17
2023-10-22bcachefs: Kill bch2_btree_iter_set_pos_same_leaf()Kent Overstreet3-43/+3
2023-10-22bcachefs: Simplify btree_iter_(next|prev)_leaf()Kent Overstreet1-18/+9
2023-10-22bcachefs: Fix for hash_redo_key() in fsckKent Overstreet1-1/+1
2023-10-22bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()Kent Overstreet1-2/+5
2023-10-22bcachefs: Redo checks for sufficient devicesKent Overstreet7-110/+51
2023-10-22bcachefs: Run fsck if BCH_FEATURE_alloc_v2 isn't setKent Overstreet1-0/+7
2023-10-22bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet4-14/+16
2023-10-22bcachefs: Include device in btree IO error messagesKent Overstreet3-37/+44
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet10-75/+219
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet19-310/+141
2023-10-22bcachefs: KEY_TYPE_alloc_v2Kent Overstreet9-299/+403
2023-10-22bcachefs: Add missing call to bch2_replicas_entry_sort()Kent Overstreet3-6/+9
2023-10-22bcachefs: Add an assertion to check for journal writes to same locationKent Overstreet2-0/+4
2023-10-22bcachefs: Add an option for metadata_targetKent Overstreet4-3/+23
2023-10-22bcachefs: Repair bad data pointersKent Overstreet1-36/+102
2023-10-22bcachefs: Add (partial) support for fixing btree topologyKent Overstreet5-44/+156
2023-10-22bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet7-81/+176
2023-10-22bcachefs: Add BTREE_PTR_RANGE_UPDATEDKent Overstreet4-8/+11
2023-10-22bcachefs: Refactor checking of btree topologyKent Overstreet1-35/+48
2023-10-22bcachefs: Improve diagnostics when journal entries are missingKent Overstreet3-28/+96
2023-10-22bcachefs: Fix BCH_REPLICAS_MAX checkKent Overstreet1-4/+4
2023-10-22bcachefs: Fix build in userspaceKent Overstreet1-3/+2
2023-10-22bcachefs: Fix an assertionKent Overstreet1-1/+2
2023-10-22bcachefs: Mark superblocks transactionallyKent Overstreet6-47/+211
2023-10-22bcachefs: Kill bch2_invalidate_bucket()Kent Overstreet3-58/+14
2023-10-22bcachefs: Refactor dev usageKent Overstreet9-129/+91
2023-10-22bcachefs: Kill metadata only gcKent Overstreet3-61/+27
2023-10-22bcachefs: Ensure __bch2_trans_commit() always calls bch2_trans_reset()Kent Overstreet1-3/+3
2023-10-22bcachefs: Fix a faulty assertionKent Overstreet1-0/+1
2023-10-22bcachefs: Switch replicas.c allocations to GFP_KERNELKent Overstreet1-9/+9