summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* block: partitions: only define function mac_fix_string for CONFIG_PPC_PMACColin Ian King2024-03-091-0/+2
* block: move capacity validation to blkpg_do_ioctl()Li Lingfeng2024-03-061-11/+0
* block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2024-01-221-0/+5
* block: print symbolic error name instead of error codeChristian Heusel2024-01-121-2/+2
* block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-10/+2
* Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-30/+68
|\
| * partitions/ibm: Introduce defines for magic string length valuesJan Höppner2023-10-041-9/+13
| * partitions/ibm: Replace strncpy() and improve readabilityJan Höppner2023-10-041-25/+61
| * partitions/ibm: Remove unnecessary memsetJan Höppner2023-10-041-2/+0
* | block: WARN_ON_ONCE() when we remove active partitionsChristian Brauner2023-10-281-13/+17
* | block: simplify bdev_del_partition()Christian Brauner2023-10-281-1/+12
|/
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-8/+4
|\
| * block: use strscpy() to instead of strncpy()Xu Panda2023-08-221-8/+4
* | Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner2023-08-231-1/+1
|\|
| * block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-051-1/+1
* | block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig2023-08-211-4/+1
|/
* block: add overflow checks for Amiga partition supportMichael Schmitz2023-06-201-18/+85
* block: fix signed int overflow in Amiga partition supportMichael Schmitz2023-06-201-4/+5
* block: add capacity validation in bdev_add_partition()Min Li2023-06-201-0/+11
* block: remove blk_drop_partitionsChristoph Hellwig2023-06-051-12/+4
* block: delete partitions later in del_gendiskChristoph Hellwig2023-06-051-7/+12
* block: unhash the inode earlier in delete_partitionChristoph Hellwig2023-06-051-6/+6
* block: constify the whole_disk device_attributeThomas Weißschuh2023-05-301-1/+1
* block: constify struct part_attr_groupThomas Weißschuh2023-05-301-1/+1
* block: constify struct part_type part_typeThomas Weißschuh2023-05-301-1/+1
* block: constify partition prober arrayThomas Weißschuh2023-05-301-1/+1
* block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal2023-04-241-8/+0
* driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* block: don't add partitions if GD_SUPPRESS_PART_SCAN is setMing Lei2022-09-031-0/+3
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-032-15/+9
|\
| * block: Convert read_part_sector() to use a folioMatthew Wilcox (Oracle)2022-08-022-7/+7
| * block: Use PAGE_SECTORS_SHIFTMatthew Wilcox (Oracle)2022-08-021-2/+1
| * block: Handle partition read errors more consistentlyMatthew Wilcox (Oracle)2022-08-021-1/+1
| * block: Simplify read_part_sector()Matthew Wilcox (Oracle)2022-08-021-2/+1
| * block: Remove check of PageErrorMatthew Wilcox (Oracle)2022-06-291-4/+0
* | block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-1/+1
* | block: simplify blktrace sysfs attribute creationChristoph Hellwig2022-06-281-1/+0
|/
* Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-1/+1
|\
| * block: turn bdev->bd_openers into an atomic_tChristoph Hellwig2022-04-181-1/+1
* | block/partitions/ldm: Remove redundant assignmentsMichal Orzel2022-04-231-12/+3
* | block/partitions/atari: Remove redundant assignmentMichal Orzel2022-04-231-1/+0
* | block/partitions/acorn: Remove redundant assignmentsMichal Orzel2022-04-231-2/+2
|/
* block: use bdev_discard_alignment in part_discard_alignment_showChristoph Hellwig2022-04-171-5/+1
* block: use bdev_alignment_offset in part_alignment_offset_showChristoph Hellwig2022-04-171-5/+1
* block: remove genhd.hChristoph Hellwig2022-02-024-4/+0
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-5/+4
* block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig2021-11-291-9/+6
* Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-013-10/+12
|\
| * partitions/ibm: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-191-9/+10
| * partitions/efi: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-191-1/+1