summaryrefslogtreecommitdiffstats
path: root/mount/lomount.c
Commit message (Expand)AuthorAgeFilesLines
* move struct option to .rodataKarel Zak2011-03-031-1/+2
* umount: allow unmounting loopdev specified by associated filePetr Uzel2011-02-211-0/+53
* losetup: spelling fixesPetr Uzel2011-02-211-4/+4
* remove duplicate includesKarel Zak2011-01-041-2/+0Star
* mount: read /sys for loopdev backing fileKarel Zak2010-12-011-0/+27
* losetup: use /sys/dev/block/.../loop/backing_fileKarel Zak2010-12-011-1/+43
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-2/+2
* losetup: do not distinguish between malloc and reallocTobias Klauser2010-08-201-3/+8
* losetup: use stdout and return 0 for --helpKarel Zak2010-08-041-15/+19
* losetup: support suffixes and hex numbers for --offset and --sizelimitKarel Zak2010-03-301-6/+10
* losetup: remove unused macroKarel Zak2009-10-161-2/+0Star
* include: fix _PATH_DEVKarel Zak2009-07-021-1/+1
* include: clean up _PATH_DEV_* macrosKarel Zak2009-06-301-8/+6Star
* losetup: fix return codes of functions arounf is_associated()Karel Zak2009-06-301-16/+9Star
* losetup: add --set-capacityKarel Zak2009-05-291-6/+39
* losetup: handle symlinks in /dev/loop/Mike Frysinger2009-05-111-1/+1
* losetup: mount endless loop hangKarel Zak2009-04-231-1/+5
* mount: remove useless if-before-free testsKarel Zak2009-02-241-2/+1Star
* losetup: detach more devices by "-d <loop> [<loop> ..]"Karel Zak2009-02-191-14/+19
* mount: move realpath.c code to lib/Karel Zak2009-02-111-1/+0Star
* losetup: add warning about read-only modeKarel Zak2008-11-181-0/+3
* losetup: try to set up loop readonly if EACCESMatthias Koenig2008-11-181-1/+2
* losetup: several strings without gettext stringsPedro Ribeiro2008-10-031-4/+4
* losetup: missing EBUSY error hint messageKarel Zak2008-09-301-5/+16
* losetup: remove dependence on minor numbersKarel Zak2008-08-211-0/+4
* losetup: looplist_* refactoring, remove scandir()Karel Zak2008-08-041-149/+153
* losetup: clean up code around LO_FLAGS_AUTOCLEARKarel Zak2008-07-021-21/+20Star
* umount: improve "-d" option for autoclear loopsKarel Zak2008-07-021-0/+23
* losetup: split help message into two smaller partsBenno Schulenberg2008-04-161-4/+5
* losetup: mark the option -s as deprecatedKarel Zak2008-04-151-1/+1
* losetup: add --sizelimit optionShachar Shemesh2008-04-151-10/+23
* mount: allow auto-destruction of loop devicesBernardo Innocenti2008-02-191-6/+28
* losetup: add --associated optionKarel Zak2008-02-081-17/+59
* losetup: support unlimited number of loopsKarel Zak2008-02-081-109/+318
* losetup: use standard uintxy_t types (struct loop_info64)Samuel Thibault2007-12-031-4/+5
* mount: fix fd leakMatthias Koenig2007-11-261-0/+1
* mount: prevent loop mounting the same file twiceKarel Zak2007-10-261-1/+107
* losetup: canonicalize loopfile nameKarel Zak2007-10-261-2/+12
* losetup: fix errno usageKarel Zak2007-10-251-8/+11
* mount: clean up global variablesKarel Zak2007-10-251-5/+0Star
* losetup: remove duplicate xstrdup() and error()Karel Zak2007-10-251-31/+2Star
* losetup: clean up gcc warningsRandy Dunlap2007-10-111-5/+5
* mount: free loop device on failureSascha Sommer2007-08-271-0/+1
* lomount.c: don't use mlockall if CRYPT_NONEMasatake YAMATO2007-07-101-6/+7
* losetup: add long options and fix man pageKarel Zak2007-06-271-9/+31
* mount: loop device race conditionMatthias Koenig2007-06-271-5/+18
* mount: loop device race conditionMatthias Koenig2007-06-271-2/+10
* losetup: add a new option -sKarel Zak2007-06-181-3/+10
* losetup: add support read-only loopsKarel Zak2007-03-221-2/+6
* losetup: add -a option to list all used loop devicesKarel Zak2007-03-221-14/+58