summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: fix add_logical() assertKarel Zak2014-10-071-1/+0Star
* textual: fix couple typos in commentsSami Kerola2014-10-012-2/+2
* textual: add a comma for clarity, plus some other tweaksBenno Schulenberg2014-10-011-4/+4
* libfdisk: add support for sfdisk-like script formatKarel Zak2014-09-021-12/+204
* libfdisk: (gpt) follow label-id from scriptKarel Zak2014-09-012-3/+14
* libfdisk: add functions to apply partitiong scriptsKarel Zak2014-09-015-32/+233
* libfdisk: (gpt) don't align last possible LBAKarel Zak2014-09-012-12/+25
* libfdisk: rename fdisk_dump_ to fdisk_script_Karel Zak2014-09-012-99/+99
* libfdisk: fix fdisk_delete_all_partitions()Karel Zak2014-09-011-0/+1
* libfdisk: add fdisk_apply_table() and fdisk_delete_all_partitions()Karel Zak2014-08-293-2/+64
* libfdisk: improve debug messagesKarel Zak2014-08-291-2/+2
* libfdisk: accept dump with quotesKarel Zak2014-08-291-8/+18
* libfdisk: (dos) follow bootable setting when add partitionKarel Zak2014-08-291-5/+6
* libfdisk: (gpt) allow to specify uuid and name when create new partitionKarel Zak2014-08-281-54/+37Star
* libfdisk: (gpt) set_{name,uuid} functions refactoringKarel Zak2014-08-281-18/+37
* libfdisk: add reference to context to dumpKarel Zak2014-08-283-30/+43
* libfdisk: use reference counting for contextKarel Zak2014-08-284-19/+24
* libfdisk: extend dump parsing functionKarel Zak2014-08-284-19/+147
* libfdisk: (dos) fix typoKarel Zak2014-08-281-1/+1
* libfdisk: (dos) fix logical partitions add/delete codeKarel Zak2014-08-261-45/+82
* libfdisk: vary basic dump parsing functionsKarel Zak2014-08-252-5/+303
* libfdisk: basic fdisk_dump_* functionsKarel Zak2014-08-226-5/+357
* libfdisk: remove debug dump function, cleanup APIKarel Zak2014-08-225-59/+11Star
* libfdisk: fix fdisk_get_optimal_iosize() and update testsKarel Zak2014-08-201-1/+5
* libfdisk: move fdisk_ask_partnum() to APIKarel Zak2014-08-153-3/+11
* libfdisk: add geometry to API, cleanupKarel Zak2014-08-153-10/+78
* libfdisk: fdisk_label_is_labeltype()Karel Zak2014-08-153-4/+17
* libfdisk: more docsKarel Zak2014-08-145-12/+267
* libfdisk: final parttype API cleanupKarel Zak2014-08-1410-129/+172
* libfdisk: move get_parttypes to label APIKarel Zak2014-08-143-39/+60
* libfdisk: (gpt) allow to specify attr bit by APIKarel Zak2014-08-142-1/+32
* libfdisk: make it possible to get fields for all labesKarel Zak2014-08-142-40/+46
* libfdisk: cleanup label geometry APIKarel Zak2014-08-144-26/+33
* libfdisk: cleanup fdisk_is_label stuffKarel Zak2014-08-138-90/+107
* libfdisk: clean up API (alignment.c)Karel Zak2014-08-135-53/+89
* libfdisk: clean up API (context.c)Karel Zak2014-08-1311-137/+341
* include/debug: cleanup masksKarel Zak2014-08-131-2/+2
* libs/debug: accept human readable names for _DEBUG=Ondrej Oprala2014-08-131-0/+12
* libfdisk: rename fdisk_column to fdisk_fieldKarel Zak2014-08-139-155/+156
* libfdisk: remove dependence on libsmartcolsKarel Zak2014-08-1310-164/+74Star
* fdisk: always print warning for mis-aligned partitionsKarel Zak2014-08-081-1/+1
* libfdisk: (gpt) add Microsoft Storage Spaces GUIDSergei Antonov2014-07-311-0/+1
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-233-5/+5
* libfdisk: make disk sync() optionalKarel Zak2014-07-152-8/+13
* Merge branch 'minor-fixes' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-07-142-2/+2
|\
| * libfdisk: do not do the same thing twice in single if statementSami Kerola2014-07-131-1/+1
| * textual: fix some typosSami Kerola2014-07-131-1/+1
* | libfdisk: make first sector buffer usage more robustKarel Zak2014-07-148-20/+53
|/
* libfdisk: fix possible memory leak [clang-analyze]Karel Zak2014-07-011-0/+2
* libfdisk: (dos) count fisrt usable LBA to total number of used sectorsKarel Zak2014-06-241-0/+3