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
2023-06-10
filemap: add a kiocb_write_and_wait helper
Christoph Hellwig
1
-15
/
+3
2023-06-09
block: fix rootwait= again
Christoph Hellwig
1
-1
/
+1
2023-06-07
block: fix rootwait=
Christoph Hellwig
1
-2
/
+2
2023-06-07
blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()
Waiman Long
1
-0
/
+5
2023-06-07
blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
Yu Kuai
1
-2
/
+2
2023-06-07
blk-ioprio: Introduce promote-to-rt policy
Hou Tao
1
-3
/
+20
2023-06-05
blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost
Li Nan
1
-3
/
+4
2023-06-05
block: mark early_lookup_bdev as __init
Christoph Hellwig
1
-10
/
+9
2023-06-05
block: move more code to early-lookup.c
Christoph Hellwig
2
-92
/
+92
2023-06-05
block: move the code to do early boot lookup of block devices to block/
Christoph Hellwig
2
-1
/
+225
2023-06-05
block: add a mark_dead holder operation
Christoph Hellwig
1
-0
/
+24
2023-06-05
block: introduce holder ops
Christoph Hellwig
4
-16
/
+36
2023-06-05
block: remove blk_drop_partitions
Christoph Hellwig
1
-12
/
+4
2023-06-05
block: delete partitions later in del_gendisk
Christoph Hellwig
3
-13
/
+32
2023-06-05
block: unhash the inode earlier in delete_partition
Christoph Hellwig
1
-6
/
+6
2023-06-05
block: avoid repeated work in blk_mark_disk_dead
Christoph Hellwig
1
-1
/
+3
2023-06-05
block: consolidate the shutdown logic in blk_mark_disk_dead and del_gendisk
Christoph Hellwig
1
-14
/
+12
2023-06-05
block: turn bdev_lock into a mutex
Christoph Hellwig
1
-14
/
+13
2023-06-05
block: refactor bd_may_claim
Christoph Hellwig
1
-18
/
+22
2023-06-05
block: factor out a bd_end_claim helper from blkdev_put
Christoph Hellwig
1
-30
/
+33
2023-06-04
blk-mq: fix blk_mq_hw_ctx active request accounting
Tian Lan
1
-4
/
+4
2023-06-01
block: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
3
-3
/
+3
2023-06-01
blk-ioc: protect ioc_destroy_icq() by 'queue_lock'
Yu Kuai
1
-17
/
+13
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
1
-0
/
+8
2023-05-30
block: constify the whole_disk device_attribute
Thomas Weißschuh
1
-1
/
+1
2023-05-30
block: constify struct part_attr_group
Thomas Weißschuh
1
-1
/
+1
2023-05-30
block: constify struct part_type part_type
Thomas Weißschuh
1
-1
/
+1
2023-05-30
block: constify partition prober array
Thomas Weißschuh
1
-1
/
+1
2023-05-29
block: fix revalidate performance regression
Damien Le Moal
1
-1
/
+2
2023-05-24
block: convert bio_map_user_iov to use iov_iter_extract_pages
David Howells
1
-12
/
+11
2023-05-24
block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
David Howells
1
-11
/
+12
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2
-3
/
+15
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2
-1
/
+2
2023-05-24
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
1
-1
/
+1
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-05-24
block: introduce block_io_start/block_io_done tracepoints
Hengqi Chen
1
-0
/
+4
2023-05-24
block: make bio_check_eod work for zero sized devices
Christoph Hellwig
1
-1
/
+1
2023-05-23
block/rq_qos: protect rq_qos apis with a new lock
Yu Kuai
4
-14
/
+18
2023-05-23
block: fix bio-cache for passthru IO
Anuj Gupta
1
-1
/
+1
2023-05-23
blk-mq: fix race condition in active queue accounting
Tian Lan
1
-4
/
+8
2023-05-23
blk-wbt: fix that wbt can't be disabled by default
Yu Kuai
1
-5
/
+7
2023-05-23
Merge patch series "Add Command Duration Limits support"
Martin K. Petersen
3
-7
/
+10
2023-05-23
scsi: block: Introduce BLK_STS_DURATION_LIMIT
Damien Le Moal
1
-0
/
+3
2023-05-23
scsi: block: ioprio: Clean up interface definition
Damien Le Moal
2
-7
/
+7
2023-05-22
Merge patch series "Use block pr_ops in LIO"
Martin K. Petersen
1
-1
/
+1
2023-05-20
block: don't plug in blkdev_write_iter
Christoph Hellwig
1
-3
/
+0
2023-05-20
block: Deny writable memory mapping if block is read-only
Loic Poulain
1
-1
/
+11
2023-05-20
block: BFQ: Move an invariant check
Bart Van Assche
1
-1
/
+1
2023-05-20
blk-mq: don't use the requeue list to queue flush commands
Christoph Hellwig
4
-33
/
+20
2023-05-20
blk-mq: do not do head insertions post-pre-flush commands
Christoph Hellwig
1
-1
/
+1
[prev]
[next]