summaryrefslogtreecommitdiffstats
path: root/sys-utils/losetup.c
Commit message (Expand)AuthorAgeFilesLines
* losetup: Typo fixStanislav Brabec2019-06-211-1/+1
* misc: replaces atexit(close_stdout) with new close_stdout_atexit()Karel Zak2019-06-171-1/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+5Star
* losetup: update an error messageJeffrey Ferreira2019-01-221-1/+1
* losetup: properly use --sector-size when create a new deviceKarel Zak2019-01-221-17/+19
* lib/loopdev: differentiate between setter()s and ioctl callsKarel Zak2019-01-221-4/+4
* losetup: use offset in warn_size() calculationKarel Zak2019-01-181-2/+5
* losetup: fix mem leak, improve code [coverity scan]Karel Zak2018-07-251-2/+4
* lib/path lib/sysfs: add debugKarel Zak2018-06-211-0/+3
* losetup: keep -f and <devname> mutually exclusiveKarel Zak2018-06-071-0/+3
* losetup: add --output-all optionSami Kerola2018-05-031-1/+8
* losetup: use scols_column_set_json_type()Karel Zak2018-04-181-9/+15
* losetup: fix bitwise vs. logical typo [coverity scan]Karel Zak2017-10-121-1/+1
* losetup: rename to --sector-size and LOG-SECKarel Zak2017-10-021-6/+6
* losetup: Add support for logical block sizeStanislav Brabec2017-09-271-13/+38
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(stderr)Ruediger Meier2017-06-261-4/+6
* misc: consolidate usage() "Available columns"Karel Zak2017-06-261-1/+1
* losetup: add missing initializer [clang]Sami Kerola2017-06-141-1/+1
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-141-1/+1
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-6/+10
* 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