Age | Commit message (Expand) | Author | Files | Lines |
2012-04-10 | lib/blkdev: fix compiler warning [-Wreturn-type] | Karel Zak | 1 | -1/+3 |
2012-04-10 | strutils: return success on test program | Davidlohr Bueso | 1 | -1/+1 |
2012-04-10 | fdisk: move kernel geometry into blkdev | Davidlohr Bueso | 1 | -0/+23 |
2012-04-05 | Merge branch 'eject' | Karel Zak | 1 | -2/+151 |
2012-04-02 | lib/loopdev: more robust initialization | Karel Zak | 1 | -1/+2 |
2012-03-30 | lib/strutils: add strtosize_or_err, clean up | Karel Zak | 1 | -37/+45 |
2012-03-29 | lib/sysfs: improve sysfs_is_partition_dirent() | Karel Zak | 1 | -2/+22 |
2012-03-27 | sysfs: move blkid_devno_to_wholedisk to sysfs_devno_to_wholedisk | Michal Luscon | 1 | -0/+129 |
2012-03-27 | build-sys: move obsolete lib/fsprobe to mount/ | Karel Zak | 1 | -142/+0 |
2012-03-26 | Revert "lib/canonicalize: always remove tailing slash" | Karel Zak | 1 | -10/+3 |
2012-03-20 | lib/tt: work more sensitive with large columns | Karel Zak | 1 | -1/+7 |
2012-03-18 | fileutils: differentiate xmkstemp and xfmkstemp | Sami Kerola | 1 | -13/+10 |
2012-03-18 | xalloc: use xasprintf in all files | Sami Kerola | 1 | -2/+3 |
2012-03-18 | lib: add fileutils function collection | Sami Kerola | 2 | -0/+57 |
2012-03-07 | lsblk: add inverse tree support (-s) | Peter Rajnoha | 1 | -2/+3 |
2012-03-06 | libblkid: fix sysfs context usage | Karel Zak | 1 | -3/+3 |
2012-02-28 | build-sys: enhance readability of the autotools files | Sami Kerola | 1 | -8/+16 |
2012-02-24 | lib/canonicalize: always remove tailing slash | Karel Zak | 1 | -3/+10 |
2012-02-24 | docs: corrections to FSF license files, and postal address | Sami Kerola | 1 | -3/+3 |
2012-02-23 | lib/strutils: move array bounds check in string_to_idarray() to appropriate p... | Chandan B Rajenda | 1 | -2/+2 |
2012-02-13 | lib/fsprobe: mar this internal API as deprecated | Karel Zak | 1 | -0/+5 |
2012-02-02 | lib/loopdev: remove dead assigment and null deference | Karel Zak | 1 | -1/+1 |
2012-02-02 | lib/loopdev: fix part scan detection code | Karel Zak | 1 | -1/+1 |
2012-02-01 | lib/sysfs: fix handle leak | Karel Zak | 1 | -0/+1 |
2012-02-01 | lib/loopdev: fix possible dir leak on error | Karel Zak | 1 | -0/+1 |
2012-02-01 | lib/sysfs: fix possible fd leak on error | Karel Zak | 1 | -1/+2 |
2012-01-17 | losetup: make xgetpass more robust | Karel Zak | 1 | -2/+2 |
2012-01-17 | lib,loopdev: remove duplicate includes | Karel Zak | 1 | -1/+0 |
2012-01-16 | libmount: avoid duplicate loopdevs | Karel Zak | 1 | -1/+4 |
2012-01-11 | losetup: move xgetpass() to lib/xgetpass.c | Karel Zak | 1 | -0/+46 |
2012-01-09 | loopdev: improve debug messages | Karel Zak | 1 | -2/+10 |
2012-01-09 | loopdev: support LO_FLAGS_PARTSCAN flag (kernel 3.2) | Karel Zak | 1 | -2/+62 |
2012-01-05 | blkdev: add is_blkdev function | Davidlohr Bueso | 1 | -0/+6 |
2012-01-02 | fdisk: use CDROM_GET_CAPABILITY ioctl | Davidlohr Bueso | 1 | -0/+13 |
2011-12-22 | lib,tt: don't trim last line char | Karel Zak | 1 | -0/+1 |
2011-12-22 | losetup: rewrite loop setup | Karel Zak | 1 | -0/+8 |
2011-12-22 | lib,loopdev: add missing functions | Karel Zak | 1 | -41/+166 |
2011-12-02 | build-sys: check HAVE_ definitions with #ifdef [smatch scan] | Sami Kerola | 2 | -2/+2 |
2011-11-15 | lib,match: split match_fstype() from libmount | Karel Zak | 1 | -0/+51 |
2011-11-14 | lib,tt: fix compiler warning [-Wreturn-type] | Karel Zak | 1 | -1/+1 |
2011-11-10 | lib,tt: add TT_FL_NOEXTREMES | Karel Zak | 1 | -41/+124 |
2011-11-08 | libmount: ignore tailing slash in netfs source paths | Petr Uzel | 1 | -0/+32 |
2011-11-07 | lib,loopdev: add LOOP_CTL_GET_FREE support | Karel Zak | 1 | -7/+29 |
2011-10-26 | lib: cleanup setproctitle.c | Karel Zak | 1 | -55/+20 |
2011-10-17 | lib,strutils: add default value to parse_range() | Davidlohr Bueso | 1 | -3/+4 |
2011-10-12 | lib,strutils: share parse_range() | Davidlohr Bueso | 1 | -1/+44 |
2011-10-03 | Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetit | Karel Zak | 1 | -0/+24 |
2011-09-30 | umount: use new lib/loopdev.c code | Karel Zak | 1 | -0/+40 |
2011-09-30 | mount: use new lib/loopdev.c code | Karel Zak | 1 | -1/+2 |
2011-09-29 | lib,loopdev: add debugu messages | Karel Zak | 1 | -17/+109 |