index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-23
bcachefs: Use x-macros for data types
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Allow existing stripes to be updated with new data buckets
Kent Overstreet
1
-2
/
+95
2023-10-23
bcachefs: Refactor stripe creation
Kent Overstreet
1
-50
/
+155
2023-10-23
bcachefs: Move stripe creation to workqueue
Kent Overstreet
1
-40
/
+53
2023-10-23
bcachefs: Improve stripe triggers/heap code
Kent Overstreet
1
-44
/
+78
2023-10-23
bcachefs: Use blk_status_to_str()
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Fix reading of alloc info after unclean shutdown
Kent Overstreet
1
-31
/
+16
2023-10-23
bcachefs: Fix ec_stripe_update_ptrs()
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-11
/
+8
2023-10-23
bcachefs: btree_and_journal_iter
Kent Overstreet
1
-30
/
+7
2023-10-23
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-3
/
+0
2023-10-23
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
1
-2
/
+8
2023-10-23
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: kill bch2_extent_has_device()
Kent Overstreet
1
-7
/
+8
2023-10-23
bcachefs: bkey_on_stack
Kent Overstreet
1
-4
/
+8
2023-10-23
bcachefs: Fix ec_stripes_read()
Kent Overstreet
1
-18
/
+14
2023-10-23
bcachefs: Limit pointers to being in only one stripe
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Fix undefined behaviour
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()
Kent Overstreet
1
-6
/
+2
2023-10-23
bcachefs: Add a hint for allocating new stripes
Kent Overstreet
1
-5
/
+15
2023-10-23
bcachefs: Rework calling convention for marking overwrites
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Refactor various code to not be extent specific
Kent Overstreet
1
-22
/
+24
2023-10-23
bcachefs: Fix ec_stripes_read()
Kent Overstreet
1
-11
/
+35
2023-10-23
bcachefs: Fix stripe_idx_to_delete()
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Don't try to delete stripes when RO
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Kill direct access to bi_io_vec
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Improve key marking interface
Kent Overstreet
1
-10
/
+18
2023-10-23
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-7
/
+6
2023-10-23
bcachefs: Delete duplicate code
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: stripe creation fixes
Kent Overstreet
1
-0
/
+26
2023-10-23
bcachefs: Various improvements to bch2_alloc_write()
Kent Overstreet
1
-7
/
+3
2023-10-23
bcachefs: bch2_trans_mark_update()
Kent Overstreet
1
-10
/
+13
2023-10-23
bcachefs: bch2_bkey_ptrs_invalid()
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-10
/
+9
2023-10-23
bcachefs: Deduplicate keys in the journal before replay
Kent Overstreet
1
-11
/
+6
2023-10-23
bcachefs: cmp_int()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Pass flags arg to bch2_alloc_write()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Caller now responsible for calling mark_key for gc
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: trans_for_each_iter()
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-15
/
+24
2023-10-23
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
1
-67
/
+61
2023-10-23
bcachefs: Persist stripe blocks_used
Kent Overstreet
1
-62
/
+117
2023-10-23
bcachefs: New blockcount field for bch_stripe
Kent Overstreet
1
-10
/
+21
2023-10-23
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-35
/
+25
2023-10-23
bcachefs: Stripes now properly subject to gc
Kent Overstreet
1
-35
/
+36
2023-10-23
bcachefs: shim for userspace raid library
Kent Overstreet
1
-54
/
+73
2023-10-23
bcachefs: Erasure coding
Kent Overstreet
1
-0
/
+1265