summaryrefslogtreecommitdiffstats
path: root/lib/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib/sysfs: add functions for SCSI host attributesKarel Zak2012-10-231-0/+52
* include/sysfs: add SCSI host:channel:target:lun supportKarel Zak2012-10-231-3/+39
* lib/sysfs: fix sysfs_devname_to_devno for dm partitionsPeter Rajnoha2012-09-211-1/+1
* lib/sysfs: more robust sysfs_opendir() [coverity scan]Karel Zak2012-09-071-2/+3
* lib/sysfs: make sysfs_partno_to_devno better readableBernhard Voelker2012-08-141-7/+9
* lib/sysfs; add sysfs_partno_to_devno()Karel Zak2012-08-131-4/+53
* lib/sysfs: expect p<N> suffix for partitionsKarel Zak2012-08-131-3/+6
* fix buffer overrun in some calls to sscanfKarel Zak2012-07-091-1/+1
* lib/sysfs: use warn_unused_result for sysfs_init()Karel Zak2012-06-211-1/+2
* lib/sysfs: check if cxt->dir_path is NULL in sysfs_readlink()Cong Wang2012-06-211-0/+3
* sysfs: fix printf format warningsSami Kerola2012-06-111-1/+1
* lib/sysfs: improve sysfs_is_partition_dirent()Karel Zak2012-03-291-2/+22
* sysfs: move blkid_devno_to_wholedisk to sysfs_devno_to_wholediskMichal Luscon2012-03-271-0/+129
* lsblk: add inverse tree support (-s)Peter Rajnoha2012-03-071-2/+3
* libblkid: fix sysfs context usageKarel Zak2012-03-061-3/+3
* lib/sysfs: fix handle leakKarel Zak2012-02-011-0/+1
* lib/sysfs: fix possible fd leak on errorKarel Zak2012-02-011-1/+2
* lib: do not attempt to close(0) in sysfs_deinit()Petr Uzel2011-09-131-0/+1
* lib: [sysfs.c] fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-3/+3
* sysfs: free used resourcesDavidlohr Bueso2011-07-261-0/+1
* lib: [sysfs.c] fix double freeKarel Zak2011-05-301-1/+3
* build-sys: cleanup lib/ testsKarel Zak2011-05-251-1/+1
* lib: [sysfs.c] add sysfs_readlink and name/path functionsKarel Zak2011-05-181-14/+122
* lib: [sysfs.c] make sysfs_read_* function more robustKarel Zak2011-05-181-11/+39
* libblkid: use stuff from sysfs.h and at.hKarel Zak2011-05-161-0/+7
* lib: add generic sysfs utilsKarel Zak2011-05-161-0/+348