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
/
include
/
linux
/
blkdev.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-26
/
+6
2022-12-03
block: remove devnode callback from struct block_device_operations
Greg Kroah-Hartman
1
-1
/
+0
2022-11-30
block: untangle request_queue refcounting from sysfs
Christoph Hellwig
1
-4
/
+2
2022-11-17
block: make blk_set_default_limits() private
Keith Busch
1
-1
/
+0
2022-11-17
block: make dma_alignment a stacking queue_limit
Keith Busch
1
-7
/
+8
2022-11-17
block: remove delayed holder registration
Christoph Hellwig
1
-5
/
+0
2022-11-02
blk-mq: add tagset quiesce interface
Chao Leng
1
-0
/
+3
2022-11-02
blk-mq: move the srcu_struct used for quiescing to the tagset
Christoph Hellwig
1
-9
/
+0
2022-10-31
block: simplify blksize_bits() implementation
Dawei Li
1
-6
/
+1
2022-10-25
block: remove bio_start_io_acct_time
Christoph Hellwig
1
-1
/
+0
2022-10-10
Merge branch 'for-6.1/block' into block-6.1
Jens Axboe
1
-3
/
+3
2022-10-10
block: avoid sign extend problem with default queue flags mask
Brian Foster
1
-3
/
+3
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+14
2022-09-29
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
1
-0
/
+9
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
1
-1
/
+5
2022-09-12
vfs: support STATX_DIOALIGN on block devices
Eric Biggers
1
-0
/
+4
2022-08-05
Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+3
2022-08-04
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-0
/
+5
2022-08-03
block: move ->bio_split to the gendisk
Christoph Hellwig
1
-1
/
+2
2022-08-03
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-1
/
+1
2022-07-25
block: add bdev_max_segments() helper
Naohiro Aota
1
-0
/
+5
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
1
-1
/
+1
2022-07-14
block: Change the type of the last .rw_page() argument
Bart Van Assche
1
-1
/
+1
2022-07-14
block: Use enum req_op where appropriate
Bart Van Assche
1
-3
/
+3
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
1
-1
/
+1
2022-07-14
block: remove bdevname
Christoph Hellwig
1
-1
/
+0
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
1
-49
/
+42
2022-07-06
block: remove blk_queue_zone_sectors
Christoph Hellwig
1
-8
/
+3
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
1
-2
/
+2
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
1
-4
/
+4
2022-07-06
block: remove queue_max_open_zones and queue_max_active_zones
Christoph Hellwig
1
-27
/
+10
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: remove a superflous ifdef in blkdev.h
Christoph Hellwig
1
-3
/
+0
2022-06-29
block: move ->ia_ranges from the request_queue to the gendisk
Christoph Hellwig
1
-6
/
+6
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+0
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-3
/
+1
2022-06-28
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
1
-2
/
+0
2022-06-27
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
1
-13
/
+0
2022-06-27
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
1
-19
/
+0
2022-06-27
block: factor out a chunk_size_left helper
Christoph Hellwig
1
-6
/
+13
2022-06-27
block: relax direct io memory alignment
Keith Busch
1
-0
/
+5
2022-06-27
block: introduce bdev_iter_is_aligned helper
Keith Busch
1
-0
/
+7
2022-06-27
block: introduce bdev_dma_alignment helper
Keith Busch
1
-0
/
+5
2022-06-20
block: remove queue from struct blk_independent_access_range
Damien Le Moal
1
-1
/
+0
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
1
-4
/
+4
2022-06-16
blk-mq: avoid to touch q->elevator without any protection
Ming Lei
1
-2
/
+2
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2022-05-27
block, loop: support partitions without scanning
Christoph Hellwig
1
-0
/
+1
2022-05-25
Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2022-05-24
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+15
[next]