summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dasd_genhd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-6/+12
|\
| * dasd: use the atomic queue limits APIChristoph Hellwig2024-03-061-1/+12
| * block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
| * s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitionsJan Höppner2024-02-081-5/+0
* | s390: port block device access to fileChristian Brauner2024-02-251-18/+18
|/
* s390/dasd: Convert to bdev_open_by_path()Jan Kara2023-10-281-23/+22
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+2
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* s390/dasd: use blk_mq_alloc_diskChristoph Hellwig2022-09-281-5/+24
* block: simplify disk shutdownChristoph Hellwig2022-06-281-2/+2
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-061-2/+8
|\
| * s390/block/dasd_genhd: add error handling support for add_disk()Luis Chamberlain2021-10-041-2/+8
* | block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
|/
* block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-231-2/+2
* block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-231-2/+2
* block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig2021-08-231-1/+4
* block: pass a gendisk to bdev_disk_changedChristoph Hellwig2021-06-241-2/+2
* block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-4/+4
* dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig2021-04-081-2/+1
* dasd: cleanup dasd_scan_partitionsChristoph Hellwig2020-09-231-11/+4
* dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig2020-04-201-16/+4
* block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig2019-11-141-1/+3
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* s390: Use pr_warn instead of pr_warningJoe Perches2016-03-071-2/+2
* s390/block/dasd: remove obsolete while -EBUSY loopJarod Wilson2015-05-201-9/+3
* block: dasd_genhd: convert to blkdev_reread_partMing Lei2015-05-201-6/+3
* s390/dasd: retry partition detectionStefan Haberland2014-11-281-2/+24
* s390/dasd: fix memory leak caused by dangling references to request_queueStefan Weinhuber2013-12-021-1/+0
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-2/+1
* [S390] dasd: fix race between open and offlineStefan Weinhuber2011-04-201-1/+1
* block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-1/+1
* [S390] dasd: automatic recognition of read-only devicesStefan Weinhuber2010-03-081-1/+2
* [S390] dasd: fix online/offline raceStefan Haberland2010-02-261-0/+1
* [S390] dasd: message cleanupStefan Haberland2009-03-261-3/+4
* [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
* [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-1/+1
* [S390] dasd: add hyper PAV support to DASD device driver, part 1Stefan Weinhuber2008-01-261-40/+36
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-1/+1
* [S390] dasd: fix device shutdown process.Horst Hummel2006-08-301-4/+6
* [S390] Fix sparse warnings.Heiko Carstens2006-07-121-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] s390: dasd partition detectionHorst Hummel2006-03-081-2/+0
* [PATCH] s390: Remove CVS generated informationHeiko Carstens2006-02-011-1/+0
* [PATCH] s390: deadlock in dasd_devmapHorst Hummel2005-09-051-7/+3
* [PATCH] s390: dasd readonly attributeHorst Hummel2005-05-011-3/+7