summaryrefslogtreecommitdiff
path: root/libparted/arch/linux.c
Commit message (Expand)AuthorAgeFilesLines
...
* libparted: linux: exclude floppy from device scanPhillip Susi2012-01-041-0/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Add partition separator only when requiredPhillip Susi2011-12-121-2/+4
* build: mark functions with "const" or "pure" attribute, per gcc warningsJim Meyering2011-12-031-3/+3
* libparted: use ext_range to find out largest possible partitionPetr Uzel2011-11-261-2/+2
* libparted: do not call _device_get_partition_range() twicePetr Uzel2011-10-011-2/+4
* libparted: optimize _disk_sync_part_tablePetr Uzel2011-10-011-1/+1
* libparted: improve support for partitions on loopback devicesPetr Uzel2011-09-291-17/+60
* libparted: differentiate between plain files and loop devicesPetr Uzel2011-09-291-1/+6
* build: update gnulib to latest; adapt use of _GL_ATTRIBUTE_FORMATJim Meyering2011-09-281-0/+9
* libparted: avoid invalid diagnostic in interactive modeJim Meyering2011-06-241-1/+1
* libparted: simplify kernel version-parsing logicH. Peter Anvin2011-06-071-10/+5
* libparted: accommodate two-component linux version number like 3.0Jim Meyering2011-06-071-1/+5
* linux: don't leak a FILE* upon /proc read failureJim Meyering2011-05-271-3/+6
* linux: plug a file descriptor leakJim Meyering2011-05-271-1/+3
* linux: fix diagnostic about operating on very small file or deviceJim Meyering2011-05-171-1/+1
* linux: also detect "in-use" dmraid and scsi-Nth (N>=16) partitionsPhillip Susi2011-05-101-20/+10
* linux: fix typo in comment: /path%d => /part%dBrian C. Lane2011-04-201-1/+1
* linux: don't free invalid pointer upon asprintf failureJim Meyering2011-04-181-3/+3
* linux: clean up device naming code (no semantic change)Jim Meyering2011-04-181-18/+25
* don't reference before start of buffer for short device nameJim Meyering2011-04-181-1/+1
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-38/+37
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-1/+1
* default to 1MiB alignment when possibleBrian C. Lane2010-12-151-7/+23
* linux: remove DASD restriction on _disk_sync_part_tableBrian C. Lane2010-11-221-13/+9
* libparted: ignore zero-length devicesColin Watson2010-11-181-0/+14
* linux: recognize scsi disks with a high major number (128-135)Hans de Goede2010-07-201-1/+10
* libparted: fail (don't just warn) upon failure to inform kernel of...Jim Meyering2010-05-101-1/+1
* libparted: avoid race in informing the kernel of partition table changesJim Meyering2010-04-301-5/+23
* libparted: variable renaming, minor "goto" reorgJim Meyering2010-04-301-14/+13
* libparted: remove now-worse-than-useless _kernel_reread_part_tableJim Meyering2010-04-301-30/+0
* libparted: _disk_sync_part_table: allow interactive ignoreJim Meyering2010-04-231-8/+9
* libparted: linux_disk_commit: don't ignore _disk_sync_part_table failureJim Meyering2010-04-231-6/+9
* libparted: _disk_sync_part_table: always return 0 upon failureJim Meyering2010-04-231-2/+3
* libparted: allocate storage for diagnostic only when neededJim Meyering2010-04-231-13/+17
* libparted: adjust code formattingJim Meyering2010-04-231-17/+17
* libparted: reword a diagnosticJim Meyering2010-04-231-2/+3
* libparted: improve BLKPG error checkingPhillip Susi2010-04-231-12/+74
* libparted: reenable use of BLKPG ioctlsPhillip Susi2010-04-231-3/+205
* linux: detect dm_task_run failureHans de Goede2010-04-231-14/+5
* libparted: add support for Linux software RAID arrays (mdraid)Petr Uzel2010-04-161-0/+8
* libparted: remove "HIGHLY EXPERIMENTAL" warning for >512B-sector devicesJim Meyering2010-03-111-10/+0
* libparted: don't export linux_get_*_alignment functionsColin Watson2010-02-261-2/+2
* Add support for ATA over Ethernet (AoE) devicesPetr Uzel2010-02-261-0/+8
* linux: add wait time and retries to kernel partition rereadCurtis Gedak2010-02-221-2/+5
* linux: handle incomplete topology informationHans de Goede2010-02-101-4/+21
* linux: correct phys_sector_size settingHans de Goede2010-02-101-6/+11
* linux: remove PED_DEVICE_FILE check from _device_set_sector_sizeHans de Goede2010-01-291-2/+1
* linux: remove unused blkpg.h header fileHans de Goede2010-01-291-1/+0
* linux: use blkid_topology_get_physical_sector_sizeHans de Goede2010-01-291-1/+1