summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-091-1/+1
|\
| * block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig2020-04-301-1/+1
* | block: simplify block device syncing in bdev_del_partitionChristoph Hellwig2020-04-201-1/+1
* | block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig2020-04-201-4/+3
* | dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig2020-04-201-0/+4
* | block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-5/+5
* | block: remove hd_struct_killChristoph Hellwig2020-04-201-1/+1
* | block: cleanup hd_struct freeingChristoph Hellwig2020-04-201-5/+13
* | block: pass a hd_struct to delete_partitionChristoph Hellwig2020-04-201-14/+8