| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-14 | docs: reword others "allow to" | Karel Zak | 1 | -1/+1 |
| 2020-07-09 | Fix minor typos | Yuri Chornoivan | 1 | -1/+1 |
| 2020-05-06 | libfdisk: fix partition calculation for BLKPG_* ioctls | Karel Zak | 1 | -2/+8 |
| 2020-04-20 | [clang-tidy] do not use else after return | Rosen Penev | 1 | -9/+9 |
| 2020-01-28 | libfdisk: make sure we use NULL after free | Karel Zak | 1 | -0/+1 |
| 2019-10-31 | libfdisk: consolidate strdup() use | Karel Zak | 1 | -12/+4 |
| 2019-10-01 | libfdisk: (gpt) fix hybrid MBR detection, fix 'w' | Karel Zak | 1 | -1/+4 |
| 2019-09-06 | libfdisk: cleanup fdisk_deassign_device() docs | Karel Zak | 1 | -3/+4 |
| 2019-08-06 | libfdisk: refer to partx(8) rather than to kpartx(8) | Karel Zak | 1 | -1/+1 |
| 2019-07-17 | libfdisk: don't use FAT as MBR | Karel Zak | 1 | -5/+11 |
| 2019-07-12 | libfdisk: fix variable shadowing | Sami Kerola | 1 | -1/+1 |
| 2019-06-20 | libfdisk: fix typos | Marcos Mello | 1 | -4/+4 |
| 2019-06-18 | libfdisk: add fdisk_assign_device_by_fd() | Karel Zak | 1 | -48/+94 |
| 2019-06-17 | libfdisk: (docs) add notes about fdisk_enable_wipe() | Karel Zak | 1 | -9/+22 |
| 2019-06-07 | libfdisk: (docs) add reference to v2.33 | Karel Zak | 1 | -0/+4 |
| 2019-05-15 | libfdisk: properly check return code of add_to_partitions_array() [coverity s... | Karel Zak | 1 | -1/+2 |
| 2019-01-18 | libfdisk: add comment to fdisk_set_first_lba() | Karel Zak | 1 | -0/+5 |
| 2018-10-04 | libfdisk: fix OSX compiler warning | Ruediger Meier | 1 | -3/+5 |
| 2018-08-30 | libfdisk: add fdisk_get_devmodel() and fdisk_get_devno() | Karel Zak | 1 | -0/+50 |
| 2018-02-21 | libfdisk: (docs) add missing docs blocks | Karel Zak | 1 | -1/+1 |
| 2018-02-16 | misc: fix typos using codespell | Ruediger Meier | 1 | -1/+1 |
| 2018-01-11 | libfdisk: allow to start freespace for zero | Karel Zak | 1 | -0/+2 |
| 2017-11-28 | misc: fix typos | Sami Kerola | 1 | -1/+1 |
| 2017-07-19 | libfdisk: add fdisk_disable_dialogs() | Karel Zak | 1 | -0/+34 |
| 2017-07-18 | libfdisk: fix warning -Wunused-function | Ruediger Meier | 1 | -0/+2 |
| 2017-07-17 | libfdisk: use BLKPG_* ioctls on linux only | Karel Zak | 1 | -1/+13 |
| 2017-07-14 | libfdisk: remove whitespaces | Karel Zak | 1 | -3/+3 |
| 2017-07-14 | libfdisk: use BLKPG ioctls to inform kernel about changes | Karel Zak | 1 | -0/+102 |
| 2017-07-14 | libfdisk: add fdisk_device_is_used() | Karel Zak | 1 | -0/+34 |
| 2017-07-14 | libfdisk: remove unnecessary fstat() call | Karel Zak | 1 | -4/+5 |
| 2017-07-14 | libfdisk: move fdisk_reread_partition_table() to another file | Karel Zak | 1 | -0/+41 |
| 2017-07-10 | libfdisk: add fdisk_reassign_device() | Karel Zak | 1 | -0/+36 |
| 2017-05-29 | libfdisk: fix variable shadowing | Sami Kerola | 1 | -6/+8 |
| 2017-05-23 | libfdisk: (docs) add missing 'since' tags | Karel Zak | 1 | -3/+7 |
| 2017-05-17 | libfdisk: don't use errno after close() | Karel Zak | 1 | -2/+3 |
| 2017-05-17 | libmount: check fstat() return code [coverity scan] | Karel Zak | 1 | -2/+5 |
| 2017-04-25 | libfdisk: fix NLS support | Karel Zak | 1 | -0/+2 |
| 2017-02-14 | libfdisk: classify collision type | Karel Zak | 1 | -0/+15 |
| 2017-02-14 | libfdisk: check for collisions when create new label | Karel Zak | 1 | -50/+2 |
| 2017-02-10 | libfdisk: fix fdisk_set_wipe_area() calls | Karel Zak | 1 | -8/+4 |
| 2017-01-16 | libfdisk: apply label alignment properties | Karel Zak | 1 | -0/+2 |
| 2017-01-13 | libfdisk: change the way how apply user device properties | Karel Zak | 1 | -6/+2 |
| 2017-01-13 | libfdisk: don't use blkdev ioctls for regular files | Karel Zak | 1 | -1/+17 |
| 2016-11-02 | libfdisk: fix typo | Karel Zak | 1 | -1/+1 |
| 2016-05-31 | misc: Fix various typos | Sebastian Rasmussen | 1 | -8/+8 |
| 2016-05-18 | libfdisk: fix range checking for fdisk_set_last_lba | Sassan Panahinejad | 1 | -1/+1 |
| 2016-05-04 | libfdisk: add fdisk_wipe_partition() | Karel Zak | 1 | -36/+21 |
| 2016-02-23 | misc: fix compiler warnungs (unsigned/signed) | Ruediger Meier | 1 | -2/+2 |
| 2016-02-23 | libfdisk: fix missing symbol | Ruediger Meier | 1 | -1/+1 |
| 2016-02-18 | libfdisk: fix typo | Karel Zak | 1 | -1/+1 |
| 2016-02-18 | libfdisk: add API to control signatures wiping | Karel Zak | 1 | -15/+89 |
| 2015-08-04 | libfdisk: cleanup assert() usage | Karel Zak | 1 | -2/+0 |
| 2015-04-13 | libfdisk: support bootbits protection from (p)MBR | Karel Zak | 1 | -1/+32 |
| 2015-01-28 | libfdisk: fix possible mem leak [coverity scan] | Karel Zak | 1 | -1/+4 |
| 2015-01-19 | libfdisk: make label names case insensitive | Karel Zak | 1 | -4/+6 |
| 2015-01-19 | libfdiskL add API to print SIZE field in bytes | Karel Zak | 1 | -0/+29 |
| 2015-01-13 | libfdisk: fix some typos | Karel Zak | 1 | -1/+1 |
| 2014-12-04 | libfdisk: rename sector_t to fdisk_sector_t | Karel Zak | 1 | -7/+7 |
| 2014-11-26 | libfdisk: add API docs | Karel Zak | 1 | -5/+6 |
| 2014-11-26 | libfdisk: rename and move function | Karel Zak | 1 | -20/+0 |
| 2014-11-21 | agetty: fix typo | Karel Zak | 1 | -0/+4 |
| 2014-10-16 | libfdisk: add more comments | Karel Zak | 1 | -40/+67 |
| 2014-10-14 | libfdisk: cleanup context devname usage | Karel Zak | 1 | -8/+21 |
| 2014-10-09 | libfdisk: add functions to play nasty games with first/last LBA | Karel Zak | 1 | -0/+56 |
| 2014-10-07 | libfdisk: propagate assign-device operation to parent | Karel Zak | 1 | -32/+110 |
| 2014-10-07 | sfdisk: add --append | Karel Zak | 1 | -0/+2 |
| 2014-10-07 | linfdisk: cleanup fsync usage | Karel Zak | 1 | -4/+5 |
| 2014-10-07 | sfdisk: improve UI | Karel Zak | 1 | -2/+1 |
| 2014-10-07 | libfdisk: add fdisk_partition_is_bootable() | Karel Zak | 1 | -0/+11 |
| 2014-10-07 | fdisk: improve --list output | Karel Zak | 1 | -0/+5 |
| 2014-10-01 | textual: fix couple typos in comments | Sami Kerola | 1 | -1/+1 |
| 2014-10-01 | textual: add a comma for clarity, plus some other tweaks | Benno Schulenberg | 1 | -4/+4 |
| 2014-09-01 | libfdisk: add functions to apply partitiong scripts | Karel Zak | 1 | -0/+2 |
| 2014-08-28 | libfdisk: add reference to context to dump | Karel Zak | 1 | -0/+12 |
| 2014-08-28 | libfdisk: use reference counting for context | Karel Zak | 1 | -16/+20 |
| 2014-08-20 | libfdisk: fix fdisk_get_optimal_iosize() and update tests | Karel Zak | 1 | -1/+5 |
| 2014-08-15 | libfdisk: add geometry to API, cleanup | Karel Zak | 1 | -4/+66 |
| 2014-08-15 | libfdisk: fdisk_label_is_labeltype() | Karel Zak | 1 | -4/+4 |
| 2014-08-14 | libfdisk: more docs | Karel Zak | 1 | -2/+47 |
| 2014-08-14 | libfdisk: cleanup label geometry API | Karel Zak | 1 | -0/+18 |
| 2014-08-13 | libfdisk: cleanup fdisk_is_label stuff | Karel Zak | 1 | -2/+27 |
| 2014-08-13 | libfdisk: clean up API (alignment.c) | Karel Zak | 1 | -2/+2 |
| 2014-08-13 | libfdisk: clean up API (context.c) | Karel Zak | 1 | -40/+238 |
| 2014-07-15 | libfdisk: make disk sync() optional | Karel Zak | 1 | -7/+12 |
| 2014-07-14 | libfdisk: make first sector buffer usage more robust | Karel Zak | 1 | -0/+1 |
| 2014-06-09 | libfdisk: fix fdisk_context_assign_device() comment | Karel Zak | 1 | -4/+0 |
| 2014-03-21 | libfdisk: properly implement read-only mode | Karel Zak | 1 | -5/+10 |
| 2014-03-21 | libfdisk: clean up debug output | Karel Zak | 1 | -16/+15 |
| 2014-03-21 | libfdisk: use new debug functions | Karel Zak | 1 | -14/+14 |
| 2014-03-11 | cfdisk: add create lebel UI | Karel Zak | 1 | -0/+5 |
| 2014-03-11 | libfdisk: rewrite freespace code | Karel Zak | 1 | -22/+0 |
| 2014-03-11 | libfdisk: add support to list free space | Karel Zak | 1 | -0/+22 |
| 2013-10-23 | libfdisk: warn about obsolete signatures on the device | Karel Zak | 1 | -0/+61 |
| 2013-10-23 | libfdisk: support nested MBR | Karel Zak | 1 | -4/+10 |
| 2013-10-09 | libfdisk: add API to disable specified label | Karel Zak | 1 | -1/+28 |
| 2013-09-16 | libfdisk: move sync() and reread PT code from fdisk to libfdisk | Karel Zak | 1 | -0/+17 |
| 2013-09-16 | libfdisk: improve nested context initialization | Karel Zak | 1 | -3/+18 |
| 2013-09-16 | fdisk: remove nowarn global variable | Karel Zak | 1 | -0/+23 |
| 2013-09-16 | libfdisk: copy ask callback from parental context | Karel Zak | 1 | -0/+3 |
| 2013-09-16 | fdisk: remove Mac code | Karel Zak | 1 | -1/+0 |
| 2013-09-16 | libfdisk: make it possible to reset device properties | Karel Zak | 1 | -13/+6 |
| 2013-09-16 | libfdisk: make the library usable with tests | Karel Zak | 1 | -1/+2 |
| 2013-09-16 | libfdisk: add fdisk_context_enable_details() | Karel Zak | 1 | -0/+21 |
| 2013-04-08 | Spelling fixes. | Ville Skyttä | 1 | -2/+2 |
| 2013-04-03 | libfdisk: use O_CLOEXEC | Karel Zak | 1 | -2/+2 |
| 2013-03-12 | fdisk: no more AIX "support" | Karel Zak | 1 | -1/+0 |
| 2013-03-11 | fdisk: (bsd) support non-nested version too | Karel Zak | 1 | -0/+1 |
| 2013-03-11 | libfdisk: add support for nested contexts | Karel Zak | 1 | -2/+37 |
| 2013-03-11 | libfdisk: add info about display units to context | Karel Zak | 1 | -0/+55 |
| 2013-03-11 | libfdisk: add "ask" interface | Karel Zak | 1 | -13/+36 |
| 2013-03-11 | libfdisk: move label identifier to label struct | Karel Zak | 1 | -0/+17 |
| 2013-03-11 | libfdisk: add fdisk_label to driver API | Karel Zak | 1 | -7/+0 |
| 2013-03-11 | libfdisk: improve label deinitialization | Karel Zak | 1 | -2/+5 |
| 2013-03-11 | libfdisk: kill dos_compatible_flag global variable | Karel Zak | 1 | -0/+6 |
| 2013-03-11 | libfdisk: add fdisk_new_context(), reuse context | Karel Zak | 1 | -24/+47 |
| 2013-03-11 | libfdisk: split label and label operations | Karel Zak | 1 | -3/+63 |
| 2013-03-11 | libfdisk: add context functions | Karel Zak | 1 | -0/+78 |