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
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
1
-3
/
+3
2024-03-14
bcachefs: kill kvpmalloc()
Kent Overstreet
1
-2
/
+2
2024-01-21
bcachefs: helpers for printing data types
Kent Overstreet
1
-2
/
+2
2024-01-21
bcachefs: BTREE_TRIGGER_ATOMIC
Kent Overstreet
1
-1
/
+1
2024-01-06
bcachefs: unify stripe trigger
Kent Overstreet
1
-92
/
+72
2024-01-06
bcachefs: move stripe triggers to ec.c
Kent Overstreet
1
-0
/
+321
2024-01-01
bcachefs: bkey_for_each_ptr() now declares loop iter
Kent Overstreet
1
-1
/
+0
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
1
-9
/
+6
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
1
-11
/
+4
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
1
-16
/
+8
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: Kill for_each_btree_key()
Kent Overstreet
1
-25
/
+21
2024-01-01
bcachefs: Clean up btree write buffer write ref handling
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: convert bch_fs_flags to x-macro
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
1
-5
/
+5
2023-11-14
bcachefs: Guard against insufficient devices to create stripes
Kent Overstreet
1
-2
/
+14
2023-11-05
bcachefs: Improve stripe checksum error message
Kent Overstreet
1
-8
/
+13
2023-11-05
bcachefs: bch2_ec_read_extent() now takes btree_trans
Kent Overstreet
1
-7
/
+3
2023-11-05
bcachefs: bch2_stripe_to_text() now prints ptr gens
Kent Overstreet
1
-0
/
+1
2023-11-02
bcachefs: Enumerate fsck errors
Kent Overstreet
1
-16
/
+13
2023-11-02
bcachefs: Add IO error counts to bch_member
Kent Overstreet
1
-1
/
+5
2023-10-23
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-20
/
+14
2023-10-23
bcachefs: Break up io.c
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Assorted fixes for clang
Kent Overstreet
1
-48
/
+60
2023-10-23
bcachefs: Convert more -EROFS to private error codes
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Change check for invalid key types
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-8
/
+10
2023-10-23
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
1
-17
/
+17
2023-10-23
bcachefs: New error message helpers
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: ec: Fix a lost wakeup
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: allocate_dropping_locks()
Kent Overstreet
1
-9
/
+2
2023-10-23
bcachefs: GFP_NOIO -> GFP_NOFS
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
1
-9
/
+6
2023-10-23
bcachefs: bkey_ops.min_val_size
Kent Overstreet
1
-6
/
+0
2023-10-23
bcachefs: Rip out code for storing backpointers in alloc keys
Kent Overstreet
1
-10
/
+9
2023-10-23
bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: use dedicated workqueue for tasks holding write refs
Brian Foster
1
-1
/
+1
2023-10-23
bcachefs: New erasure coding shutdown path
Kent Overstreet
1
-5
/
+49
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-7
/
+7
2023-10-23
bcachefs: Fix stripe create error path
Kent Overstreet
1
-6
/
+8
2023-10-23
bcachefs: Improve bch2_new_stripes_to_text()
Kent Overstreet
1
-5
/
+9
2023-10-23
bcachefs: Simplify stripe_idx_to_delete
Kent Overstreet
1
-5
/
+4
2023-10-23
bcachefs: Second layer of refcounting for new stripes
Kent Overstreet
1
-11
/
+21
2023-10-23
bcachefs: ec: fall back to creating new stripes for copygc
Kent Overstreet
1
-0
/
+8
2023-10-23
bcachefs: Extent helper improvements
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Rework open bucket partial list allocation
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Fix "btree node in stripe" error
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Kill bch2_ec_bucket_written()
Kent Overstreet
1
-17
/
+0
[next]