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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
block: Fix WARNING in _copy_from_iter
Christian A. Ehrhardt
1
-3
/
+10
2024-02-23
block: fix partial zone append completion handling in req_bio_endio()
Damien Le Moal
1
-2
/
+7
2024-02-23
blk-wbt: Fix detection of dirty-throttled tasks
Jan Kara
1
-2
/
+2
2024-02-16
blk-iocost: Fix an UBSAN shift-out-of-bounds warning
Tejun Heo
1
-0
/
+7
2024-02-05
blk-mq: fix IO hang from sbitmap wakeup race
Ming Lei
1
-0
/
+16
2024-02-05
block: prevent an integer overflow in bvec_try_merge_hw_page
Christoph Hellwig
1
-1
/
+1
2024-02-01
block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
Li Lingfeng
2
-2
/
+5
2024-01-26
block: ensure we hold a queue reference when using queue limits
Jens Axboe
1
-6
/
+10
2024-01-26
block: Remove special-casing of compound pages
Matthew Wilcox (Oracle)
1
-22
/
+24
2024-01-26
block: add check that partition length needs to be aligned with block size
Min Li
1
-4
/
+7
2024-01-26
blk-cgroup: fix rcu lockdep warning in blkg_lookup()
Ming Lei
1
-1
/
+2
2024-01-26
block: add check of 'minors' and 'first_minor' in device_add_disk()
Li Nan
1
-1
/
+3
2024-01-26
block: Set memalloc_noio to false on device_add_disk() error path
Li Nan
1
-0
/
+1
2024-01-20
blk-mq: don't count completed flush data request as inflight in case of quiesce
Ming Lei
1
-1
/
+13
2024-01-20
block: warn once for each partition in bio_check_ro()
Yu Kuai
1
-3
/
+11
2023-12-20
blk-cgroup: bypass blkcg_deactivate_policy after destroying
Ming Lei
1
-0
/
+13
2023-12-20
blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"
Ming Lei
1
-0
/
+2
2023-12-03
block: update the stable_writes flag in bdev_add
Christoph Hellwig
1
-0
/
+2
2023-12-03
blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()
Ming Lei
1
-2
/
+0
2023-11-28
blk-mq: make sure active queue usage is held for bio_integrity_prep()
Christoph Hellwig
1
-37
/
+38
2023-11-20
blk-core: use pr_warn_ratelimited() in bio_check_ro()
Yu Kuai
1
-2
/
+2
2023-10-21
blk-throttle: check for overflow in calculate_bytes_allowed
Khazhismel Kumykov
1
-0
/
+6
2023-10-13
block: Fix regression in sed-opal for a saved key.
Milan Broz
1
-4
/
+3
2023-10-12
block: Don't invalidate pagecache for invalid falloc modes
Sarthak Kukreti
1
-5
/
+16
2023-09-26
block: fix kernel-doc for disk_force_media_change()
Randy Dunlap
1
-1
/
+0
2023-09-18
block: correct stale comment in rq_qos_wait
Kemeng Shi
1
-1
/
+1
2023-09-12
blk-mq: fix tags UAF when shrinking q->nr_hw_queues
Chengming Zhou
1
-6
/
+7
2023-09-06
block: fix pin count management when merging same-page segments
Christoph Hellwig
1
-4
/
+3
2023-08-31
block: don't add or resize partition on the disk with GENHD_FL_NO_PART
Li Lingfeng
1
-0
/
+2
2023-08-31
block: remove the call to file_remove_privs in blkdev_write_iter
Christoph Hellwig
1
-4
/
+0
2023-08-30
blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()
Yu Kuai
1
-8
/
+13
2023-08-30
blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()
Yu Kuai
1
-45
/
+41
2023-08-30
blk-throttle: fix wrong comparation while 'carryover_ios/bytes' is negative
Yu Kuai
1
-6
/
+5
2023-08-30
blk-throttle: print signed value 'carryover_bytes/ios' for user
Yu Kuai
2
-3
/
+3
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
16
-216
/
+579
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
5
-80
/
+71
2023-08-23
Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...
Christian Brauner
7
-62
/
+97
2023-08-23
block: use strscpy() to instead of strncpy()
Xu Panda
1
-8
/
+4
2023-08-22
block: sed-opal: keyring support for SED keys
Greg Joyce
2
-2
/
+174
2023-08-22
block: sed-opal: Implement IOC_OPAL_REVERT_LSP
Greg Joyce
2
-0
/
+44
2023-08-22
block: sed-opal: Implement IOC_OPAL_DISCOVERY
Greg Joyce
1
-3
/
+35
2023-08-22
blk-mq: prealloc tags when increase tagset nr_hw_queues
Chengming Zhou
1
-0
/
+10
2023-08-22
blk-mq: delete redundant tagset map update when fallback
Chengming Zhou
1
-1
/
+0
2023-08-22
blk-mq: fix tags leak when shrink nr_hw_queues
Chengming Zhou
1
-1
/
+5
2023-08-21
block: call into the file system for ioctl BLKFLSBUF
Christoph Hellwig
2
-17
/
+8
2023-08-21
block: call into the file system for bdev_mark_dead
Christoph Hellwig
2
-41
/
+33
2023-08-21
block: consolidate __invalidate_device and fsync_bdev
Christoph Hellwig
4
-13
/
+32
2023-08-21
block: drop the "busy inodes on changed media" log message
Christoph Hellwig
1
-6
/
+2
2023-08-21
block: simplify the disk_force_media_change interface
Christoph Hellwig
1
-11
/
+4
2023-08-19
Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linux
Linus Torvalds
4
-16
/
+48
[next]