summaryrefslogtreecommitdiffstats
path: root/drivers/block/sunvdc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-0/+1
* [SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK.David S. Miller2007-08-261-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* [SPARC64]: Fix handling of multiple vdc-port nodes.David S. Miller2007-07-191-16/+8
* [SPARC64]: Fix MODULE_DEVICE_TABLE() specification in VDC and VNET.Fabio Massimo Di Nitto2007-07-191-1/+1
* [SPARC64]: Simplify VDC device probing.David S. Miller2007-07-181-87/+10
* [SPARC64]: Abstract out mdesc accesses for better MD update handling.David S. Miller2007-07-161-11/+13
* [SPARC64]: Add Sun LDOM virtual disk driver.David S. Miller2007-07-161-0/+970
OpenPOWER on IntegriCloud