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
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-23
dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter
Matthias Kaehlcke
1
-0
/
+3
2023-07-23
dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
Peter Korsgaard
1
-1
/
+21
2023-07-23
md/raid0: add discard support for the 'original' layout
Jason Baron
2
-8
/
+55
2023-07-23
dm integrity: reduce vmalloc space footprint on 32-bit architectures
Mikulas Patocka
1
-2
/
+2
2023-07-19
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
Zheng Wang
1
-1
/
+3
2023-07-19
bcache: Remove unnecessary NULL point check in node allocations
Zheng Wang
2
-7
/
+7
2023-07-19
bcache: fixup btree_cache_wait list damage
Mingzhe Zou
3
-1
/
+21
2023-07-19
dm ioctl: Avoid double-fetch of version
Demi Marie Obenour
1
-12
/
+21
2023-07-19
dm ioctl: have constant on the right side of the test
Heinz Mauelshagen
1
-2
/
+2
2023-07-19
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
12
-67
/
+37
2023-07-19
dm: fix undue/missing spaces
Heinz Mauelshagen
8
-13
/
+12
2023-07-19
md/raid10: fix the condition to call bio_end_io_acct()
Li Nan
1
-1
/
+1
2023-07-19
md/raid1-10: fix casting from randomized structure in raid1_submit_write()
Yu Kuai
1
-1
/
+1
2023-07-19
md/raid1-10: submit write io directly if bitmap is not enabled
Yu Kuai
3
-5
/
+19
2023-07-19
md/raid1-10: factor out a helper to submit normal write
Yu Kuai
3
-33
/
+23
2023-07-19
md/raid1-10: factor out a helper to add bio to plug
Yu Kuai
3
-21
/
+18
2023-07-19
md/raid10: fix io loss while replacement replace rdev
Li Nan
1
-4
/
+18
2023-07-19
md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
Li Nan
1
-9
/
+5
2023-07-19
md/raid10: fix wrong setting of max_corr_read_errors
Li Nan
1
-0
/
+2
2023-07-19
md/raid10: fix overflow of md/safe_mode_delay
Li Nan
1
-3
/
+4
2023-07-19
md/raid10: check slab-out-of-bounds in md_bitmap_get_counter
Li Nan
1
-8
/
+9
2023-06-21
dm: don't lock fs when the map is NULL during suspend or resume
Li Lingfeng
2
-4
/
+5
2023-06-21
dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discard
Mike Snitzer
1
-2
/
+1
2023-06-21
dm thin metadata: check fail_io before using data_sm
Li Lingfeng
1
-8
/
+12
2023-06-09
md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()
Yu Kuai
1
-1
/
+1
2023-05-24
md: fix soft lockup in status_resync
Yu Kuai
1
-9
/
+9
2023-05-11
dm: don't lock fs when the map is NULL in process of resume
Li Lingfeng
1
-1
/
+4
2023-05-11
dm ioctl: fix nested locking in table_clear() to remove deadlock concern
Mike Snitzer
1
-3
/
+4
2023-05-11
dm flakey: fix a crash with invalid table line
Mikulas Patocka
1
-2
/
+2
2023-05-11
dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path
Mike Snitzer
1
-3
/
+5
2023-05-11
dm clone: call kmem_cache_destroy() in dm_clone_init() error path
Mike Snitzer
1
-0
/
+1
2023-05-11
dm verity: fix error handling for check_at_most_once on FEC
Yeongjin Gil
1
-1
/
+1
2023-05-11
md/raid5: Improve performance for sequential IO
Jan Kara
1
-1
/
+44
2023-05-11
md/raid10: fix null-ptr-deref in raid10_sync_request
Li Nan
1
-4
/
+4
2023-05-11
md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...
Yu Kuai
1
-1
/
+3
2023-05-11
md/raid10: fix memleak of md thread
Yu Kuai
1
-3
/
+3
2023-05-11
md/raid10: fix memleak for 'conf->bio_split'
Yu Kuai
1
-20
/
+17
2023-05-11
md/raid10: fix leak of 'r10bio->remaining' for recovery
Yu Kuai
1
-10
/
+13
2023-05-11
md/raid10: fix task hung in raid10d
Li Nan
1
-5
/
+13
2023-05-11
blk-crypto: make blk_crypto_evict_key() return void
Eric Biggers
1
-14
/
+5
2023-05-11
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
1
-1
/
+1
2023-04-13
dm: fix improper splitting for abnormal bios
Mike Snitzer
1
-3
/
+4
2023-04-13
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
76
-972
/
+972
2023-04-13
dm integrity: Remove bi_sector that's only used by commented debug code
Jiapeng Chong
1
-7
/
+0
2023-04-13
dm cache: Add some documentation to dm-cache-background-tracker.h
Joe Thornber
1
-3
/
+37
2023-04-06
dm: fix __send_duplicate_bios() to always allow for splitting IO
Mike Snitzer
1
-0
/
+2
2023-04-06
md: avoid signed overflow in slot_store()
NeilBrown
1
-0
/
+3
2023-03-30
dm crypt: avoid accessing uninitialized tasklet
Mike Snitzer
1
-6
/
+9
2023-03-30
dm crypt: add cond_resched() to dmcrypt_write()
Mikulas Patocka
1
-0
/
+1
2023-03-30
dm stats: check for and propagate alloc_percpu failure
Jiasheng Jiang
3
-3
/
+10
[next]