summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.c
Commit message (Expand)AuthorAgeFilesLines
* lsblk: use sysfs_read_u64() rather than sysfs_strdup() + atol()Karel Zak2011-05-181-7/+19
* lib: [sysfs.c] make sysfs_read_* function more robustKarel Zak2011-05-181-4/+9
* lsblk: improve discard supportMartin K. Petersen2011-05-181-4/+9
* lsblk: use generic sysfs functionsKarel Zak2011-05-161-201/+47Star
* lsblk: add --pairs to output in key="value" formatKarel Zak2011-05-101-5/+12
* lsblk: add support for discard topology (-D option)Martin K. Petersen2011-05-051-3/+44
* lsblk: fix strtoul() usage [coverity scan]Karel Zak2011-03-111-1/+1
* lsblk: use ssize_t for readlink() return codeKarel Zak2011-03-111-1/+1
* lsblk: add TYPE column to lsblk outputMilan Broz2011-03-101-1/+75
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* lsblk: bitwise or TT_FL_ASCII with tt_flags instead of settingDave Reisner2011-02-211-1/+1
* lsblk: fix readlink() usageKarel Zak2011-02-181-2/+2
* textual: fix three typos in message strings and improve consistencyBenno Schulenberg2011-02-161-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* partx, lsblk: fix gettext callsKarel Zak2011-02-111-1/+1
* lsblk: use "RM" for removableKarel Zak2011-01-101-4/+4
* remove duplicate includesKarel Zak2011-01-041-1/+0Star
* lsblk: rename "RA" column to "RE"Karel Zak2010-12-261-4/+4
* lsblk: add --nodepsKarel Zak2010-12-161-1/+11
* fix __noreturn__ usageKarel Zak2010-12-101-2/+2
* partx: complete rewriteDavidlohr Bueso2010-12-091-46/+0Star
* build-sys: fix lsblk buildingKarel Zak2010-11-241-2/+2
* lsblk: add new utilityMilan Broz2010-11-241-0/+1062