aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/sunvdc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-09drivers/block: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-09drivers/block: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-2/+1
2025-07-22sunvdc: Balance device refcount in vdc_port_mpgroup_checkMa Ke1-1/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-02-02drivers/block/sunvdc.c: update the correct AIP callStephen Rothwell1-2/+2
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+3
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-3/+3
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-0/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2024-02-19sunvdc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-9/+9
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-03-15block: sunvdc: add check for mdesc_grab() returning NULLLiang He1-0/+2
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/g...Linus 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