aboutsummaryrefslogtreecommitdiff
path: root/block/partitions
AgeCommit message (Expand)AuthorFilesLines
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sGravatar Philippe De Muyter 1-2/+2
2013-02-27block/partitions: optimize memory allocation in check_partition()Gravatar Ming Lei 2-6/+35
2013-02-27block/partitions/mac.c: obey the state->limit constraintGravatar Ming Lei 1-0/+4
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Gravatar Peter Jones 1-2/+10
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaGravatar Philippe De Muyter 1-3/+8
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-8/+20
2012-12-06partitions: enable EFI/GPT support by defaultGravatar Diego Calleja 1-2/+2
2012-11-23block: partition: msdos: provide UUIDs for partitionsGravatar Stephen Warren 1-2/+19
2012-11-23block: store partition_meta_info.uuid as a stringGravatar Stephen Warren 1-6/+1
2012-09-26s390/partitions: make partition detection independent from DASD ioctlsGravatar Stefan Weinhuber 1-183/+272
2012-05-16s390/dasd: re-prioritize partition detection messageGravatar Stefan Haberland 1-1/+1
2012-02-24LDM: Fix reassembly of extended VBLKs.Gravatar Anton Altaparmakov 1-7/+4
2012-01-03separate partition format handling from generic codeGravatar Al Viro 2-522/+4
2012-01-03move fs/partitions to block/Gravatar Al Viro 32-0/+6040