aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesDenys Vlasenko2012-04-201-3/+3
* mount: resolve hosts to IPs in nfs mountsDenys Vlasenko2011-11-101-1/+1
* mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko2011-11-101-6/+41
* mount: support -o noaclDave Love2011-11-101-22/+30
* mount: handle list of comma-separated fs types in -t optionKarol Lewandowski2011-11-031-3/+12
* mount: free commented /etc/filesystems lines when we read itDenys Vlasenko2011-11-031-2/+3
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+3
* losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-121-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer2011-05-041-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+60
* mount: add --rbind option supportRoman Borisov2011-03-261-0/+2
* mount: rprivate option fixRoman Borisov2011-03-261-1/+1
* mount: strip multiple trailing slashes, not just oneDenys Vlasenko2011-02-281-1/+1
* mount: update /etc/mtab properly on mount --moveRoman Borisov2011-02-281-9/+67
* mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard2011-02-261-0/+3
* mount: fix wrong long option namessRoman Borisov2011-02-261-8/+8
* mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin2010-10-281-12/+22
* mount: code shrink (-81 bytes)Alexander Shishkin2010-10-221-41/+15
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* mount: fix a case when sometimes error message is not printedDenys Vlasenko2010-06-271-3/+3
* mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko2010-05-191-1/+9
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-2/+2
* *: gethostname-related fixesDenys Vlasenko2010-02-271-10/+6
* whitespace fixDenys Vlasenko2010-02-061-1/+0
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+5
* mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko2009-12-161-31/+36
* mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko2009-12-151-12/+13
* mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko2009-12-151-30/+20
* mount: "already mounted" msg appears only if -vDenys Vlasenko2009-12-101-4/+6
* mount: prevent second mount -a from mounting everything againDenys Vlasenko2009-12-051-19/+58
* mount: add support for -O list. +44 bytesMichael Abbott2009-12-041-32/+50
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-6/+4
* mount: clean up #defines. No code changesDenys Vlasenko2009-11-211-10/+6
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* wget: fix for code 302; mount: support -o unionVladimir Dronnikov2009-10-051-0/+5
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-201-18/+3
* mount: do not execute "mount.(null)" :)Denys Vlasenko2009-09-151-1/+1
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-2/+29
* mount: support -i; pass through -f and -n to helpers as necessaryDenys Vlasenko2009-06-191-27/+46
* mount: save 80 bytes by forced de-inliningDenys Vlasenko2009-05-131-2/+2
* mount: document when kernel started accepting string as NFS optionsDenys Vlasenko2009-05-131-1/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-14/+14
* mount: users report that CIFS support is breaking things,Denis Vlasenko2009-04-121-8/+11
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-141-15/+88
* mount: make it more readableDenis Vlasenko2008-12-101-16/+11
* placate Rob's qualms about mount.cDenis Vlasenko2008-12-101-40/+40