summaryrefslogtreecommitdiffstats
path: root/sys-utils/losetup.c
Commit message (Expand)AuthorAgeFilesLines
* losetup.8: Reorder options documentationFrederick Grose2017-04-041-5/+6
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-22/+22
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* losetup --nooverlap: fix typoStanislav Brabec2016-10-061-1/+1
* losetup: allow to use --nooverlap when device specifiedKarel Zak2016-08-171-1/+20
* losetup: Prevent AUTOCLEAR detach raceStanislav Brabec2016-08-171-0/+6
* losetup: add --nooverlap optionsKarel Zak2016-08-171-42/+94
* Add sizelimit to internal APIStanislav Brabec2016-08-031-4/+4
* losetup: fix outdated commentYuriy M. Kaminskiy2016-04-181-1/+1
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* losetup: clean up --direct-ioKarel Zak2015-11-191-4/+5
* losetup: support list direct ioMing Lei2015-11-191-0/+6
* losetup: support ioctl cmd of LOOP_SET_DIRECT_IOMing Lei2015-11-191-2/+25
* losetup: add --jsonKarel Zak2015-06-051-1/+17
* losetup: print more usable error message on failed -fKarel Zak2015-06-031-2/+11
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-4/+6
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* losetup: clean up columns[] usageKarel Zak2014-07-181-7/+4Star
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+2
* build: fix some compiler warningsRuediger Meier2014-05-301-2/+0Star
* losetup: don't ignore EBUSY in losetup when the loop device is givenStanislav Brabec2014-05-281-1/+1
* losetup: return EXIT_FAILURE on unsuccessful -fKarel Zak2014-05-131-1/+2
* textual: remove square brackets from around three dotsBenno Schulenberg2014-05-061-5/+5
* libsmartcols: clean up flags usageKarel Zak2014-04-031-3/+3
* losetup: tiny change to usage()Karel Zak2014-04-031-1/+1
* losetup: clean up scols usageKarel Zak2014-04-031-68/+58Star
* losetup: use libsmartcolsOndrej Oprala2014-04-031-36/+46
* losetup: remove warning for unsupported -e and -EKarel Zak2014-01-061-6/+1Star
* losetup, mount: remove --pass-fd at allKarel Zak2014-01-061-5/+1Star
* losetup, agetty: remove unnecessary if's before free()Sami Kerola2013-12-021-4/+2Star
* losetup: cut the remaining little block of help text into slices tooBenno Schulenberg2013-10-091-6/+7
* losetup: don't require 512-byte aligned offsetsKarel Zak2013-10-011-5/+1Star
* Fix various typosYuri Chornoivan2013-09-281-1/+1
* losetup: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-1/+1
* losetup: use loop-control to explicitly ask for deviceKarel Zak2013-08-061-0/+2
* losetup: fix loop device name usageKarel Zak2013-08-051-4/+9
* losetup: make -j <path> more robustKarel Zak2013-08-051-10/+28
* losetup: set errno for misaligned offsetsKarel Zak2013-07-191-6/+14
* textual: improve clarity of some error messagesBenno Schulenberg2013-06-071-3/+3
* textual: harmonize some loop-device error messagesBenno Schulenberg2013-06-071-6/+6
* losetup: add --raw and --noheadingsKarel Zak2013-05-131-10/+29
* losetup: use warn_size() for regular files onlyKarel Zak2013-05-131-1/+1
* loopdev: sync capacity after setting itJeff Mahoney2013-04-091-15/+4Star
* losetup: allow -j option argument to be relative pathSami Kerola2013-04-051-3/+10
* losetup: make usage() translator friendlySami Kerola2013-01-251-8/+8
* losetup: fix declarations [smatch scan]Sami Kerola2013-01-091-2/+5
* losetup: allow to use -O without --listKarel Zak2012-11-121-0/+2
* losetup: rename SIZE->SIZELIMITKarel Zak2012-11-121-4/+4
* losetup: add --list and --output optionOndrej Oprala2012-11-121-9/+253