index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
partitions
/
ldm.c
Age
Commit message (
Expand
)
Author
2022-04-23
block/partitions/ldm: Remove redundant assignments
Michal Orzel
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-12
block: store a gendisk in struct parsed_partitions
Christoph Hellwig
2021-08-07
Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-05
block/partitions/ldm.c: Fix a kernel-doc warning
Bart Van Assche
2021-05-17
partitions: msdos: fix one-byte get_unaligned()
Arnd Bergmann
2020-06-18
partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense
Andy Shevchenko
2020-03-24
block: move struct partition out of genhd.h
Christoph Hellwig
2020-01-23
partitions/ldm: fix spelling mistake "to" -> "too"
Colin Ian King
2019-05-31
block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc header
Bart Van Assche
2019-04-30
block: switch all files cleared marked as GPLv2 or later to SPDX tags
Christoph Hellwig
2018-07-09
partitions/ldm: remove redundant pointer dgrp
Colin Ian King
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-06-05
partitions/ldm: switch to use uuid_t
Christoph Hellwig
2016-05-20
block/partitions/ldm.c: use generic UUID library
Andy Shevchenko
2012-02-24
LDM: Fix reassembly of extended VBLKs.
Anton Altaparmakov
2012-01-03
move fs/partitions to block/
Al Viro