index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Don't drop ptrs to btree nodes
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Include device in btree IO error messages
Kent Overstreet
1
-35
/
+41
2023-10-22
bcachefs: Add BTREE_PTR_RANGE_UPDATED
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix an assertion pop
Kent Overstreet
1
-17
/
+0
2023-10-22
bcachefs: Run jset_validate in write path as well
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-9
/
+14
2023-10-22
bcachefs: Try to print full btree error message
Kent Overstreet
1
-4
/
+11
2023-10-22
bcachefs: Don't issue btree writes that weren't journalled
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
1
-10
/
+21
2023-10-22
bcachefs: Add more debug checks
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Hack around bch2_varint_decode invalid reads
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve some error messages
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Fix a bug with the journal_seq_blacklist mechanism
Kent Overstreet
1
-28
/
+0
2023-10-22
bcachefs: Convert various code to printbuf
Kent Overstreet
1
-5
/
+2
2023-10-22
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
1
-31
/
+28
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Mark btree nodes as needing rewrite when not all replicas are RW
Kent Overstreet
1
-1
/
+11
2023-10-22
bcachefs: Use blk_status_to_str()
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve assorted error messages
Kent Overstreet
1
-7
/
+8
2023-10-22
bcachefs: Validate that we read the correct btree node
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: Fix two more deadlocks
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
1
-51
/
+78
2023-10-22
bcachefs: Use memalloc_nofs_save()
Kent Overstreet
1
-5
/
+9
2023-10-22
bcachefs: Journal updates to interior nodes
Kent Overstreet
1
-9
/
+2
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
1
-11
/
+6
2023-10-22
bcachefs: Improve an error message
Kent Overstreet
1
-12
/
+15
2023-10-22
bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookup
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: btree_ptr_v2
Kent Overstreet
1
-3
/
+27
2023-10-22
bcachefs: introduce b->hash_val
Kent Overstreet
1
-7
/
+2
2023-10-22
bcachefs: Fix bch2_ptr_swab for indirect extents
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Use KEY_TYPE_deleted whitouts for extents
Kent Overstreet
1
-12
/
+24
2023-10-22
bcachefs: Kill btree_node_iter_large
Kent Overstreet
1
-11
/
+11
2023-10-22
bcachefs: Use one buffer for sorting whiteouts
Kent Overstreet
1
-11
/
+12
2023-10-22
bcachefs: Refactor whiteouts compaction
Kent Overstreet
1
-44
/
+68
2023-10-22
bcachefs: Whiteout changes
Kent Overstreet
1
-17
/
+82
2023-10-22
bcachefs: bkey noops
Kent Overstreet
1
-31
/
+22
2023-10-22
bcachefs: Don't use FUA unnecessarily
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Kill direct access to bi_io_vec
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: btree_bkey_cached_common
Kent Overstreet
1
-18
/
+18
2023-10-22
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
1
-15
/
+9
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-8
/
+10
2023-10-22
bcachefs: Add time stats for btree updates
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: More allocator startup improvements
Kent Overstreet
1
-8
/
+4
[next]