| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mount: resolve hosts to IPs in nfs mounts | Denys Vlasenko | 2011-11-10 | 1 | -1/+1 |
* | mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+ | Denys Vlasenko | 2011-11-10 | 1 | -6/+41 |
* | mount: support -o noacl | Dave Love | 2011-11-10 | 1 | -22/+30 |
* | mount: handle list of comma-separated fs types in -t option | Karol Lewandowski | 2011-11-03 | 1 | -3/+12 |
* | mount: free commented /etc/filesystems lines when we read it | Denys Vlasenko | 2011-11-03 | 1 | -2/+3 |
* | add INIT_G()'s. No code changes. | Denys Vlasenko | 2011-09-21 | 1 | -0/+3 |
* | losetup: implement -r option. Closes 4033. | Denys Vlasenko | 2011-09-12 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | mount: for NFS use tcp per default rather than udp | Bernhard Reutner-Fischer | 2011-05-04 | 1 | -1/+1 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+60 |
* | mount: add --rbind option support | Roman Borisov | 2011-03-26 | 1 | -0/+2 |
* | mount: rprivate option fix | Roman Borisov | 2011-03-26 | 1 | -1/+1 |
* | mount: strip multiple trailing slashes, not just one | Denys Vlasenko | 2011-02-28 | 1 | -1/+1 |
* | mount: update /etc/mtab properly on mount --move | Roman Borisov | 2011-02-28 | 1 | -9/+67 |
* | mount: ignore unknown mount options when remounting NFS mounts | Peter Korsgaard | 2011-02-26 | 1 | -0/+3 |
* | mount: fix wrong long option namess | Roman Borisov | 2011-02-26 | 1 | -8/+8 |
* | mount: pass NULL, not "", as "data" to mount syscall if we have no opts | Alexander Shishkin | 2010-10-28 | 1 | -12/+22 |
* | mount: code shrink (-81 bytes) | Alexander Shishkin | 2010-10-22 | 1 | -41/+15 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -2/+2 |
* | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 1 | -1/+1 |
* | mount: fix a case when sometimes error message is not printed | Denys Vlasenko | 2010-06-27 | 1 | -3/+3 |
* | mount: handle EDQUOT > 255 properly. closes bug 1579 | Denys Vlasenko | 2010-05-19 | 1 | -1/+9 |
* | *: merge some common strings | Denys Vlasenko | 2010-03-23 | 1 | -1/+1 |
* | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko | 2010-03-18 | 1 | -2/+2 |
* | *: gethostname-related fixes | Denys Vlasenko | 2010-02-27 | 1 | -10/+6 |
* | whitespace fix | Denys Vlasenko | 2010-02-06 | 1 | -1/+0 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 1 | -1/+1 |
* | *: style fixes. no code changes (verified with objdump) | Denys Vlasenko | 2010-01-28 | 1 | -3/+5 |
* | mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 | Denys Vlasenko | 2009-12-16 | 1 | -31/+36 |
* | mount: fix goof in last commit; clear errno since we use perror_msg later | Denys Vlasenko | 2009-12-15 | 1 | -12/+13 |
* | mount: if we mount //host/xxx, add ip=IPADDR to options | Denys Vlasenko | 2009-12-15 | 1 | -30/+20 |
* | mount: "already mounted" msg appears only if -v | Denys Vlasenko | 2009-12-10 | 1 | -4/+6 |
* | mount: prevent second mount -a from mounting everything again | Denys Vlasenko | 2009-12-05 | 1 | -19/+58 |
* | mount: add support for -O list. +44 bytes | Michael Abbott | 2009-12-04 | 1 | -32/+50 |
* | ntpd: and real handling for -N, show usage w/o options; trim text | Denys Vlasenko | 2009-11-25 | 1 | -6/+4 |
* | mount: clean up #defines. No code changes | Denys Vlasenko | 2009-11-21 | 1 | -10/+6 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
* | wget: fix for code 302; mount: support -o union | Vladimir Dronnikov | 2009-10-05 | 1 | -0/+5 |
* | swaponoff: add uuid/label support. By Natanael Copa | Natanael Copa | 2009-09-20 | 1 | -18/+3 |
* | mount: do not execute "mount.(null)" :) | Denys Vlasenko | 2009-09-15 | 1 | -1/+1 |
* | move libc related stuff out of platform.h | Denys Vlasenko | 2009-07-08 | 1 | -2/+29 |
* | mount: support -i; pass through -f and -n to helpers as necessary | Denys Vlasenko | 2009-06-19 | 1 | -27/+46 |
* | mount: save 80 bytes by forced de-inlining | Denys Vlasenko | 2009-05-13 | 1 | -2/+2 |
* | mount: document when kernel started accepting string as NFS options | Denys Vlasenko | 2009-05-13 | 1 | -1/+4 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -14/+14 |
* | mount: users report that CIFS support is breaking things, | Denis Vlasenko | 2009-04-12 | 1 | -8/+11 |
* | mount: support "-O option"; stop trying to mount swap partitions | Denis Vlasenko | 2009-03-14 | 1 | -15/+88 |
* | mount: make it more readable | Denis Vlasenko | 2008-12-10 | 1 | -16/+11 |
* | placate Rob's qualms about mount.c | Denis Vlasenko | 2008-12-10 | 1 | -40/+40 |
* | mount: cosmetics, no code changes (verified with objdump -drsx) | Denis Vlasenko | 2008-12-05 | 1 | -80/+58 |