aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/partitions (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15block: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+18
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig1-2/+3
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland1-6/+18
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei1-1/+1
2020-05-12block: fix use-after-free on cached last_lookup partitionMing Lei1-1/+11
2020-05-09Merge branch 'block-5.7' into for-5.8/blockJens Axboe1-1/+1
2020-04-30block: remove the bd_openers checks in blk_drop_partitionsChristoph Hellwig1-1/+1
2020-04-20block: simplify block device syncing in bdev_del_partitionChristoph Hellwig1-1/+1
2020-04-20block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig1-4/+3
2020-04-20dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig1-0/+4
2020-04-20block: remove the disk argument from blk_drop_partitionsChristoph Hellwig1-5/+5
2020-04-20block: remove hd_struct_killChristoph Hellwig1-1/+1
2020-04-20block: cleanup hd_struct freeingChristoph Hellwig1-5/+13
2020-04-20block: pass a hd_struct to delete_partitionChristoph Hellwig1-14/+8
2020-04-20block: refactor blkpg_ioctlChristoph Hellwig1-1/+114
2020-04-10block: fix busy device checking in blk_drop_partitions againChristoph Hellwig1-1/+1
2020-04-07block: fix busy device checking in blk_drop_partitionsChristoph Hellwig1-1/+1
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+27
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2-1/+1
2020-03-24block: merge partition-generic.c and check.cChristoph Hellwig4-186/+660
2020-03-24block: move the various x86 Unix label formats out of genhd.hChristoph Hellwig1-0/+125
2020-03-24partitions/msdos: remove LINUX_SWAP_PARTITIONChristoph Hellwig1-6/+12
2020-03-24block: move the *_PARTITION enum out of genhd.hChristoph Hellwig2-0/+9
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig3-25/+17
2020-03-24block: remove block/partitions/sun.hChristoph Hellwig2-9/+3
2020-03-24block: remove block/partitions/sgi.hChristoph Hellwig2-9/+2
2020-03-24block: remove block/partitions/osf.hChristoph Hellwig2-8/+1
2020-03-24block: remove block/partitions/karma.hChristoph Hellwig2-7/+2
2020-03-24block: declare all partition detection routines in check.hChristoph Hellwig26-75/+22
2020-03-24block: remove warn_no_partChristoph Hellwig3-14/+6
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig1-7/+7
2020-03-08partitions/efi: Fix partition name parsing in GUID partition entryNikolai Merinov2-10/+27
2020-01-23partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-05-31block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche1-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig10-0/+10
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig4-60/+4
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-6/+1
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira1-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira1-2/+3
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King1-3/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-05block: add verifier for cmdline partitionWang YanQing1-0/+57
2018-01-10partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman21-0/+21
2017-06-05partitions/ldm: switch to use uuid_tChristoph Hellwig2-9/+7