summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-61/+6
* block: move the policy field to struct block_deviceChristoph Hellwig2020-12-011-2/+2
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-011-4/+4
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-11/+7
* block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-011-8/+9
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-011-8/+1
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-6/+11
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-12/+17
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-13/+16
|\
| * block: add a bdget_part helperChristoph Hellwig2020-10-051-1/+1
| * block: remove the disk argument to delete_partitionChristoph Hellwig2020-09-011-4/+5
| * block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-011-3/+4
| * block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-011-3/+4
| * block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-2/+2
* | partitions/ibm: fix non-DASD devicesChristoph Hellwig2020-10-071-4/+3
* | block: restore a specific error code in bdev_del_partitionChristoph Hellwig2020-09-081-1/+1
|/
* block: fix locking in bdev_del_partitionChristoph Hellwig2020-09-011-14/+13
* block: release disk reference in hd_struct_free_workMing Lei2020-09-011-1/+9
* block: always remove partitions from blk_drop_partitions()Ming Lei2020-07-151-2/+0
* Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-1/+1
|\
| * partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko2020-06-181-1/+1
* | block: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-6/+18
|\
| * s390/dasd: remove ioctl_by_bdev callsStefan Haberland2020-05-211-6/+18
* | block: always use a percpu variable for disk statsChristoph Hellwig2020-05-271-2/+3
* | block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei2020-05-121-1/+1
* | block: fix use-after-free on cached last_lookup partitionMing Lei2020-05-121-1/+11
|/