summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/context.c
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: classify collision typeKarel Zak2017-02-141-0/+15
* libfdisk: check for collisions when create new labelKarel Zak2017-02-141-50/+2Star
* libfdisk: fix fdisk_set_wipe_area() callsKarel Zak2017-02-101-8/+4Star
* libfdisk: apply label alignment propertiesKarel Zak2017-01-161-0/+2
* libfdisk: change the way how apply user device propertiesKarel Zak2017-01-131-6/+2Star
* libfdisk: don't use blkdev ioctls for regular filesKarel Zak2017-01-131-1/+17
* libfdisk: fix typoKarel Zak2016-11-021-1/+1
* misc: Fix various typosSebastian Rasmussen2016-05-311-8/+8
* libfdisk: fix range checking for fdisk_set_last_lbaSassan Panahinejad2016-05-181-1/+1
* libfdisk: add fdisk_wipe_partition()Karel Zak2016-05-041-36/+21Star
* misc: fix compiler warnungs (unsigned/signed)Ruediger Meier2016-02-231-2/+2
* libfdisk: fix missing symbolRuediger Meier2016-02-231-1/+1
* libfdisk: fix typoKarel Zak2016-02-181-1/+1
* libfdisk: add API to control signatures wipingKarel Zak2016-02-181-15/+89
* libfdisk: cleanup assert() usageKarel Zak2015-08-041-2/+0Star
* libfdisk: support bootbits protection from (p)MBRKarel Zak2015-04-131-1/+32
* libfdisk: fix possible mem leak [coverity scan]Karel Zak2015-01-281-1/+4
* libfdisk: make label names case insensitiveKarel Zak2015-01-191-4/+6
* libfdiskL add API to print SIZE field in bytesKarel Zak2015-01-191-0/+29
* libfdisk: fix some typosKarel Zak2015-01-131-1/+1
* libfdisk: rename sector_t to fdisk_sector_tKarel Zak2014-12-041-7/+7
* libfdisk: add API docsKarel Zak2014-11-261-5/+6
* libfdisk: rename and move functionKarel Zak2014-11-261-20/+0Star
* agetty: fix typoKarel Zak2014-11-211-0/+4
* libfdisk: add more commentsKarel Zak2014-10-161-40/+67
* libfdisk: cleanup context devname usageKarel Zak2014-10-141-8/+21
* libfdisk: add functions to play nasty games with first/last LBAKarel Zak2014-10-091-0/+56
* libfdisk: propagate assign-device operation to parentKarel Zak2014-10-071-32/+110
* sfdisk: add --appendKarel Zak2014-10-071-0/+2
* linfdisk: cleanup fsync usageKarel Zak2014-10-071-4/+5
* sfdisk: improve UIKarel Zak2014-10-071-2/+1Star
* libfdisk: add fdisk_partition_is_bootable()Karel Zak2014-10-071-0/+11
* fdisk: improve --list outputKarel Zak2014-10-071-0/+5
* textual: fix couple typos in commentsSami Kerola2014-10-011-1/+1
* textual: add a comma for clarity, plus some other tweaksBenno Schulenberg2014-10-011-4/+4
* libfdisk: add functions to apply partitiong scriptsKarel Zak2014-09-011-0/+2
* libfdisk: add reference to context to dumpKarel Zak2014-08-281-0/+12
* libfdisk: use reference counting for contextKarel Zak2014-08-281-16/+20
* libfdisk: fix fdisk_get_optimal_iosize() and update testsKarel Zak2014-08-201-1/+5
* libfdisk: add geometry to API, cleanupKarel Zak2014-08-151-4/+66
* libfdisk: fdisk_label_is_labeltype()Karel Zak2014-08-151-4/+4
* libfdisk: more docsKarel Zak2014-08-141-2/+47
* libfdisk: cleanup label geometry APIKarel Zak2014-08-141-0/+18
* libfdisk: cleanup fdisk_is_label stuffKarel Zak2014-08-131-2/+27
* libfdisk: clean up API (alignment.c)Karel Zak2014-08-131-2/+2
* libfdisk: clean up API (context.c)Karel Zak2014-08-131-40/+238
* libfdisk: make disk sync() optionalKarel Zak2014-07-151-7/+12
* libfdisk: make first sector buffer usage more robustKarel Zak2014-07-141-0/+1
* libfdisk: fix fdisk_context_assign_device() commentKarel Zak2014-06-091-4/+0Star
* libfdisk: properly implement read-only modeKarel Zak2014-03-211-5/+10