OSDN Git Service

parted.h: use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE in VC'd files
[android-x86/external-parted.git] / libparted / arch /
2012-01-05 Jim Meyeringlibparted: remove _blkpg_get_partition
2012-01-05 Phillip Susilibparted: avoid the HDIO_GETGEO ioctl when possible
2012-01-05 Phillip Susilibparted: remove has_partitions check to allow loopbac...
2012-01-05 Phillip Susilibparted: remove _loop_get_partition_range
2012-01-04 Phillip Susilibparted: linux: exclude floppy from device scan
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-12 Phillip SusiAdd partition separator only when required
2011-12-03 Jim Meyeringbuild: mark functions with "const" or "pure" attribute...
2011-11-26 Petr Uzellibparted: use ext_range to find out largest possible...
2011-10-01 Petr Uzellibparted: do not call _device_get_partition_range...
2011-10-01 Petr Uzellibparted: optimize _disk_sync_part_table
2011-09-29 Petr Uzellibparted: improve support for partitions on loopback...
2011-09-29 Petr Uzellibparted: differentiate between plain files and loop...
2011-09-28 Jim Meyeringbuild: update gnulib to latest; adapt use of _GL_ATTRIB...
2011-06-24 Jim Meyeringlibparted: avoid invalid diagnostic in interactive...
2011-06-07 H. Peter Anvinlibparted: simplify kernel version-parsing logic
2011-06-07 Jim Meyeringlibparted: accommodate two-component linux version...
2011-05-27 Jim Meyeringlinux: don't leak a FILE* upon /proc read failure
2011-05-27 Jim Meyeringlinux: plug a file descriptor leak
2011-05-17 Jim Meyeringlinux: fix diagnostic about operating on very small...
2011-05-10 Phillip Susilinux: also detect "in-use" dmraid and scsi-Nth (N...
2011-04-20 Brian C. Lanelinux: fix typo in comment: /path%d => /part%d
2011-04-18 Jim Meyeringlinux: don't free invalid pointer upon asprintf failure
2011-04-18 Jim Meyeringlinux: clean up device naming code (no semantic change)
2011-04-18 Jim Meyeringdon't reference before start of buffer for short device...
2011-03-05 Brian C. LaneRemove PED_ASSERT action argument
2011-02-22 Jim Meyeringmaint: update copyright year ranges to include 2011
2010-12-15 Brian C. Lanedefault to 1MiB alignment when possible
2010-11-22 Brian C. Lanelinux: remove DASD restriction on _disk_sync_part_table
2010-11-18 Colin Watsonlibparted: ignore zero-length devices
2010-07-20 Hans de Goedelinux: recognize scsi disks with a high major number...
2010-05-10 Jim Meyeringlibparted: fail (don't just warn) upon failure to infor...
2010-04-30 Jim Meyeringlibparted: avoid race in informing the kernel of partit...
2010-04-30 Jim Meyeringlibparted: variable renaming, minor "goto" reorg
2010-04-30 Jim Meyeringlibparted: remove now-worse-than-useless _kernel_reread...
2010-04-28 Jim Meyeringmaint: remove empty lines at end of file
2010-04-23 Jim Meyeringlibparted: _disk_sync_part_table: allow interactive...
2010-04-23 Jim Meyeringlibparted: linux_disk_commit: don't ignore _disk_sync_p...
2010-04-23 Jim Meyeringlibparted: _disk_sync_part_table: always return 0 upon...
2010-04-23 Jim Meyeringlibparted: allocate storage for diagnostic only when...
2010-04-23 Jim Meyeringlibparted: adjust code formatting
2010-04-23 Jim Meyeringlibparted: reword a diagnostic
2010-04-23 Phillip Susilibparted: improve BLKPG error checking
2010-04-23 Phillip Susilibparted: reenable use of BLKPG ioctls
2010-04-23 Hans de Goedelinux: detect dm_task_run failure
2010-04-16 Petr Uzellibparted: add support for Linux software RAID arrays...
2010-03-11 Jim Meyeringlibparted: remove "HIGHLY EXPERIMENTAL" warning for...
2010-02-26 Colin Watsonlibparted: don't export linux_get_*_alignment functions
2010-02-26 Petr UzelAdd support for ATA over Ethernet (AoE) devices
2010-02-22 Curtis Gedaklinux: add wait time and retries to kernel partition...
2010-02-10 Hans de Goedelinux: handle incomplete topology information
2010-02-10 Hans de Goedelinux: correct phys_sector_size setting
2010-01-29 Hans de Goedelinux: remove PED_DEVICE_FILE check from _device_set_se...
2010-01-29 Hans de Goedelinux: remove unused blkpg.h header file
2010-01-29 Hans de Goedelinux: use blkid_topology_get_physical_sector_size
2010-01-08 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-18 Hans de Goedelinux: fix use-after-free in devicemapper code
2009-12-11 Hans de Goedelinux: treat loopback devices as files
2009-11-27 Jim Meyeringdasd: allow the use of a *regular* backing file
2009-11-13 Jim Meyeringlinux_read: give a proper diagnostic for an "end of...
2009-11-12 Hans de Goededasd: fix ped_disk_new_fresh to not read old data from...
2009-11-07 Jim Meyeringlibparted: linux: don't deref NULL upon failed malloc...
2009-11-06 Hans de Goedelinux: use cached major minor instead of statting the...
2009-11-06 Hans de Goedelinux: use devicemapper task name instead of device...
2009-11-06 Hans de Goedelinux: use major / minor to specify device mapper devic...
2009-11-04 Hans de Goededasd: cache real_sector_size in linux_probe
2009-11-04 Hans de Goededasd: clean up anchor handling
2009-11-01 Hans de Goedelinux: add get_xxx_alignment() functions
2009-11-01 Hans de Goedelinux: save blkid topology in arch_specific data for...
2009-10-19 Jim Meyeringlinux: use libblkid to determine ->phys_sector_size
2009-10-19 Jim Meyeringlibparted: weaken a diagnostic
2009-10-06 Hans de Goedeped_partition_busy: do not call the libparted exception...
2009-10-01 Jim Meyeringmaint: remove dead store code and declarations
2009-09-29 Jim Meyeringmaint: update most copyright year lists to include...
2009-09-29 Jim Meyeringtests: enable more syntax-checks
2009-09-29 Jim Meyeringtests: enable a few syntax-checks
2009-08-28 Hans de Goedelinux-commit: do not unnecessarily open partition devic...
2009-08-28 Hans de Goedelinux-commit: remove the use of the BLKPG ioctl
2009-08-06 Colin WatsonUse fsync rather than O_DIRECT
2009-07-24 Colin Watsonlinux: recognize md devices again, but know they can...
2009-07-24 Jim Meyeringlinux_write: use sector_size, not hard-coded 512
2009-07-24 Jim Meyeringlinux.c: also set phys_sector_size. Must be the same.
2009-07-24 Jim MeyeringDon't hard-code 512 for sector-size.
2009-07-24 Jim Meyeringallow to simulate linux-file sector size via PARTED_SEC...
2009-07-19 Otavio SalvadorAvoid compilation failure on s390
2009-06-10 Joel Granados Morenolinux: skip "md" devices when probing
2009-05-26 Joel Granados MorenoImprove readability in linux.c
2009-05-26 Joel Granados MorenoCorrectly name virtio devices.
2009-05-15 Jim Meyeringportability: don't perform pointer arithmetic on a...
2009-03-05 Jim Meyeringremove all trailing blanks
2009-03-05 Jim Meyeringportability: use last_component, not basename
2009-03-05 Karel Zaktest correctly for snprintf failure
2009-03-05 Jim Meyeringreword a comment; more formatting changes.
2009-03-05 Joel Granados MorenoProperly sync partitions with operating system
2009-02-13 Jim Meyeringdon't segfault on a device-mapper device with no target
2009-02-06 Otavio Salvadormove architecture specific code since they're used...
2009-01-26 Jim Meyering_disk_sync_part_table: revise yet again
2008-10-10 Harald WelteAdd support for SD/MMC storage cards on Linux
2008-08-07 Jim Meyeringdon't exhaust virtual memory for mklabel on a loopback...
2008-07-30 Jim Meyeringlinux.c: plug a leak
next