summaryrefslogtreecommitdiffstats
path: root/block/partitions
Commit message (Expand)AuthorAgeFilesLines
* partitions: aix.c: off by one bugDan Carpenter2014-08-051-1/+1
* block/partitions/efi.c: kerneldoc fixingFabian Frederick2014-07-011-22/+24
* block/partitions/msdos.c: code clean-upFabian Frederick2014-07-011-5/+8
* block/partitions/amiga.c: replace nolevel printk by pr_errFabian Frederick2014-07-011-5/+7
* block/partitions/aix.c: replace count*size kzalloc by kcallocFabian Frederick2014-07-011-1/+1
* block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-02-183-6/+10
* block/partitions/efi.c: fix bound checkAntti P Miettinen2013-11-221-2/+3
* block/partitions/efi.c: treat size mismatch as a warning, not an errorDoug Anderson2013-10-171-1/+6
* block: change config option name for cmdline partition parsingPaul Gortmaker2013-09-302-6/+6
* partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso2013-09-151-2/+6
* block/partitions/efi.c: consistently use pr_foo()Andrew Morton2013-09-121-26/+19Star
* partitions/efi: some style cleanupsDavidlohr Bueso2013-09-121-11/+8Star
* partitions/efi: delete annoying emacs style commentsDavidlohr Bueso2013-09-121-19/+0Star
* partitions/efi: compare first and last usable LBAsDavidlohr Bueso2013-09-121-1/+6
* partitions/efi: account for pmbr size in lbaDavidlohr Bueso2013-09-121-3/+18
* partitions/efi: detect hybrid MBRsDavidlohr Bueso2013-09-122-21/+56
* partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso2013-09-121-3/+0Star
* partitions/efi: check pmbr record's starting lbaDavidlohr Bueso2013-09-121-4/+13
* partitions/efi: use lba-aware partition recordsDavidlohr Bueso2013-09-122-6/+19
* block: support embedded device command line partitionCai Zhiyong2013-09-125-0/+113
* partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter2013-07-091-0/+5
* partitions: add aix lvm partition support filesPhilippe De Muyter2013-07-094-0/+306
* partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter2013-07-091-6/+6
* partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter2013-04-301-2/+2
* block/partitions: optimize memory allocation in check_partition()Ming Lei2013-02-282-6/+35
* block/partitions/mac.c: obey the state->limit constraintMing Lei2013-02-281-0/+4
* block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones2013-02-281-2/+10
* block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter2013-02-281-3/+8
* Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-172-8/+20
|\
| * block: partition: msdos: provide UUIDs for partitionsStephen Warren2012-11-231-2/+19
| * block: store partition_meta_info.uuid as a stringStephen Warren2012-11-231-6/+1Star
* | partitions: enable EFI/GPT support by defaultDiego Calleja2012-12-061-2/+2
|/
* s390/partitions: make partition detection independent from DASD ioctlsStefan Weinhuber2012-09-261-183/+272
* s390/dasd: re-prioritize partition detection messageStefan Haberland2012-05-161-1/+1
* LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov2012-02-241-7/+4Star
* separate partition format handling from generic codeAl Viro2012-01-042-522/+4Star
* move fs/partitions to block/Al Viro2012-01-0432-0/+6040