aboutsummaryrefslogtreecommitdiff
path: root/block/partitions/ibm.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04partitions/ibm: Introduce defines for magic string length valuesGravatar Jan Höppner 1-9/+13
2023-10-04partitions/ibm: Replace strncpy() and improve readabilityGravatar Jan Höppner 1-25/+61
2023-10-04partitions/ibm: Remove unnecessary memsetGravatar Jan Höppner 1-2/+0
2021-10-19partitions/ibm: use bdev_nr_sectors instead of open coding itGravatar Christoph Hellwig 1-9/+10
2021-08-12block: store a gendisk in struct parsed_partitionsGravatar Christoph Hellwig 1-2/+2
2020-10-07partitions/ibm: fix non-DASD devicesGravatar Christoph Hellwig 1-4/+3
2020-05-21s390/dasd: remove ioctl_by_bdev callsGravatar Stefan Haberland 1-6/+18
2020-03-24block: declare all partition detection routines in check.hGravatar Christoph Hellwig 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2012-09-26s390/partitions: make partition detection independent from DASD ioctlsGravatar Stefan Weinhuber 1-183/+272
2012-05-16s390/dasd: re-prioritize partition detection messageGravatar Stefan Haberland 1-1/+1
2012-01-03move fs/partitions to block/Gravatar Al Viro 1-0/+275