summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blkzone: use new ul_path_* APIKarel Zak2018-06-211-8/+17
* fstrim: use new ul_path_* APIKarel Zak2018-06-211-12/+15
* lib/path: improve debug message on redirectKarel Zak2018-06-211-3/+3
* fstrim: add --dry-runKarel Zak2018-06-212-7/+22
* fstrim: use new ul_path_* API, improve sysfs context usageKarel Zak2018-06-211-18/+34
* lib/sysfs: fix sysfs_blkdev_get_wholedisk()Karel Zak2018-06-211-1/+3
* lib/path: simplify debug messageKarel Zak2018-06-211-2/+2
* lscpu: use new ul_path_* APIKarel Zak2018-06-212-133/+137
* lib/path: add ul_prefix_fopen(), improve cpuset funcsKarel Zak2018-06-212-2/+28
* lib/path: don't use extra '/'Karel Zak2018-06-211-4/+16
* ipcs: use new ul_path_* APIKarel Zak2018-06-212-18/+17Star
* lib/path: add more debug messagesKarel Zak2018-06-211-2/+6
* chcpu: use new ul_path_* APIKarel Zak2018-06-211-43/+55
* ctrlaltdel: use new ul_path_* APIKarel Zak2018-06-211-1/+4
* lib/path: make ul_path_read_ usable with NULL handlerKarel Zak2018-06-211-11/+22
* rfkill: don't use lib/pathKarel Zak2018-06-211-2/+4
* chmem: use new ul_path_* APIKarel Zak2018-06-211-16/+23
* lsmem: use new ul_path_* APIKarel Zak2018-06-211-40/+53
* lib/path: add ul_path_read_buffer()Karel Zak2018-06-212-0/+33
* lib/path: add ul_path_get_abspath()Karel Zak2018-06-212-1/+36
* zramctl: use new ul_path_* APIKarel Zak2018-06-211-41/+54
* lib/sysfs: fix ul_path_read_string() usageKarel Zak2018-06-211-0/+1
* libfdisk: use new ul_path_* APIKarel Zak2018-06-211-1/+1
* libblkid: use new ul_path_* APIKarel Zak2018-06-213-42/+51
* lib/sysfs: add sysfs_blkdev_get_parent()Karel Zak2018-06-212-0/+8
* lib/sysfs: make possible to call sysfs_blkdev_deinit_path() in loopKarel Zak2018-06-212-9/+17
* lib/path: fix read string to be backwardly compatibleKarel Zak2018-06-211-0/+4
* lib/path lib/sysfs: add debugKarel Zak2018-06-215-2/+81
* lib/loopdev: remove obsolete macroKarel Zak2018-06-211-1/+0Star
* lib/loopdev: use new ul_path_* APIKarel Zak2018-06-212-27/+27
* lib/sysfs: add ul_new_sysfs_path() shortcutKarel Zak2018-06-212-20/+34
* lib/sysfs: new implementationKarel Zak2018-06-213-606/+498Star
* lib/path: new implementationKarel Zak2018-06-213-167/+1024
* lsblk: add partition table UUID and type fields.Milan Broz2018-06-191-0/+27
* partx: exit with error code when partition read failedAndreas Henriksson2018-06-181-1/+3
* setarch: add another PER_LINUX32 aliases for ppcleKarel Zak2018-06-141-0/+2
* docs: update TODOKarel Zak2018-06-111-13/+0Star
* mount: add -N to man page helpers sectionKarel Zak2018-06-112-1/+5
* umount: fix behaviour of -A and -R with --namespaceVaclav Dolezal2018-06-111-1/+10
* umount: allow PID as --namespace argumentVaclav Dolezal2018-06-112-3/+25
* mount: allow PID as --namespace argumentVaclav Dolezal2018-06-112-3/+26
* mount: document --namespace in man/helpVaclav Dolezal2018-06-114-0/+11
* libmount: switch namespace when appropriateVaclav Dolezal2018-06-114-19/+241
* libmount: support for namespaces for helpersVaclav Dolezal2018-06-112-5/+37
* libmount: make errno usable after mnt_context_set_target_ns()Karel Zak2018-06-113-16/+10Star
* umount: add support for namespacesVaclav Dolezal2018-06-111-1/+11
* mount: add support for namespacesVaclav Dolezal2018-06-111-1/+11
* libmount: added error MNT_ERR_NAMESPACEVaclav Dolezal2018-06-113-0/+22
* libmount: note namespaces in mnt_reset_context() docsVaclav Dolezal2018-06-111-2/+3
* libmount: add support for switching namespacesVaclav Dolezal2018-06-115-0/+242