summaryrefslogtreecommitdiffstats
path: root/libmount/src/context_loopdev.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-161-3/+8
* libmount: switch namespace when appropriateVaclav Dolezal2018-06-111-0/+8
* misc: fix typos using codespellRuediger Meier2018-02-161-2/+2
* libmount: Fix incorrect detach of reused loop deviceStanislav Brabec2017-01-161-3/+7
* libmount: fix mount -oloop=/dev/loopX regressionStanislav Brabec2017-01-161-1/+6
* libmount: one iteration to detect overlap and reuse loopdevKarel Zak2016-08-041-32/+31Star
* lib/loopdev: cleanup sizelimit checkKarel Zak2016-08-041-2/+2
* libmout: Reuse loop device safelyStanislav Brabec2016-08-031-13/+52
* Add sizelimit to internal APIStanislav Brabec2016-08-031-3/+3
* libmount: Fix possible crash in mnt_context_setup_loopdev()Stanislav Brabec2016-08-031-2/+4
* libmount: don't check nonnull attributes for NULL [-Wnonnull-compare]Karel Zak2016-06-141-1/+1
* libmount: reuse existing loop deviceStanislav Brabec2016-04-221-0/+24
* libmount: Re-organize is_mounted_same_loopfile()Stanislav Brabec2016-04-221-12/+14
* libmount: add loop to debug outputKarel Zak2016-02-161-16/+17
* libmount: cleanup assert() usageKarel Zak2015-08-041-9/+0Star
* lib/loopdev: replace custom DBG() with include/debug.hKarel Zak2014-11-041-2/+0Star
* libmount: add missing assert()Karel Zak2014-07-171-0/+1
* libmount: don't touch mtab when mount -n specifiedKarel Zak2014-06-171-1/+1
* libmount: use new debug functionsKarel Zak2014-03-211-16/+16
* libmount: be robust when work with loopdev backing file pathsKarel Zak2013-08-051-13/+12Star
* libmount: fix typosOndrej Oprala2013-08-051-7/+7
* libmount: allow to use propagation flags in fstabKarel Zak2013-01-151-1/+2
* libmount: clean nonnull attribute usageKarel Zak2012-12-041-2/+11
* libmount: append loop option when automatically create loopdevKarel Zak2012-09-181-1/+5
* mount: losetup: remove obsolete encryption supportLudwig Nussel2012-09-111-18/+4Star
* lib/loopdev: use warn_unused_result forimportant functionsKarel Zak2012-06-211-1/+3
* libmount: add MNT_ERR_MOUNTOPTKarel Zak2012-05-281-2/+6
* libmount: add MNT_ERR_LOOPDEVKarel Zak2012-05-281-0/+1
* libmount: fix compiler warnings [-Wuninitialized -Wformat]Karel Zak2012-01-171-1/+1
* libmount: add post-mount checks to detect ro/rwKarel Zak2012-01-161-2/+1Star
* libmount: avoid duplicate loopdevsKarel Zak2012-01-161-0/+67
* libmount: fix auto-loopdevKarel Zak2012-01-121-7/+14
* libmount: add support for encrypted loopdevsKarel Zak2012-01-111-2/+24
* libmount: consolidate MNT_FS_* codeKarel Zak2012-01-021-3/+1Star
* libmount: support -o loop=<devname>Karel Zak2011-09-301-3/+8
* libmount: use loopdev debug facilityKarel Zak2011-09-291-0/+3
* libmount: support {offset,sizelimit}= foor loopdevsKarel Zak2011-09-291-18/+51
* libmount: fix use of logical '&&' with constant operandFrancesco Cosoleto2011-09-271-1/+1
* libmount: add mount support for loopdevsKarel Zak2011-06-101-0/+227