aboutsummaryrefslogtreecommitdiff
path: root/libbb/loop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb/loop: fix compile failure (name collision)Denys Vlasenko2023-01-021-2/+2
* libbb: shrink del_loop()Denys Vlasenko2022-12-131-1/+1
* loop: restore the correct return vaule of set_loop()Denys Vlasenko2022-12-131-4/+8
* loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevsDenys Vlasenko2022-12-131-9/+43
* loop: refactor: extract subfunction set_loopdev_params()Xiaoming Ni2022-12-131-39/+51
* loop: simplify code of LOOP_SET_FD failureXiaoming Ni2022-12-121-7/+3
* loop: refactor: extract subfunction get_next_free_loop()Xiaoming Ni2022-12-121-30/+26
* loop: fix a race when a free loop device is snatchedXiaoming Ni2022-11-151-1/+10
* mount: if we race with other loop mount, we forget to close loop devDenys Vlasenko2020-12-171-1/+2
* mount: fix a race when a free loop device is snatched under us by another mount.Denys Vlasenko2020-12-171-65/+73
* mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-011-1/+3
* mount,losetup: use /dev/loop-control is it existsDenys Vlasenko2019-06-091-6/+36
* testsuite/mount.tests: fix false positiveDenys Vlasenko2018-06-281-0/+4
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-161-16/+33
* libbb/loop: don't try to re-use existing loop deviceKevin Wallace2015-02-071-10/+1
* libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko2014-01-211-6/+12
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-3/+3
* losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-121-4/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2010-05-191-1/+1
* loop: correct minor device number limitDenys Vlasenko2010-04-141-1/+2
* mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen2010-04-141-2/+12
* libbb/loop: comment out u32 hackDenys Vlasenko2010-03-181-1/+2
* libbb/loop.c: move #include to its user, improve commentDenys Vlasenko2010-03-081-3/+1
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-061-5/+1
* libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko2010-03-051-13/+18
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-16/+23
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-031-3/+4
* loop device code: readability improvementDenis Vlasenko2007-04-191-10/+14
* strdup -> xstrdupDenis Vlasenko2007-01-191-1/+1
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-1/+3
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-24/+36
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-0/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-1/+0
* Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"Rob Landley2006-06-251-1/+1
* Fix a possible race condition if two processes try to claim the same loopRob Landley2006-06-251-3/+4
* Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO soRob Landley2006-03-181-13/+6
* with 2.4 kernel headers, lo_file_name is char, but with 2.6Eric Andersen2006-01-301-3/+3
* just whitespaceTim Riker2006-01-251-3/+3
* Close bug 644: loop incrementing twice, skipping ever other device.Rob Landley2006-01-221-1/+1
* Trying to losetup a device as a regular user shouldn't result in an endlessRob Landley2005-12-211-2/+3
* Fix losetup so that it A) actually works again, B) has much better errorRob Landley2005-11-291-14/+30
* - don't update copyright years. He might release it, but apparently will haveBernhard Reutner-Fischer2005-10-151-1/+1
* - an empty middle term in ?: violates ISO CBernhard Reutner-Fischer2005-10-151-31/+22
* The check for EROFS was wrong. For example, if you try to mount a filesystemRob Landley2005-10-111-4/+3
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-92/+71