summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.c
Commit message (Expand)AuthorAgeFilesLines
* lsblk: don't duplicate columnsKarel Zak2017-04-191-49/+55
* lsblk: add ZONED columnDamien Le Moal2017-04-191-2/+13
* lsblk: fix --inverse --listKarel Zak2017-04-131-0/+7
* lsblk: move scols_flags to lsblk control structKarel Zak2017-04-131-18/+19
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-3/+3
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-29/+29
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* lsblk: use errtryhelp()Karel Zak2016-12-191-1/+1
* lsblk: sort by MAJ:MIN by defaultKarel Zak2016-11-021-0/+5
* lsblk: improve support for nvmeKarel Zak2016-06-021-1/+5
* misc: Fix various typosSebastian Rasmussen2016-05-311-6/+6
* lsblk: use ID_WWN_WITH_EXTENSION is possibleKarel Zak2016-05-251-1/+6
* mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-161-2/+1Star
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* lib: remove openat fallback functions (include/at.h)Ruediger Meier2016-03-071-8/+3Star
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-1/+1
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* lsblk: remove useless warningsKarel Zak2016-01-221-5/+5
* lsblk: use unsigned type for SIZEKarel Zak2016-01-121-1/+1
* lsblk: allow to --sort by hidden columnKarel Zak2015-12-101-2/+8
* mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed linesKarel Zak2015-10-151-0/+11
* lsblk: fix resource leak [coverity scan]Andreas Henriksson2015-08-311-1/+3
* lsblk: Display mountpoint even for top-level deviceMilan Broz2015-07-311-2/+1Star
* lsblk: add --jsonKarel Zak2015-06-041-2/+14
* lsblk: use internally sysfs devnamesKarel Zak2015-05-291-5/+4Star
* lib/sysfs: rename devname functions, cleanupKarel Zak2015-05-281-8/+11
* Fix /sys to /dev node name translationStanislav Brabec2015-05-261-0/+1
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-6/+8
* lsblk: don't ignore dependences for partitioned deviesKarel Zak2015-04-011-2/+3
* lsblk: follow kernel for inverse treeKarel Zak2015-04-011-1/+3
* lsblk: add debug supportKarel Zak2015-04-011-11/+76
* lsblk: implement SOMEOK (=64) return codeKarel Zak2015-01-291-13/+27
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* lsblk: add SUBSYSTEMS columnKarel Zak2014-12-021-0/+37
* lsblk: add HOTPLUG columnKarel Zak2014-12-021-1/+6
* lsblk: fix compiler warningSami Kerola2014-10-011-4/+4
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-2/+2
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2014-07-221-1/+1
|\
| * Fix typos in user visible messagesYuri Chornoivan2014-07-031-1/+1
* | lsblk: check number of used columnsKarel Zak2014-07-181-45/+59
* | lsblk: differentiate between infos[] and columns[]Karel Zak2014-07-181-3/+3
|/
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+1
* lsblk: fix, set default sort_id = -1Ruediger Meier2014-05-211-1/+0Star
* lsblk: add --sort <column>Karel Zak2014-05-201-32/+179
* lsblk: add -O option to show all available columnsMasatake YAMATO2014-05-061-1/+12
* libsmartcols: clean up flags usageKarel Zak2014-04-031-5/+5
* lsblk: remove unnecessary codeKarel Zak2014-04-031-1/+0Star
* lsblk: clean up data preparationKarel Zak2014-04-031-132/+77Star
* lsblk: use libsmartcolsOndrej Oprala2014-04-031-98/+114