aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
AgeCommit message (Expand)Author
2015-12-30mount: support "nofail" option. Closes 8551Denys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-11mount: -T OTHERTAB supportIsaac Dunham
2013-01-22mount: whitespace fix. no code changesDenys Vlasenko
2013-01-17mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=Bernhard Reutner-Fischer
2013-01-16mount: add unc option to CIFS mount (needed for Linux 3.4+)Martin Santesson
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-06-26mount: support strictatime option. Closes 5240Denys Vlasenko
2012-06-22mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko
2012-06-22mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko
2012-06-21mount: set up RO loop device if mount -o ro. Closes 4784Denys Vlasenko
2012-04-20whitespace fixesDenys Vlasenko
2011-11-10mount: resolve hosts to IPs in nfs mountsDenys Vlasenko
2011-11-10mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko
2011-11-10mount: support -o noaclDave Love
2011-11-03mount: handle list of comma-separated fs types in -t optionKarol Lewandowski
2011-11-03mount: free commented /etc/filesystems lines when we read itDenys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-04mount: for NFS use tcp per default rather than udpBernhard Reutner-Fischer
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-26mount: add --rbind option supportRoman Borisov
2011-03-26mount: rprivate option fixRoman Borisov
2011-02-28mount: strip multiple trailing slashes, not just oneDenys Vlasenko
2011-02-28mount: update /etc/mtab properly on mount --moveRoman Borisov
2011-02-26mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard
2011-02-26mount: fix wrong long option namessRoman Borisov
2010-10-28mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin
2010-10-22mount: code shrink (-81 bytes)Alexander Shishkin
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-06-27mount: fix a case when sometimes error message is not printedDenys Vlasenko
2010-05-19mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-06whitespace fixDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2009-12-16mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko
2009-12-15mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko
2009-12-15mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko
2009-12-10mount: "already mounted" msg appears only if -vDenys Vlasenko
2009-12-05mount: prevent second mount -a from mounting everything againDenys Vlasenko
2009-12-04mount: add support for -O list. +44 bytesMichael Abbott
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-21mount: clean up #defines. No code changesDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-05wget: fix for code 302; mount: support -o unionVladimir Dronnikov