summaryrefslogtreecommitdiff
path: root/lib/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* lib/sysfs: fix semantics of blkdev_is_hotpluggableThomas Weißschuh2023-01-241-31/+51
* lib/sysfs: add TODO about removable usb devicesThomas Weißschuh2023-01-241-0/+2
* lib/sysfs: add function blkdev_is_removableThomas Weißschuh2023-01-241-1/+13
* lib/sysfs: use temporary bufferKarel Zak2023-01-061-14/+19
* Merge branch 'libblkid/topology-diskseq' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-3/+3
|\
| * lib/sysfs: allow parent redirect even for non-queue filesThomas Weißschuh2022-12-281-3/+3
* | Merge branch 'cleanups' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-1/+1
|\ \
| * | lib: sysfs: fix typoThomas Weißschuh2022-12-281-1/+1
| |/
* | sysfs: add helper for /sys/kernel/address_bitsThomas Weißschuh2022-12-211-0/+13
|/
* sysfs: sysfs_get_byteorder: add context parameterThomas Weißschuh2022-11-251-2/+2
* sysfs: read runtime byteorderThomas Weißschuh2022-11-251-0/+30
* lib/sysfs: fix typoKarel Zak2022-08-111-2/+2
* lib/path: make path use more robust [coverity scan]Karel Zak2021-11-291-1/+1
* lib/sys: add sysfs_chrdev_devno_to_devname()Karel Zak2021-11-251-0/+34
* sysfs: fallback for partitions not including parent namePortisch2021-11-091-5/+7
* lib/path: improve ul_path_readlink() to be more robustKarel Zak2021-06-171-7/+4
* lib/sysfs: fix doble free [coverity scan]Karel Zak2020-10-091-3/+1
* libblkid: use /sys to read all block devicesKarel Zak2020-10-071-11/+25
* lib/sysfs: fix prefix use in sysfs_devname_is_hidden()Karel Zak2020-06-191-0/+3
* lsblk: Ignore hidden devicesRitika Srivastava2020-05-141-0/+29
* [clang-tidy] fix wrong *cmp usageRosen Penev2020-04-201-1/+1
* misc: fix typos [codespell]Sami Kerola2019-09-121-1/+1
* lib/sysfs: fix reference counting for parentKarel Zak2019-06-111-1/+1
* lib/sysfs: use xstrncpy()Karel Zak2019-05-201-8/+5
* lib/fileutils: add xreaddir()Karel Zak2019-04-111-15/+0
* lib/sysfs: add function to detect partitioned devicesKarel Zak2018-12-071-0/+14
* lib/sysfs: cleanup function namesKarel Zak2018-06-211-4/+3
* lib/sysfs: fix sysfs_blkdev_get_wholedisk()Karel Zak2018-06-211-1/+3
* lib/sysfs: add sysfs_blkdev_get_parent()Karel Zak2018-06-211-0/+6
* lib/sysfs: make possible to call sysfs_blkdev_deinit_path() in loopKarel Zak2018-06-211-8/+16
* lib/path lib/sysfs: add debugKarel Zak2018-06-211-1/+37
* lib/sysfs: add ul_new_sysfs_path() shortcutKarel Zak2018-06-211-20/+33
* lib/sysfs: new implementationKarel Zak2018-06-211-529/+443
* libblkid: ignore private Stratis devicesTony Asleson2018-03-091-9/+15
* lsblk: try device/dev to read devnoKarel Zak2018-02-091-43/+54
* libblkid: don't use CDROM_GET_CAPABILITY ioctl for DM devicesKarel Zak2017-07-121-7/+11
* misc: fix gcc-7 snprintf warnings -Wformat-truncationRuediger Meier2017-06-141-2/+2
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* lib: use unique ifdefs for testsKarel Zak2017-01-041-1/+1
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-4/+2
* lib/sysfs: be more smart for non-scsi devicesKarel Zak2016-06-021-1/+4
* misc: Fix various typosSebastian Rasmussen2016-05-311-3/+3
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* lib: remove openat fallback functions (include/at.h)Ruediger Meier2016-03-071-7/+8
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-6/+6
* lsns.c: fix error returnYuriy M. Kaminskiy2016-03-071-1/+1
* misc: fix some printf format stringsRuediger Meier2016-02-111-1/+1
* include: add missing includesRuediger Meier2016-02-111-0/+1
* lib/sysfs: make sysfs_get_devname()/blkid_devno_to_wholedisk() more robustKarel Zak2015-10-301-23/+25