summaryrefslogtreecommitdiff
path: root/block/partitions/ibm.c
AgeCommit message (Expand)Author
2023-10-04partitions/ibm: Introduce defines for magic string length valuesJan Höppner
2023-10-04partitions/ibm: Replace strncpy() and improve readabilityJan Höppner
2023-10-04partitions/ibm: Remove unnecessary memsetJan Höppner
2021-10-19partitions/ibm: use bdev_nr_sectors instead of open coding itChristoph Hellwig
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig
2020-10-07partitions/ibm: fix non-DASD devicesChristoph Hellwig
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2012-09-26s390/partitions: make partition detection independent from DASD ioctlsStefan Weinhuber
2012-05-16s390/dasd: re-prioritize partition detection messageStefan Haberland
2012-01-03move fs/partitions to block/Al Viro