summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* libblkid: improve whole-disk detection when read /proc/partitionsKarel Zak2019-01-081-1/+1
* lsblk: fix null pointer dereferencesSami Kerola2018-12-102-3/+4
* lsblk: add --mergeKarel Zak2018-12-074-31/+112
* lsblk: make devtree dependences more genericKarel Zak2018-12-072-29/+68
* lsblk: add --dedup <column>Karel Zak2018-12-074-11/+192
* lsblk: remember whole-disk, remove unused struct memberKarel Zak2018-12-073-14/+18
* lsblk: make device_get_data() more genericKarel Zak2018-12-072-58/+78
* lsblk: apply --nodeps to partitions tooKarel Zak2018-12-071-3/+3
* lsblk: read queue/discard_granularity only when necessaryKarel Zak2018-12-073-13/+20
* lsblk: reuse 'removable' flag from parentKarel Zak2018-12-073-6/+31
* lsblk: don't keep sysfs dirs openKarel Zak2018-12-071-16/+46
* lsblk: rename set_device()Karel Zak2018-12-071-6/+6
* lsblk: add commentsKarel Zak2018-12-071-12/+46
* lsblk: add process_all_devices_inverse()Karel Zak2018-12-071-35/+90
* lsblk: reorder functionsKarel Zak2018-12-071-56/+57
* lsblk: make process_partitions() more readableKarel Zak2018-12-071-11/+11
* lsblk: remove unncessary parent pointerKarel Zak2018-12-072-33/+18Star
* lsblk: use real rather than hardcoded parentKarel Zak2018-12-071-4/+9
* lsblk: use devtree functionsKarel Zak2018-12-071-92/+104
* lsblk: add lsblk_device_has_dependence()Karel Zak2018-12-072-11/+29
* lsblk: process_one_device() refactoringKarel Zak2018-12-071-11/+24
* lsblk: add devtree_get_device_or_new()Karel Zak2018-12-071-13/+26
* lsblk: keep functions names consistentKarel Zak2018-12-071-12/+12
* lsblk: remove unused reset_device()Karel Zak2018-12-071-25/+0Star
* lsblk: fix devtree deallocationKarel Zak2018-12-072-15/+6Star
* lsblk: split sysfs reading and scols table fillingKarel Zak2018-12-071-22/+56
* lsblk: cleanup device reference in the treeKarel Zak2018-12-072-4/+37
* lsblk: remove badly named debug interface nameKarel Zak2018-12-072-22/+21Star
* lsblk: add basic function to build devices treeKarel Zak2018-12-073-3/+354
* lsblk: properly initialize structsKarel Zak2018-12-071-4/+5
* lsblk: rename reset_lsblk_device() to reset_device()Karel Zak2018-12-071-6/+6
* lsblk: rename blkdev_cxt to lsblk_deviceKarel Zak2018-12-074-278/+278
* lib/timer: add fallback if timer_create() not availableKarel Zak2018-12-031-3/+5
* blkid: fix usage()Karel Zak2018-11-291-1/+1
* blkid: make PART_ENTRY_* tags optional (add --no-part-details)Karel Zak2018-11-292-5/+16
* uuidd: Add hardening settings to uuidd.serviceAndreas Henriksson2018-11-291-0/+11
* uuidd: Add Documentation key to uuidd.serviceAndreas Henriksson2018-11-211-0/+1
* rename: avoid undefined function prototype for `fpurge`Patrick Steinhardt2018-10-041-1/+3
* lsblk: fix unknown type `stat` caused by missing headerPatrick Steinhardt2018-10-041-0/+1
* lsblk: always use "part" as TYPE for partitionsKarel Zak2018-10-031-1/+4
* lsblk: move udev and blkid stuff to lsblk-properties.cKarel Zak2018-09-194-193/+210
* lsblk: cleanup udev/blkid properties codeKarel Zak2018-09-192-113/+143
* lsblk: encapsulate stat() usageKarel Zak2018-09-141-12/+16
* lsblk: differentiate between swap and mountKarel Zak2018-09-143-5/+10
* lsblk: use lsblk_ prefix mountpoint getterKarel Zak2018-09-143-5/+5
* lsblk: init/deinit libmount stuffKarel Zak2018-09-143-0/+18
* lsblk: move mount stuff to lsblk-mnt.cKarel Zak2018-09-144-107/+114
* lsblk: add lsblk.hKarel Zak2018-09-143-82/+101
* lsblk: add columns FSAVAIL,FSSIZE,FSUSED,FSUSE%Karel Zak2018-09-131-6/+84
* lsblk: don't ask udev when --sysroot specifiedKarel Zak2018-09-111-0/+2