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
/
drivers
/
scsi
/
sd_zbc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-07-05
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
1
-1
/
+1
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
1
-4
/
+1
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
sd: move zone limits setup out of sd_read_block_characteristics
Christoph Hellwig
1
-0
/
+9
2024-06-19
sd: remove sd_is_zoned
Christoph Hellwig
1
-9
/
+4
2024-06-14
sd: convert to the atomic queue limits API
Christoph Hellwig
1
-7
/
+8
2024-06-14
sd: cleanup zoned queue limits initialization
Christoph Hellwig
1
-10
/
+8
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
1
-1
/
+1
2024-04-17
scsi: sd: Use the block layer zone append emulation
Damien Le Moal
1
-325
/
+10
2023-12-20
block: remove support for the host aware zone model
Christoph Hellwig
1
-15
/
+1
2023-07-06
scsi: sd_zbc: Set zone limits before revalidating zones
Damien Le Moal
1
-7
/
+5
2023-06-16
scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFT
Johannes Thumshirn
1
-1
/
+1
2023-03-07
scsi: sd: Fix wrong zone_write_granularity value during revalidate
Shin'ichiro Kawasaki
1
-8
/
+0
2023-01-14
scsi: zbc: Convert to scsi_execute_cmd()
Mike Christie
1
-3
/
+5
2022-12-01
scsi: sd: sd_zbc: Trace zone append emulation
Johannes Thumshirn
1
-0
/
+6
2022-11-26
scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devices
Shin'ichiro Kawasaki
1
-1
/
+2
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
1
-1
/
+1
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
1
-3
/
+3
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
1
-1
/
+1
2022-06-02
scsi: sd_zbc: Prevent zone information memory leak
Damien Le Moal
1
-13
/
+13
2022-04-26
scsi: sd: sd_zbc: Hide gap zones
Damien Le Moal
1
-13
/
+92
2022-04-26
scsi: sd: sd_zbc: Return early in sd_zbc_check_zoned_characteristics()
Damien Le Moal
1
-6
/
+7
2022-04-26
scsi: sd: sd_zbc: Introduce struct zoned_disk_info
Bart Van Assche
1
-26
/
+23
2022-04-26
scsi: sd: sd_zbc: Use logical blocks as unit when querying zones
Damien Le Moal
1
-6
/
+5
2022-04-26
scsi: sd: sd_zbc: Verify that the zone size is a power of two
Bart Van Assche
1
-0
/
+7
2022-04-26
scsi: sd: sd_zbc: Improve source code documentation
Bart Van Assche
1
-3
/
+52
2022-02-23
scsi: sd: Remove WRITE_SAME support
Christoph Hellwig
1
-2
/
+0
2022-01-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+3
2021-12-03
scsi: sd_zbc: Clean up sd_zbc_parse_report() setting of wp
Niklas Cassel
1
-1
/
+2
2021-12-03
scsi: sd_zbc: Simplify zone full condition check
Niklas Cassel
1
-2
/
+1
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-4
/
+4
2021-09-22
scsi: sd_zbc: Support disks with more than 2**32 logical blocks
Bart Van Assche
1
-1
/
+1
2021-09-14
scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZE
Naohiro Aota
1
-3
/
+3
2021-08-12
scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-5
/
+5
2021-06-01
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-2
/
+1
2021-06-01
scsi: core: Stop using DRIVER_ERROR
Hannes Reinecke
1
-1
/
+1
2021-04-06
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
1
-8
/
+11
2021-03-19
scsi: sd_zbc: Place function name into header
Lee Jones
1
-1
/
+1
2021-03-17
scsi: sd_zbc: Update write pointer offset cache
Johannes Thumshirn
1
-8
/
+11
2021-02-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+5
2021-02-23
scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcalloc
Johannes Thumshirn
1
-1
/
+5
2021-02-10
sd_zbc: clear zone resources for non-zoned case
Damien Le Moal
1
-5
/
+32
2021-02-10
block: introduce zone_write_granularity limit
Damien Le Moal
1
-0
/
+8
2020-09-16
scsi: sd: sd_zbc: Fix ZBC disk initialization
Damien Le Moal
1
-25
/
+35
2020-09-16
scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks
Damien Le Moal
1
-1
/
+5
2020-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-49
/
+44
2020-08-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+1
2020-08-05
scsi: sd_zbc: Improve zone revalidation
Damien Le Moal
1
-49
/
+44
[next]