summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.c
Commit message (Expand)AuthorAgeFilesLines
* lsblk: check sysfs_read_u64 return code [coverity scan]Karel Zak2012-06-211-2/+3
* lsblk: check ioctl result [coverity scan]Karel Zak2012-06-211-1/+2
* lsblk: fix usage, improve exclude/include lists parsingKarel Zak2012-06-191-8/+17
* lsblk: add --include optionKarel Zak2012-06-191-11/+59
* Merge branch '2012wk24' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-191-12/+20
|\
| * lsblk: use exclusive_option()Sami Kerola2012-06-171-12/+20
* | lsblk: permit option --exclude more than onceBernhard Voelker2012-06-191-4/+2Star
|/
* lsblk: use fallback for TYPEKarel Zak2012-06-151-2/+7
* lsblk: use blkdev_scsi_type_to_name()Sami Kerola2012-06-111-17/+1Star
* lsblk: fix /sys/.../ro usageKarel Zak2012-05-031-1/+1
* lsblk: remove private \x<hex> coding, decode data from udevKarel Zak2012-04-261-38/+12Star
* lsblk: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-191-6/+39
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* lsblk: count with terminating character, man page -s entryPeter Rajnoha2012-04-041-1/+1
* lsblk: use libmount to get mountpoints/swapsKarel Zak2012-04-031-12/+63
* misc: clenaup SIZE columns in lsblk and findmntKarel Zak2012-03-201-1/+1
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-1/+1
* lsblk: add --version switchMilan Broz2012-03-081-5/+11
* lsblk: escape unsafe chars in parsable outputKarel Zak2012-03-081-8/+38
* lsblk: use readlink_at from at.cKarel Zak2012-03-071-9/+24
* lsblk: add inverse tree support (-s)Peter Rajnoha2012-03-071-54/+160
* lsblk: remove (dm-N) from NAME for raw/pair output formatKarel Zak2012-03-071-2/+7
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* lsblk: check stat() return codeKarel Zak2012-02-031-5/+9
* lsblk: add UUID to --fs outputKarel Zak2012-01-161-0/+1
* lib,tt: add TT_FL_NOEXTREMESKarel Zak2011-11-101-1/+1
* lsblk: remove __NCOLUMNSDavidlohr Bueso2011-11-021-10/+10
* lsblk: inform about depencency to /sys/dev/blockSami Kerola2011-10-101-0/+9
* lsblk: add udev supportIlias Mamedov2011-10-031-4/+45
* textual: add some guiding comments for translatorsBenno Schulenberg2011-08-021-0/+1
* lsblk: correct mistaken wordBenno Schulenberg2011-08-021-1/+1
* lsblk: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-3/+3
* misc: use unsigned int for bit-filedsKarel Zak2011-07-291-4/+4
* include: [strutils.c] add list parsersKarel Zak2011-07-271-2/+1Star
* include; [tt.c] check for array size in columns parserKarel Zak2011-07-271-2/+5
* lsblk: ignore device if disappear while processingMilan Broz2011-07-211-23/+48
* lsblk: add queue request size attributeMilan Broz2011-07-151-0/+8
* lsblk: add state attributeMilan Broz2011-07-151-0/+13
* This adds a second parameter to size_to_human_string() to return aFrancesco Cosoleto2011-05-261-3/+3
* 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