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
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
/
include
/
linux
/
blkdev.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-12
block: Limit zone array allocation size
Damien Le Moal
1
-0
/
+5
2019-07-12
block: Kill gfp_t argument of blkdev_report_zones()
Damien Le Moal
1
-3
/
+2
2019-07-10
block: Fix potential overflow in blk_report_zones()
Damien Le Moal
1
-2
/
+2
2019-06-20
block: add centralize REQ_OP_XXX to string helper
Chaitanya Kulkarni
1
-0
/
+3
2019-06-20
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
1
-1
/
+0
2019-06-20
block: remove blk_init_request_from_bio
Christoph Hellwig
1
-1
/
+0
2019-06-20
blk-core: Remove blk_end_request*() declarations
Pavel Begunkov
1
-12
/
+0
2019-06-20
block: move tag field position in struct request
Minwoo Im
1
-1
/
+1
2019-05-23
blk-mq: fix hang caused by freeze/unfreeze sequence
Bob Liu
1
-1
/
+6
2019-05-04
blk-mq: always free hctx after request queue is freed
Ming Lei
1
-0
/
+7
2019-05-01
block: remove the unused blk_queue_dma_pad function
Christoph Hellwig
1
-1
/
+0
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
1
-1
/
+0
2019-04-19
block: kill all_q_node in request_queue
Hou Tao
1
-1
/
+0
2019-04-05
block: add dma_map_bvec helper
Christoph Hellwig
1
-0
/
+4
2019-04-05
block: add a rq_dma_dir helper
Christoph Hellwig
1
-0
/
+3
2019-04-05
block: add a rq_integrity_vec helper
Christoph Hellwig
1
-0
/
+16
2019-04-05
block: add a req_bvec helper
Christoph Hellwig
1
-0
/
+11
2019-03-20
block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...
Yufen Yu
1
-0
/
+3
2019-03-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-8
/
+0
2019-02-15
block: kill QUEUE_FLAG_NO_SG_MERGE
Ming Lei
1
-1
/
+0
2019-02-15
block: introduce bio_for_each_bvec() and rq_for_each_bvec()
Ming Lei
1
-0
/
+4
2019-02-10
block: queue flag cleanup
Jens Axboe
1
-31
/
+27
2019-02-10
block: kill QUEUE_FLAG_FLUSH_NQ
Jens Axboe
1
-7
/
+0
2019-02-06
scsi: block: remove bidi support
Christoph Hellwig
1
-6
/
+0
2019-02-06
scsi: block: remove req->special
Christoph Hellwig
1
-2
/
+0
2018-12-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-6
/
+0
2018-12-19
scsi: block: remove the cluster flag
Christoph Hellwig
1
-6
/
+0
2018-12-17
blk-mq-debugfs: support rq_qos
Ming Lei
1
-0
/
+1
2018-12-08
blk-mq: remove QUEUE_FLAG_POLL from default MQ flags
Jens Axboe
1
-2
/
+1
2018-12-04
block: remove ->poll_fn
Christoph Hellwig
1
-2
/
+0
2018-11-29
block: improve logic around when to sort a plug list
Jens Axboe
1
-0
/
+1
2018-11-26
block: sum requests in the plug structure
Jens Axboe
1
-0
/
+1
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
1
-2
/
+2
2018-11-26
blk-mq: when polling for IO, look for any completion
Jens Axboe
1
-1
/
+1
2018-11-21
blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
Ming Lei
1
-1
/
+1
2018-11-19
block: have ->poll_fn() return number of entries polled
Jens Axboe
1
-1
/
+1
2018-11-16
block: remove the rq_alloc_data request_queue field
Christoph Hellwig
1
-1
/
+0
2018-11-16
block: add polled wakeup task helper
Jens Axboe
1
-0
/
+13
2018-11-16
block: add queue_is_mq() helper
Jens Axboe
1
-5
/
+1
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
1
-7
/
+1
2018-11-15
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
1
-2
/
+1
2018-11-15
block: use atomic bitops for ->queue_flags
Christoph Hellwig
1
-1
/
+0
2018-11-15
block: remove deadline __deadline manipulation helpers
Christoph Hellwig
1
-3
/
+1
2018-11-15
block: remove QUEUE_FLAG_BYPASS and ->bypass
Christoph Hellwig
1
-3
/
+0
2018-11-15
block: remove dead queue members
Jens Axboe
1
-3
/
+0
2018-11-10
block: remove the BLKPREP_* values.
Christoph Hellwig
1
-10
/
+0
2018-11-09
block: remove req->timeout_list
Christoph Hellwig
1
-2
/
+0
2018-11-07
blk-mq: cache request hardware queue mapping
Jens Axboe
1
-0
/
+1
2018-11-07
blk-mq: kill q->mq_map
Jens Axboe
1
-2
/
+0
2018-11-07
block: kill request ->cpu member
Jens Axboe
1
-2
/
+0
[next]