summaryrefslogtreecommitdiffstats
path: root/drivers/block/sunvdc.c
Commit message (Expand)AuthorAgeFilesLines
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* block: sunvdc: add check for mdesc_grab() returning NULLLiang He2023-03-151-0/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
* block: remove GENHD_FL_CDChristoph Hellwig2021-11-291-8/+9
* block/sunvdc: add error handling support for add_disk()Luis Chamberlain2021-11-041-3/+11
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-2/+1
|\
| * sparc/vio: make remove callback return voidUwe Kleine-König2021-05-141-2/+1
* | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-2/+1
|\ \
| * | sunvdc: remove unnecessary oom messageZhen Lei2021-06-091-2/+1
| |/
* / sunvdc: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-34/+13
|/
* compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2020-01-031-0/+1
* block: sunvdc: Remove unneeded semicolonzhengbin2019-11-281-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* block: sunvdc: don't run hw queue synchronously from irq contextMing Lei2019-01-031-1/+1
* block: sunvdc: remove redundant codeChengguang Xu2018-12-221-1/+0
* sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao2018-11-281-0/+5
* sunvdc: fix compiler warningJens Axboe2018-11-071-1/+0
* sunvdc: convert to blk-mqJens Axboe2018-11-071-51/+98
* Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-1/+1
|\
| * block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* | sunvdc: Remove VLA usageKees Cook2018-10-081-4/+10
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley2017-08-091-0/+61
* block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+2
* sunvdc: Add support for setting physical sector sizeLiam R. Howlett2017-02-231-1/+17
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* sunvdc: reconnect ldc after vds service domain restartsDwight Engen2014-12-111-22/+183
* vio: create routines for inc,dec vio dring indexesDwight Engen2014-12-111-3/+3
* sunvdc: fix module unload/reloadDwight Engen2014-12-111-0/+11
* sunvdc: don't call VD_OP_GET_VTOCDwight Engen2014-10-311-9/+0
* vio: fix reuse of vio_dring slotDwight Engen2014-09-301-16/+23
* sunvdc: limit each sg segment to a pageDwight Engen2014-09-301-0/+4
* sunvdc: compute vdisk geometry from capacityAllen Pais2014-09-301-9/+14
* sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-09-301-17/+92
* sunvdc: Fix off-by-one in generic_request().David S. Miller2013-02-141-1/+1
* Drivers: block: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+4
* powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-281-4/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
* sunvdc: kill vdc_end_request()Tejun Heo2009-04-281-7/+2
* sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg2009-01-061-4/+4
* sparc64: Apply const or __initdata to vio_device_id[]David S. Miller2008-09-011-2/+2
* block/sunvdc.c:print_version() must be __devinitAdrian Bunk2008-02-011-1/+1
* blk_end_request: changing sunvdc (take 4)Kiyoshi Ueda2008-01-281-7/+4
* More SG build fixesDavid Miller2007-10-241-0/+1