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
/
block
/
sunvdc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-2
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
1
-1
/
+1
2021-11-29
block: remove GENHD_FL_CD
Christoph Hellwig
1
-8
/
+9
2021-11-04
block/sunvdc: add error handling support for add_disk()
Luis Chamberlain
1
-3
/
+11
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2021-06-11
sunvdc: use blk_mq_alloc_disk
Christoph Hellwig
1
-34
/
+13
2021-06-09
sunvdc: remove unnecessary oom message
Zhen Lei
1
-2
/
+1
2021-05-14
sparc/vio: make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2020-01-03
compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
Arnd Bergmann
1
-0
/
+1
2019-11-28
block: sunvdc: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-01-03
block: sunvdc: don't run hw queue synchronously from irq context
Ming Lei
1
-1
/
+1
2018-12-23
block: sunvdc: remove redundant code
Chengguang Xu
1
-1
/
+0
2018-11-28
sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
Young Xiao
1
-0
/
+5
2018-11-08
sunvdc: fix compiler warning
Jens Axboe
1
-1
/
+0
2018-11-07
sunvdc: convert to blk-mq
Jens Axboe
1
-51
/
+98
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-10-08
sunvdc: Remove VLA usage
Kees Cook
1
-4
/
+10
2018-09-28
block: genhd: add 'groups' argument to device_add_disk
Hannes Reinecke
1
-1
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-5
/
+4
2017-08-10
sunvdc: prevent sunvdc panic when mpgroup disk added to guest domain
Jim Quigley
1
-0
/
+61
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-2
/
+2
2017-02-23
sunvdc: Add support for setting physical sector size
Liam R. Howlett
1
-1
/
+17
2016-06-27
block: convert to device_add_disk()
Dan Williams
1
-2
/
+1
2014-12-12
sunvdc: reconnect ldc after vds service domain restarts
Dwight Engen
1
-22
/
+183
2014-12-12
vio: create routines for inc,dec vio dring indexes
Dwight Engen
1
-3
/
+3
2014-12-12
sunvdc: fix module unload/reload
Dwight Engen
1
-0
/
+11
2014-10-31
sunvdc: don't call VD_OP_GET_VTOC
Dwight Engen
1
-9
/
+0
2014-10-01
vio: fix reuse of vio_dring slot
Dwight Engen
1
-16
/
+23
2014-10-01
sunvdc: limit each sg segment to a page
Dwight Engen
1
-0
/
+4
2014-10-01
sunvdc: compute vdisk geometry from capacity
Allen Pais
1
-9
/
+14
2014-10-01
sunvdc: add cdrom and v1.1 protocol support
Allen Pais
1
-17
/
+92
2013-02-14
sunvdc: Fix off-by-one in generic_request().
David S. Miller
1
-1
/
+1
2013-01-04
Drivers: block: remove __dev* attributes.
Greg Kroah-Hartman
1
-5
/
+4
2012-03-28
powerpc+sparc/vio: Modernize driver registration
Benjamin Herrenschmidt
1
-4
/
+1
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-2
/
+1
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-1
/
+1
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-2
/
+1
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-1
/
+1
2009-04-28
sunvdc: kill vdc_end_request()
Tejun Heo
1
-7
/
+2
2009-01-07
sparc64: Fix unsigned long long warnings in drivers.
Sam Ravnborg
1
-4
/
+4
2008-09-01
sparc64: Apply const or __initdata to vio_device_id[]
David S. Miller
1
-2
/
+2
2008-02-01
block/sunvdc.c:print_version() must be __devinit
Adrian Bunk
1
-1
/
+1
2008-01-28
blk_end_request: changing sunvdc (take 4)
Kiyoshi Ueda
1
-7
/
+4
2007-10-24
More SG build fixes
David Miller
1
-0
/
+1
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-0
/
+1
2007-08-27
[SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK.
David S. Miller
1
-1
/
+1
[next]