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
/
ec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
1
-31
/
+29
2023-10-22
bcachefs: Add iter_flags arg to bch2_btree_delete_range()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Kill bch2_ec_mem_alloc()
Kent Overstreet
1
-40
/
+0
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Turn encoded_extent_max into a regular option
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't erasure code cached ptrs
Kent Overstreet
1
-7
/
+14
2023-10-22
bcachefs: Split out struct gc_stripe from struct stripe
Kent Overstreet
1
-117
/
+30
2023-10-22
bcachefs: Erasure coding fixes
Kent Overstreet
1
-7
/
+32
2023-10-22
bcachefs: Push c->mark_lock usage down to where it is needed
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Convert bucket_alloc_ret to negative error codes
Kent Overstreet
1
-5
/
+4
2023-10-22
bcachefs: More enum strings
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: BTREE_TRIGGER_INSERT now only means insert
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
1
-4
/
+10
2023-10-22
bcachefs: Assorted ec fixes
Kent Overstreet
1
-12
/
+11
2023-10-22
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: btree_path
Kent Overstreet
1
-37
/
+39
2023-10-22
bcachefs: Kill BTREE_ITER_SET_POS_AFTER_COMMIT
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Reduce iter->trans usage
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: ensure iter->should_be_locked is set
Dan Robertson
1
-1
/
+2
2023-10-22
bcachefs: Extensive triggers cleanups
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-9
/
+6
2023-10-22
bcachefs: Clean up bch2_btree_and_journal_walk()
Kent Overstreet
1
-9
/
+5
2023-10-22
bcachefs: Fix two btree iterator leaks
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Have fsck check for stripe pointers matching stripe
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Fix unnecessary read amplificaiton when allocating ec stripes
Robbie Litchfield
1
-63
/
+92
2023-10-22
bcachefs: KEY_TYPE_alloc_v2
Kent Overstreet
1
-10
/
+25
2023-10-22
bcachefs: Fix build in userspace
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Don't allocate stripes at POS_MIN
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Rework allocating buckets for stripes
Kent Overstreet
1
-66
/
+76
2023-10-22
bcachefs: Preserve stripe blockcounts on existing stripes
Kent Overstreet
1
-11
/
+48
2023-10-22
bcachefs: Kill stripe->dirty
Kent Overstreet
1
-7
/
+8
2023-10-22
bcachefs: Factor out bch2_ec_stripes_heap_start()
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Erasure coding fixes & refactoring
Kent Overstreet
1
-175
/
+136
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Use separate new stripes for copygc and non-copygc
Kent Overstreet
1
-9
/
+18
2023-10-22
bcachefs: Change allocations for ec stripes to blocking
Kent Overstreet
1
-12
/
+11
2023-10-22
bcachefs: Don't read existing stripes synchronously in write path
Kent Overstreet
1
-67
/
+112
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Add BCH_BKEY_PTRS_MAX
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Only try to get existing stripe once in stripe create path
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: Improve some IO error messages
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Build fixes for 32bit x86
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Account for stripe parity sectors separately
Kent Overstreet
1
-3
/
+28
2023-10-22
bcachefs: Improvements to writing alloc info
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Perf improvements for bch_alloc_read()
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Fix bch2_new_stripes_to_text()
Kent Overstreet
1
-1
/
+1
[next]