aboutsummaryrefslogtreecommitdiffstats
path: root/block/partitions/ldm.c
AgeCommit message (Expand)Author
2022-04-23block/partitions/ldm: Remove redundant assignmentsMichal Orzel
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche
2021-05-17partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig
2020-01-23partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King
2019-05-31block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-06-05partitions/ldm: switch to use uuid_tChristoph Hellwig
2016-05-20block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko
2012-02-24LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov
2012-01-03move fs/partitions to block/Al Viro