aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/sunvdc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+1
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig1-8/+9
2021-11-04block/sunvdc: add error handling support for add_disk()Luis Chamberlain1-3/+11
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+1
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-06-11sunvdc: use blk_mq_alloc_diskChristoph Hellwig1-34/+13
2021-06-09sunvdc: remove unnecessary oom messageZhen Lei1-2/+1
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König1-2/+1
2020-01-03compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann1-0/+1
2019-11-28block: sunvdc: Remove unneeded semicolonzhengbin1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-01-03block: sunvdc: don't run hw queue synchronously from irq contextMing Lei1-1/+1
2018-12-22block: sunvdc: remove redundant codeChengguang Xu1-1/+0
2018-11-28sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao1-0/+5
2018-11-07sunvdc: fix compiler warningJens Axboe1-1/+0
2018-11-07sunvdc: convert to blk-mqJens Axboe1-51/+98
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-10-08sunvdc: Remove VLA usageKees Cook1-4/+10
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-08-09sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley1-0/+61
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-02-23sunvdc: Add support for setting physical sector sizeLiam R. Howlett1-1/+17
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2014-12-11sunvdc: reconnect ldc after vds service domain restartsDwight Engen1-22/+183
2014-12-11vio: create routines for inc,dec vio dring indexesDwight Engen1-3/+3
2014-12-11sunvdc: fix module unload/reloadDwight Engen1-0/+11
2014-10-31sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-09-30vio: fix reuse of vio_dring slotDwight Engen1-16/+23
2014-09-30sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-09-30sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-09-30sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-17/+92
2013-02-14sunvdc: Fix off-by-one in generic_request().David S. Miller1-1/+1
2013-01-03Drivers: block: remove __dev* attributes.Greg Kroah-Hartman1-5/+4
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt1-4/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-28sunvdc: kill vdc_end_request()Tejun Heo1-7/+2
2009-01-06sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg1-4/+4
2008-09-01sparc64: Apply const or __initdata to vio_device_id[]David S. Miller1-2/+2
2008-02-01block/sunvdc.c:print_version() must be __devinitAdrian Bunk1-1/+1
2008-01-28blk_end_request: changing sunvdc (take 4)Kiyoshi Ueda1-7/+4
2007-10-24More SG build fixesDavid Miller1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-0/+1
2007-08-26[SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK.David S. Miller1-1/+1