summaryrefslogtreecommitdiff
path: root/libparted/fs
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2022-03-2374-74/+74
* maint: Bump library REVISION number for releaseBrian C. Lane2022-03-231-1/+1
* fs: Fix copy-paste error in HFS journal codeBrian C. Lane2021-06-111-3/+5
* maint: Update copyright statements to 2021Brian C. Lane2021-01-1874-74/+74
* libparted/fs: Add ./lib to include search pathBrian C. Lane2020-12-111-1/+1
* maint: Update copyright statements to 2020Brian C. Lane2020-12-1172-114/+136
* maint: Bump library REVISION number for releaseBrian C. Lane2020-12-111-1/+1
* libparted/fs: Fix GCC warnings suggesting pure for PED_ASSERT functionsBrian C. Lane2020-11-203-9/+9
* fs/r/hfs: Remove disabled codeBrian C. Lane2020-11-201-194/+0
* fs/r/fat: Remove disabled codeBrian C. Lane2020-11-203-275/+0
* hfs/reloc_plus: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-14/+19
* hfs/reloc: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-15/+20
* ufs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-4/+4
* ntfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-5/+6
* nilfs2: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-6/+5
* ext2: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-202-4/+5
* hfs/hfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-5/+4
* hfs/advfs_plus: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-10/+12
* hfs/advfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-11/+14
* hfs: Fix gcc 10 bounds check warningBrian C. Lane2020-11-202-2/+2
* libparted: Fix warnings from GCC 8 -Wsuggest-attribute=constShin'ichiro Kawasaki2020-11-202-8/+8
* libparted: Fix warnings from GCC 8 -Wsuggest-attribute=pureShin'ichiro Kawasaki2020-11-209-20/+20
* libparted: Avoid a GCC warning for unused functionsShin'ichiro Kawasaki2020-11-051-0/+4
* libparted: Fix warnings from GCC's -Wimplicit-fallthroughShin'ichiro Kawasaki2020-11-052-0/+2
* libparted: Fix warnings from GCC 8 -Wunused-variable and -Warray-boundsShin'ichiro Kawasaki2020-11-052-5/+2
* libparted: Fix a GCC warning -Wunused-but-set-variableShin'ichiro Kawasaki2020-11-051-3/+2
* Add support for the F2FS filesystemRomain Perier2020-05-043-0/+119
* Removed reference to ped_file_system_createMax Campbell2020-03-091-2/+0
* maint: Update copyright statements to 2019Brian C. Lane2019-08-1272-75/+115
* maint: Bump library REVISION number for releaseBrian C. Lane2019-08-121-1/+1
* Change 'time stamp' to 'timestamp'Brian C. Lane2019-08-091-3/+3
* 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
* libparted: Add support for MBR id, GPT GUID and detection of UDF filesystemPali Rohár2018-10-162-0/+176
* Lift 512 byte restriction on fat resizePhillip Susi2018-06-051-12/+0
* build: Remove unused traces of dynamic loadingColin Watson2018-06-051-15/+1
* libparted: Fix typo in hfs error messageSebastian Rasmussen2017-01-191-2/+2
* lib-fs-resize: Fix recognition of FAT file system after resizingCurtis Gedak2016-04-143-4/+9
* Use disk geometry as basis for ext2 sector sizes.Steven Lang2016-04-101-1/+1
* lib-fs-resize: Prevent crash resizing FAT with very deep directoriesMike Fleetwood2016-03-071-1/+1
* libparted: Fix misspelling in hfs exception stringBrian C. Lane2015-08-071-1/+1
* libparted: Fix possible memory leaksAmarnath Valluri2015-08-051-2/+9
* libparted: Fix memory leaksAmarnath Valluri2015-08-032-1/+2
* libparted/fs/xfs/platform_defs.h: Include <fcntl.h> for loff_tFelix Janda2015-06-221-0/+1
* lib-fs-resize: Prevent crash resizing FAT16 file systemsMike Fleetwood2014-10-271-3/+9
* Bump library REVISION number for releasePhillip Susi2014-07-271-1/+1
* maint: fix "make syntax-check" nitsJim Meyering2014-05-283-4/+3
* maint: run "make update-copyright"Jim Meyering2014-05-2571-71/+71
* libparted: don't detect fat and ntfs boot sectors as dos MBRPhillip Susi2014-05-221-1/+1
* libparted: fix fat resizePhillip Susi2014-05-222-5/+11