summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-14fsfreeze: new commandHajime Taira1-0/+5
2010-05-07cfdisk: support non-ascii characters in inputKarel Zak1-3/+5
2010-04-27mount: revert ugly ENOMEDIUM supportKarel Zak1-3/+0
2010-04-02swaplabel: new commandJason Borden1-2/+6
2010-04-02swapon: move DELETED_SUFFIX to include/pathnames.hKarel Zak1-0/+4
2010-04-01mkswap: move write_all() to include/writeall.hKarel Zak2-1/+27
2010-03-30lib: add strtosize() functionKarel Zak2-0/+9
2010-03-16lib: add #ifndef around min() max() macrosKarel Zak1-3/+6
2010-03-16cal: factor out and update multibyte alignment codePádraig Brady2-0/+44
2010-03-15mount: report ambivalent FS detection, improve brute force detectionKarel Zak1-0/+1
2010-03-10lib: add mangle.c for mtab (fstab or swaps) encodingKarel Zak2-0/+15
2010-03-10liblkid: move getsize.c code to lib/Karel Zak1-1/+5
2010-02-12include: add min/max macrosKarel Zak1-0/+13
2010-02-01libblkid: add blkid_probe_all_removable()Karel Zak1-0/+2
2009-10-26mount: and libblkid: covert /dev/dm-N to /dev/mapper/<name>Karel Zak1-0/+1
2009-10-16include: use c.h in canonicalize.hKarel Zak1-4/+1
2009-10-16include: add c.h with fundamental C definitionsKarel Zak2-0/+50
2009-10-15fsck.minix: fix broken zone checkingKarel Zak1-0/+16
2009-10-15blockdev: fix topology ioctlsKarel Zak1-3/+5
2009-10-15blockdev: add topology ioctls supportKarel Zak1-0/+6
2009-10-14lib: import whole ismounted.c code from e2fsprogsKarel Zak1-0/+8
2009-09-29lib: remove pttype.cKarel Zak2-12/+0
2009-09-18libblkid: add blkid_driver_has_major()Karel Zak1-0/+1
2009-09-16lib: add a generic crc32()Karel Zak2-0/+10
2009-09-07rtcwake: add S5 supportKarel Zak1-0/+1
2009-08-21replace usleep() for systems that don't have themDaniel Mierswa2-0/+19
2009-07-02include: fix _PATH_DEVKarel Zak1-1/+1
2009-06-30include: clean up _PATH_DEV_* macrosKarel Zak1-1/+7
2009-03-17include: bitops - explicitly include endian.hKarel Zak1-0/+1
2009-03-12libs: pttype - fix typoKarel Zak1-1/+1
2009-03-12lib: wholedisk - extend API, add test programKarel Zak1-0/+1
2009-03-12lib: pttype - extend the API to work with file descriptorsKarel Zak1-0/+1
2009-03-12include: add missing files to Makefile.amKarel Zak1-2/+3
2009-03-12lib: add pttype.c for PT types detectionKarel Zak2-1/+12
2009-03-11lib: add is_whole_disk() from fdisk codeKarel Zak2-0/+9
2009-03-03lib: fix fsprobe wrapper (const char * is nonsense)Karel Zak1-6/+7
2009-02-26fdisk: (and partx) remove BLKGETLASTSECTKarel Zak1-2/+0
2009-02-20build-sys: add missing files to include/Makefile.amKarel Zak1-3/+17
2009-02-18fsck: move fsck from e2fsprogs to util-linux-ngKarel Zak1-0/+6
2009-02-17mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak1-0/+23
2009-02-11mount: move realpath.c code to lib/Karel Zak1-0/+11
2009-02-06fdisk: cleanup _PATH_DEV_* macrosKarel Zak1-0/+2
2008-12-08include: use __BYTE_ORDER rather than AC specific WORDS_BIGENDIANKarel Zak1-3/+7
2008-12-05include: swapheader.h is missing in Makefile.amKarel Zak1-1/+1
2008-12-05include: move swapheader.h to includeMatthias Koenig1-0/+24
2008-08-04losetup: looplist_* refactoring, remove scandir()Karel Zak1-0/+1
2008-07-30mount: retry on ENOMEDIUMMatthias Koenig1-0/+3
2008-07-24lib: blkdev.c clean up, non-linux supportSamuel Thibault1-3/+7
2007-12-18include: <stdint.h> provides everythingSamuel Thibault1-1/+0
2007-12-17include: add bitops.h with swab{16,32,64} macrosKarel Zak1-2/+20