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
/
block
/
blk-settings.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-05
block: floor the discard granularity to the physical block size
Christoph Hellwig
1
-0
/
+3
2023-12-29
block: default the discard granularity to sector size
Christoph Hellwig
1
-1
/
+4
2023-12-27
block: rename and document BLK_DEF_MAX_SECTORS
Christoph Hellwig
1
-1
/
+1
2023-12-26
blk-wbt: remove the separate write cache tracking
Christoph Hellwig
1
-2
/
+0
2023-12-20
block: simplify disk_set_zoned
Christoph Hellwig
1
-21
/
+11
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
1
-58
/
+9
2023-12-14
block: Use pr_info() instead of printk(KERN_INFO ...)
Bart Van Assche
1
-8
/
+4
2023-07-17
block: don't allow enabling a cache on devices that don't support it
Christoph Hellwig
1
-2
/
+5
2023-05-29
block: fix revalidate performance regression
Damien Le Moal
1
-1
/
+2
2023-02-03
blk-wbt: move private information from blk-wbt.h to blk-wbt.c
Christoph Hellwig
1
-0
/
+1
2023-01-30
block: save user max_sectors limit
Keith Busch
1
-2
/
+7
2023-01-30
block: make BLK_DEF_MAX_SECTORS unsigned
Keith Busch
1
-1
/
+1
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+3
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
-3
/
+5
2022-10-25
block: Constify most queue limits pointers
Bart Van Assche
1
-3
/
+3
2022-07-06
block: pass a gendisk to blk_queue_clear_zone_settings
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
1
-4
/
+5
2022-04-18
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-1
/
+15
2022-04-18
block: move {bdev,queue_limit}_discard_alignment out of line
Christoph Hellwig
1
-0
/
+35
2022-04-18
block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
Christoph Hellwig
1
-0
/
+23
2022-02-23
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
1
-16
/
+0
2021-10-27
block: Fix partition check for host-aware zoned block devices
Shin'ichiro Kawasaki
1
-1
/
+19
2021-08-23
block: add an explicit ->disk backpointer to the request_queue
Christoph Hellwig
1
-4
/
+4
2021-08-09
block: move the bdi from the request_queue to the gendisk
Christoph Hellwig
1
-5
/
+9
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-3
/
+5
2021-08-02
block: simplify printing the device names disk_stack_limits
Christoph Hellwig
1
-9
/
+3
2021-05-09
Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+0
2021-05-09
Revert "bio: limit bio max size"
Jens Axboe
1
-5
/
+0
2021-05-07
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+5
2021-05-07
include: remove pagemap.h from blkdev.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-05-03
bio: limit bio max size
Changheun Lee
1
-0
/
+5
2021-04-06
block: refactor the bounce buffering code
Christoph Hellwig
1
-34
/
+8
2021-04-06
block: remove BLK_BOUNCE_ISA support
Christoph Hellwig
1
-11
/
+0
2021-02-24
blk-settings: align max_sectors on "logical_block_size" boundary
Mikulas Patocka
1
-0
/
+12
2021-02-10
block: introduce blk_queue_clear_zone_settings()
Damien Le Moal
1
-0
/
+2
2021-02-10
block: introduce zone_write_granularity limit
Damien Le Moal
1
-1
/
+36
2021-01-25
block: use an xarray for disk->part_tbl
Christoph Hellwig
1
-1
/
+1
2020-12-17
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+18
2020-12-08
block: Align max_hw_sectors to logical blocksize
Damien Le Moal
1
-5
/
+18
2020-12-01
block: use gcd() to fix chunk_sectors limit stacking
Mike Snitzer
1
-1
/
+4
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+28
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
1
-2
/
+16
2020-09-23
block: allow 'chunk_sectors' to be non-power-of-2
Mike Snitzer
1
-6
/
+4
2020-09-23
block: use lcm_not_zero() when stacking chunk_sectors
Mike Snitzer
1
-4
/
+8
2020-09-16
scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks
Damien Le Moal
1
-0
/
+46
2020-07-21
block: remove blk_queue_stack_limits
Christoph Hellwig
1
-11
/
+0
2020-07-21
block: remove bdev_stack_limits
Christoph Hellwig
1
-23
/
+2
2020-07-21
block: inherit the zoned characteristics in blk_stack_limits
Christoph Hellwig
1
-0
/
+1
2020-05-13
block: Introduce REQ_OP_ZONE_APPEND
Keith Busch
1
-0
/
+31
[next]