summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: add CAP_SYS_ADMIN to TODOKarel Zak2017-08-221-0/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add --enable-programs to TODOKarel Zak2017-08-141-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add UUID v3 an v5 to TODOKarel Zak2017-08-141-0/+7
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/495 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO, remove auto,noautoKarel Zak2017-06-121-5/+0Star
| | | | | | | | | | | It seems good enough to use the current semantic and check for "noauto" string rather than evaluate "auto/noauto" as a bit flag. We use flags for mount options, but in this case (mount --all) it's overkill to convert all options on all fstab entries to flags just to be sure that somewhere is no "auto,noauto" obscure setting. Signed-off-by: Karel Zak <kzak@redhat.com>
* lsblk: add option --treeKarel Zak2017-06-091-3/+0Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now lsblk uses --list when --sort <column> is specified. This patch allows to specify --tree to overwrite this default behavior add to force tree-like output. In this case tree branches are sorted by the <column>. $ lsblk --sort SIZE NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda2 8:2 0 200M 0 part /boot sda1 8:1 0 200M 0 part /boot/efi sda6 8:6 0 7.8G 0 part [SWAP] sda5 8:5 0 35.1G 0 part /home/misc sda4 8:4 0 50G 0 part / sdb1 8:17 0 74.5G 0 part /home/archive sdb 8:16 0 74.5G 0 disk sda3 8:3 0 130.3G 0 part /home sda 8:0 0 223.6G 0 disk $ lsblk --sort SIZE --tree NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sdb 8:16 0 74.5G 0 disk └─sdb1 8:17 0 74.5G 0 part /home/archive sda 8:0 0 223.6G 0 disk ├─sda2 8:2 0 200M 0 part /boot ├─sda1 8:1 0 200M 0 part /boot/efi ├─sda6 8:6 0 7.8G 0 part [SWAP] ├─sda5 8:5 0 35.1G 0 part /home/misc ├─sda4 8:4 0 50G 0 part / └─sda3 8:3 0 130.3G 0 part /home Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO, add mount(8) noauto,autoKarel Zak2017-05-161-3/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2016-11-071-2/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lsblk: add note about --sort and --list relationKarel Zak2016-11-021-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add sfdisk scripts quotes issue to TODO fileKarel Zak2016-10-251-0/+3
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/367 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update infor about TIOCSTIKarel Zak2016-10-061-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2016-03-221-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add to TODO fileKarel Zak2016-03-181-0/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lsblk: allow to --sort by hidden columnKarel Zak2015-12-101-7/+0Star
| | | | | | | | | | For example: lsblk -o NAME --sort SIZE prints NAMEs, but sort by SIZEs. Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add comment, remove TODO itemKarel Zak2015-12-101-4/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: use fstatat(AT_NO_AUTOMOUNT) for mountpointsKarel Zak2015-12-091-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2015-08-191-11/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add lsblk vs. btrfs to TODOKarel Zak2015-08-131-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add mount --namespace to TODOKarel Zak2015-08-131-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2015-05-191-3/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix TODO typosKarel Zak2015-04-281-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2015-04-281-11/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: remove obsolete things from TODOKarel Zak2015-03-251-13/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2015-02-271-4/+2Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add terminal-colors requests to TODOKarel Zak2015-02-191-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add cfdisk auto-sort to TODO fileKarel Zak2015-02-191-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add new cfdisk request to TODO fileKarel Zak2015-02-031-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add TODO entry for libblkidKarel Zak2015-01-141-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2014-12-021-5/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2014-11-281-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2014-10-221-8/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2014-10-211-0/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add swapon -o to TODO fileKarel Zak2014-10-021-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2014-07-291-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add note about lsblkKarel Zak2014-06-251-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add fdisk mac support to TODO fileKarel Zak2014-06-251-3/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2014-05-301-20/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2014-04-231-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib/tt.c: Goodbye!Ondrej Oprala2014-04-031-3/+2Star
| | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
* docs: refresh TODOKarel Zak2014-02-271-9/+3Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add lslogins(1) to TODOKarel Zak2014-01-141-0/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO, wipe check for fdisk already implementedKarel Zak2013-10-231-3/+0Star
| | | | | | | Note that rather than implement wipe command in fdisk it's better inform users to call wipefs(8). Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2013-10-181-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2013-10-161-2/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2013-10-021-25/+4Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOSami Kerola2013-08-231-5/+0Star
| | | | | | | The minix type fixes took place December 2012. Commit: a180dc6c54f90896d6491f9bdf704523236dd99c Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Spelling fixes.Ville Skyttä2013-04-081-1/+1
| | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* bash-completion: add completion files to Makefile.amSami Kerola2013-04-011-3/+4
| | | | | | And remove shell completion TODO item. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: add note about /var/lib/hwclock to TODOKarel Zak2013-03-261-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add wipefs feature request to TODOKarel Zak2013-03-191-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: cleanup TODOKarel Zak2013-03-181-23/+15Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>