summaryrefslogtreecommitdiffstats
path: root/src/mount (follow)
Commit message (Expand)AuthorAgeFilesLines
* src: kernel mount command returning misleading error messageneeraj pratap singh2024-01-181-1/+2
* mount: fix mount failure with old kernelsXiubo Li2022-11-141-1/+3
* mount/conf: avoid creating temporary objectKefu Chai2022-06-111-2/+1
* mount/conf: Fix IPv6 parsingMatan Breizman2022-05-011-3/+1
* mount.ceph: remove `ms_mode' mount option when switching to old-syntaxVenky Shankar2022-04-111-15/+50
* Merge pull request #44651 from nmshelke/fake-mount-53903Venky Shankar2022-02-091-23/+45
|\
| * mount: use getopt_long to parse command optionsNikhilkumar Shelke2022-01-251-24/+33
| * mount: add option to supports fake mounts in mount.cephNikhilkumar Shelke2022-01-191-2/+15
* | mount.ceph: fix the handling of new-syntax device namesJeff Layton2022-01-041-2/+9
|/
* mount: use mds_mode=prefer-crc with new-style mount syntax if possibleVenky Shankar2021-11-301-14/+44
* mount: optionally do not fall-back to old-style mount syntaxVenky Shankar2021-11-301-3/+44
* mount: introduce new mount syntaxVenky Shankar2021-11-301-65/+365
* mount: record cluster fsid when reading ceph config fileVenky Shankar2021-11-303-1/+12
* mount: accept monitor host (`mon_host`) mount optionVenky Shankar2021-11-301-0/+9
* mount.ceph: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* mount.ceph: collect v2 addresses for non-legacy ms_mode optionsJeff Layton2021-01-073-5/+23
* neorados: Create new libraryAdam C. Emerson2020-05-151-2/+5
* monc: Asifoact MonClientAdam C. Emerson2020-05-151-1/+3
* mount.ceph: stop printing warning message for unrecognized mount optionsXiubo Li2020-03-091-2/+9
* Merge PR #33491 into masterPatrick Donnelly2020-03-031-0/+7
|\
| * mount.ceph: add "fs=<fs_name>" mount options supportXiubo Li2020-02-261-0/+7
* | mount: fix the debug log when keyring getting secret failedXiubo Li2020-02-241-1/+1
|/
* Merge PR #33197 into masterPatrick Donnelly2020-02-181-26/+25
|\
| * mount.ceph: fix incorrect options parsingXiubo Li2020-02-111-26/+25
* | mount.ceph: remove arbitrary limit on size of name= optionJeff Layton2020-01-202-18/+30
|/
* mount.ceph: give a hint message when no mds is up or cluster is laggyXiubo Li2019-12-131-0/+3
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-221-8/+3
* RADOS: Create new libraryAdam C. Emerson2019-11-041-2/+5
* monc: Asifoact MonClientAdam C. Emerson2019-11-041-1/+3
* cmake: Allow cephfs and ceph-mds to be build when building on FreeBSDWillem Jan Withagen2019-10-061-0/+3
* mount.ceph: fork a child to get info from local configurationJeff Layton2019-09-134-13/+237
* mount.ceph: track mon string and path inside ceph_mount_infoJeff Layton2019-09-131-31/+39
* mount.ceph: add name and secret to ceph_mount_infoJeff Layton2019-09-132-56/+68
* mount.ceph: add ceph_mount_info structureJeff Layton2019-09-131-53/+64
* mount.ceph: clean up debugging output and error messagesJeff Layton2019-09-132-20/+42
* mount.ceph: clean up return codesJeff Layton2019-09-131-6/+9
* mount.ceph: add comment explaining why we need to modprobeJeff Layton2019-09-131-0/+1
* mount.ceph: use bools for flagsJeff Layton2019-09-131-12/+14
* mount.ceph: properly handle -o strictatimeJeff Layton2019-08-061-1/+2
* src/mount: check before dereference bufsongweibin2019-07-261-0/+4
* mount.ceph.c: do not pass nofail to the kernelKenneth Waegeman2019-03-151-0/+2
* mount,osdc: fix typosKefu Chai2018-09-212-2/+2
* cmake: extract mount.ceph into src/mountKefu Chai2018-07-281-0/+9
* mount: Enlarge buffer to fix overflow warningAdam C. Emerson2018-05-091-1/+1
* common: Remove redundant includesBrad Hubbard2017-05-091-2/+0
* mount.ceph.c: fix resource leakDanny Al-Gaaf2017-04-101-0/+1
* mount.ceph: tweak message on unknown optionJohn Spray2016-12-251-2/+4
* mount/mtab.cc: memory leaksqiankunzheng2015-12-131-0/+2
* mount.ceph: avoid spurious error messageYan, Zheng2015-01-031-1/+13
* mount.ceph.c: ensure '\0' terminated stringDanny Al-Gaaf2014-10-081-2/+4