summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-3015-113/+359
|\
| * partitions/efi: Support non-standard GPT locationDmitry Osipenko2021-08-241-0/+12
| * block: free the extended dev_t minor laterChristoph Hellwig2021-08-161-2/+0
| * block: pass a gendisk to bdev_resize_partitionChristoph Hellwig2021-08-121-6/+6
| * block: pass a gendisk to bdev_del_partitionChristoph Hellwig2021-08-121-4/+4
| * block: pass a gendisk to bdev_add_partitionChristoph Hellwig2021-08-121-3/+2
| * block: store a gendisk in struct parsed_partitionsChristoph Hellwig2021-08-1214-73/+52
| * block: remove GENHD_FL_UPChristoph Hellwig2021-08-121-2/+2
| * block: remove cmdline-parser.cChristoph Hellwig2021-08-022-6/+262
| * block: simplify disk name formatting in check_partitionChristoph Hellwig2021-08-021-1/+1
| * block: remove bdputChristoph Hellwig2021-08-021-1/+1
| * block: change the refcounting for partitionsChristoph Hellwig2021-08-021-1/+8
| * block: allocate bd_meta_info later in add_partitionsChristoph Hellwig2021-08-021-10/+7
| * block: assert the locking state in delete_partitionChristoph Hellwig2021-08-021-4/+2
* | Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-071-1/+1
|\ \ | |/ |/|
| * block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche2021-08-051-1/+1
* | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-12/+17
|\|
| * block: remove the bdgrab in blk_drop_partitionsChristoph Hellwig2021-07-011-5/+1
| * block: check disk exist before trying to add partitionYufen Yu2021-06-301-7/+16
* | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-023-17/+12
|\ \ | |/ |/|
| * partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann2021-05-173-17/+12
* | block: pass a gendisk to bdev_disk_changedChristoph Hellwig2021-06-241-12/+10
* | block: move bdev_disk_changedChristoph Hellwig2021-06-241-1/+54
* | block/partitions/msdos: Fix typo inidicator -> indicatorThomas Bracht Laumann Jespersen2021-06-211-1/+1
* | block: remove bdget_diskChristoph Hellwig2021-06-011-13/+12
* | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-14/+10
* | block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig2021-06-011-4/+0
* | block: refactor device number setup in __device_add_diskChristoph Hellwig2021-06-011-4/+11
* | block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche2021-05-141-1/+1
|/
* Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-31/+23
|\
| * block: simplify partition_overlapsChristoph Hellwig2021-04-081-10/+10
| * block: simplify partition removalChristoph Hellwig2021-04-081-4/+6
| * block: take bd_mutex around delete_partitions in del_gendiskChristoph Hellwig2021-04-081-0/+2
| * block: refactor blk_drop_partitionsChristoph Hellwig2021-04-081-11/+3
| * block: move more syncing and invalidation to delete_partitionChristoph Hellwig2021-04-081-3/+3
| * dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig2021-04-081-4/+0
* | block: don't create too many partitionsMing Lei2021-03-271-0/+7
|/
* block: revert "block: fix bd_size_lock use"Damien Le Moal2021-02-281-4/+2
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-28/+8
|\
| * block: use blk_queue_set_zoned in add_partition()Damien Le Moal2021-02-101-1/+1
| * block: use an xarray for disk->part_tblChristoph Hellwig2021-01-241-25/+6
| * block: add a hard-readonly flag to struct gendiskChristoph Hellwig2021-01-241-2/+1
* | block: fix bd_size_lock useDamien Le Moal2021-01-281-2/+4
* | block: Fix an error handling in add_partitionDinghao Liu2021-01-241-1/+1
|/
* block: update some copyrightsChristoph Hellwig2020-12-221-0/+1
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-72/+44
* block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-011-7/+6
* block: pass a block_device to blk_alloc_devtChristoph Hellwig2020-12-011-1/+1
* block: remove the partno field from struct hd_structChristoph Hellwig2020-12-011-5/+4
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-5/+2