summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-302-10/+27
|\
| * partitions/efi: Fix partition name parsing in GUID partition entryNikolai Merinov2020-03-082-10/+27
* | block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-252-1/+1
* | block: merge partition-generic.c and check.cChristoph Hellwig2020-03-244-186/+660
* | block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig2020-03-241-0/+125
* | partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig2020-03-241-6/+12
* | block: move the *_PARTITION enum out of genhd.hChristoph Hellwig2020-03-242-0/+9
* | block: move struct partition out of genhd.hChristoph Hellwig2020-03-243-25/+17
* | block: remove block/partitions/sun.hChristoph Hellwig2020-03-242-9/+3
* | block: remove block/partitions/sgi.hChristoph Hellwig2020-03-242-9/+2
* | block: remove block/partitions/osf.hChristoph Hellwig2020-03-242-8/+1
* | block: remove block/partitions/karma.hChristoph Hellwig2020-03-242-7/+2
* | block: declare all partition detection routines in check.hChristoph Hellwig2020-03-2426-75/+22
* | block: remove warn_no_partChristoph Hellwig2020-03-243-14/+6
* | block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2020-03-241-7/+7
|/
* partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
* docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* docs: block: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche2019-05-311-1/+1
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-3010-0/+10
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-304-60/+4
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-6/+1
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-07-271-2/+6
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-07-271-2/+3
* partitions/ldm: remove redundant pointer dgrpColin Ian King2018-07-091-3/+0
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* block: add verifier for cmdline partitionWang YanQing2018-06-051-0/+57