summaryrefslogtreecommitdiffstats
path: root/block/partitions/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* 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
* | block: refactor blkpg_ioctlChristoph Hellwig2020-04-201-1/+114
|/
* block: fix busy device checking in blk_drop_partitions againChristoph Hellwig2020-04-101-1/+1
* block: fix busy device checking in blk_drop_partitionsChristoph Hellwig2020-04-071-1/+1
* block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-251-1/+0
* block: merge partition-generic.c and check.cChristoph Hellwig2020-03-241-0/+659