summaryrefslogtreecommitdiff
path: root/libparted
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the F2FS filesystemRomain Perier2020-05-044-0/+123
* Removed reference to ped_file_system_createMax Campbell2020-03-091-2/+0
* libparted: Add support for bls_boot to GPT disksBrian C. Lane2019-12-202-1/+48
* libparted: Add support for MSDOS partition type bls_boot (0xea)Brian C. Lane2019-12-201-13/+20
* libparted: Add ChromeOS Kernel partition flagAlper Nebi Yasak2019-12-202-0/+47
* libparted/s390: Re-enabled virtio-attached DASD heuristicsViktor Mihajlovski2019-09-301-3/+10
* maint: Update copyright statements to 2019Brian C. Lane2019-08-12110-115/+165
* maint: Bump library REVISION number for releaseBrian C. Lane2019-08-122-2/+2
* libparted: Fix bug in bsd.c alpha_bootblock_checksumBrian C. Lane2019-08-091-2/+2
* bsd.c: Rewrite disklabel code to prevent gcc warningsBrian C. Lane2019-08-091-46/+42
* libparted: Replace abs() with llabs()Shin'ichiro Kawasaki2019-08-094-5/+5
* sun.c: Aligned _SunRawLabel to 16bit boundaryBrian C. Lane2019-08-091-1/+1
* gpt.c: Drop cast of efi_guid_t to unsigned char *Brian C. Lane2019-08-091-6/+4
* gpt.c: Align _GPTDiskData to 8 byte boundaryBrian C. Lane2019-08-091-1/+1
* dvh.c: Use memcpy instead of strncpyBrian C. Lane2019-08-091-4/+4
* libparted/labels/pt-tools.c: Fix gperf generated function attributeShin'ichiro Kawasaki2019-08-091-3/+4
* dos.c: Fix cast alignment error in maybe_FATBrian C. Lane2019-08-091-1/+1
* atari.c: Align the AtariRawTable on a 16bit boundaryBrian C. Lane2019-08-091-1/+2
* Change 'time stamp' to 'timestamp'Brian C. Lane2019-08-091-3/+3
* Fix double semi-colonsBrian C. Lane2019-08-092-2/+2
* Remove unnecessary if before free checksBrian C. Lane2019-08-091-8/+4
* libparted: Fix endian bug in bsd.cA. Wilcox2019-08-051-1/+1
* libparted/fs/amiga/affs.c: Remove printf() to avoid confusionMax Staudt2019-07-151-2/+0
* Avoid sigsegv in case 2nd nilfs2 superblock magic accidently found.Michael Small2019-04-091-3/+5
* Added support for Windows recovery partition (WINRE) on MBRHans-Joachim Baader2019-01-311-2/+38
* Read NVMe model names from sysfsdann frazier2018-10-161-1/+17
* Fix warnings from GCC 7's -Wimplicit-fallthroughdann frazier2018-10-162-0/+9
* libparted: Add support for MBR id, GPT GUID and detection of UDF filesystemPali Rohár2018-10-165-0/+184
* Fix the length of several strncpy callsBrian C. Lane2018-08-222-7/+14
* libparted: Fix ending CHS address in PMBR.Ulrich Müller2018-08-221-1/+1
* Fix atari label false positivesPhillip Susi2018-06-121-2/+2
* Lift 512 byte restriction on fat resizePhillip Susi2018-06-051-12/+0
* build: Remove unused traces of dynamic loadingColin Watson2018-06-054-20/+1
* Fix make checkPhillip Susi2018-05-071-1/+4
* linux: Include <sys/sysmacros.h> for major() macro.Richard W.M. Jones2018-04-041-0/+1
* Add support for NVDIMM devicesSebastian Parschauer2017-12-191-0/+7
* libparted/labels: link with libiconv if neededArnout Vandecappelle (Essensium/Mind)2017-12-191-1/+1
* atari.c: Drop xlocale.h (#1476934)Brian C. Lane2017-07-311-1/+0
* libparted: Fix udev cookie leak in _dm_resize_partitionBrian C. Lane2017-05-251-7/+7
* libparted/dasd: add test cases for the new fdasd functionsWang Dong2017-05-012-0/+208
* libparted/dasd: add an exception for changing DASD-LDL partition tableWang Dong2017-05-011-1/+5
* libpartd/dasd: improve flag processing for DASD-LDLWang Dong2017-05-011-0/+14
* Add support for RAM drivesSebastian Parschauer2017-05-011-2/+10
* libparted: Fix typo in hfs error messageSebastian Rasmussen2017-01-191-2/+2
* libparted: Fix MacOS boot supportLaurent Vivier2016-12-221-21/+20
* libparted: Add support for atari partition tablesJohn Paul Adrian Glaubitz2016-12-225-0/+1978
* libparted:tests: Move get_sector_size() to common.cJohn Paul Adrian Glaubitz2016-12-223-15/+19
* libparted: set swap flag on GPT partitionsArvin Schnell2016-12-221-3/+39
* libparted/dasd: add test cases for the new fdasd functionsWang Dong2016-12-221-2/+3
* libparted/dasd: add new fdasd functionsWang Dong2016-12-221-0/+123