summaryrefslogtreecommitdiff
path: root/src/mount
Commit message (Expand)AuthorAgeFilesLines
* check malloc return valuesYehuda Sadeh2012-05-201-0/+4
* rbd, mount.ceph: use pre-stored secret if availableJosh Durgin2011-12-061-11/+12
* Resolve gcc warnings.Josh Pieper2011-11-141-2/+0
* Use cpp_strerror or strerror_r when appropriate.Josh Durgin2011-09-261-1/+3
* Merge branch 'stable'Sage Weil2011-09-221-1/+1
|\
| * mount.ceph: fix use-after-freeSage Weil2011-09-221-1/+1
* | mount.ceph: use ":/" instead of just ":" as ip/path delimiterSage Weil2011-09-221-1/+1
|/
* addr_parsing: avoid strcpySage Weil2011-08-211-0/+1
* mount: fix path leakSage Weil2011-08-211-1/+1
* mount: avoid unguarded strcpySage Weil2011-08-211-2/+5
* mount: avoid big stack itemSage Weil2011-08-211-1/+5
* mount: avoid big stack itemSage Weil2011-08-211-4/+9
* mount.ceph: specify full path for /sbin/modprobeSage Weil2011-06-161-1/+1
* mount.ceph: use common implementations of secret handling and address resolvingJosh Durgin2011-04-221-119/+10
* common, mount.ceph: move functions for working with secrets into secret.hJosh Durgin2011-04-221-52/+12
* mount.ceph: behave when CONFIG_KEYS is not compiled inSage Weil2011-04-171-1/+1
* mount.ceph: fix missing includesColin Patrick McCabe2011-03-291-0/+2
* mount.ceph: Use kernel key management API when possible.Tommi Virtanen2011-03-291-4/+83
* mount.ceph: Modprobe ceph before trying the mount.Tommi Virtanen2011-03-291-0/+26
* mount.ceph: Silently pass through options "name" and "secret".Tommi Virtanen2011-03-291-0/+4
* mount.ceph: Fix strncmp length comparing "secretfile".Tommi Virtanen2011-03-291-1/+1
* Merge branch 'stable'Sage Weil2011-02-031-1/+6
|\
| * mount.ceph: option parsing fixSamuel Just2011-02-021-1/+6
* | mount.ceph: put static at the beginning of declColin Patrick McCabe2011-02-031-1/+1
|/
* mount.ceph: make -v a little more verboseColin Patrick McCabe2010-10-081-2/+4
* mount.ceph: const cleanupColin Patrick McCabe2010-10-081-12/+14
* mount.ceph: allow the user to omit ceph_optionsColin Patrick McCabe2010-10-081-4/+4
* mount.ceph: add usage messageColin Patrick McCabe2010-10-071-24/+60
* mount.ceph: argument parsing cleanupColin Patrick McCabe2010-10-071-21/+33
* mount.ceph: exit with error code from mountPaul Chiang2010-09-091-1/+3
* mount: fix scope of secret[]Sage Weil2010-09-081-1/+1
* mount.ceph: handle ipv6 addrs, colons, bracesSage Weil2010-07-081-6/+31
* mount.ceph: ignore noauto, _netdev optionsSage Weil2010-07-051-0/+5
* mount.ceph: add mount options/flagsSage Weil2010-07-021-12/+25
* mount: set flags when getting -o syncYehuda Sadeh2010-02-031-0/+2
* mount: fix compile errorsSage Weil2010-01-291-2/+1
* mount: canonicalize path name for mtabGreg Farnum2010-01-292-1/+195
* replace sprintf with snprintf all aroundYehuda Sadeh2010-01-141-1/+2
* mount: fix hint initialization for getaddrinfoYehuda Sadeh2009-11-051-1/+3
* mount.ceph: only return INET addr when doing lookupSage Weil2009-10-271-2/+9
* mount: include all A/AAAA records when resolving host nameSage Weil2009-10-221-16/+24
* mount.ceph: block same signals as /sbin/mountSage Weil2009-08-211-0/+15
* mount.ceph: key -> secretSage Weil2009-08-141-10/+10
* mount: translate keyfile=file to key=thekeySage Weil2009-08-141-1/+31
* mount.ceph: update /etc/mtabSage Weil2009-07-212-0/+524