summaryrefslogtreecommitdiffstats
path: root/mount/lomount.c
Commit message (Expand)AuthorAgeFilesLines
* losetup: move to sys-utils directoryKarel Zak2011-12-201-1131/+0Star
* losetup: remove mount-specific headersKarel Zak2011-12-201-25/+23Star
* losetup: remove unnecessary header filesKarel Zak2011-12-201-3/+7
* losetup: remove 32-bit ioctlsKarel Zak2011-12-201-81/+4Star
* losetup: remove #ifdef LOOP_SET_FD nonsenseKarel Zak2011-12-201-52/+0Star
* losetup: remove obsolete #ifdef MAINKarel Zak2011-12-201-10/+2Star
* losetup: new -D option to delete all used loop devicesPetr Uzel2011-10-031-4/+41
* losetup: print verbose messages if requestedPetr Uzel2011-10-031-2/+2
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-2/+1Star
* mount: use common libsDavidlohr Bueso2011-09-271-1/+0Star
* losetup: correct qsort compare functionAndreas Schwab2011-08-231-1/+1
* losetup: allow to use --verbose with --allKarel Zak2011-08-171-1/+2
* losetup: cleanup usage()Karel Zak2011-08-161-22/+24
* mount: fix compiler warnings [-Wsign-compare -Wunused-parameter]Karel Zak2011-08-011-1/+2
* 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