summaryrefslogtreecommitdiffstats
path: root/cmd/mount_zfs
Commit message (Expand)AuthorAgeFilesLines
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-3/+3
* Add config.rpath for AM_GNU_GETTEXTArvind Sankar2020-07-101-0/+2
* Clean up lib dependenciesArvind Sankar2020-07-101-2/+2
* mount: use the mount syscall directlyfelixdoerre2020-05-201-234/+2
* Fixed LDADD library links in Makefiles for cross compilation buildsPetros Koutoupis2020-05-091-0/+1
* OpenZFS restructuring - libsplMatthew Macy2019-10-021-4/+0
* Refactor libzfs_error_init newlinesRyan Moeller2019-09-181-1/+1
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-0/+1
* Update build system and packagingBrian Behlendorf2018-05-291-0/+1
* Honor --with-mounthelperdir where applicableLOLi2017-12-171-0/+2
* Add libtpool (thread pools)Brian Behlendorf2017-08-091-4/+1
* Add MS_MANDLOCK mount failure messageBrian Behlendorf2017-06-071-2/+15
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+2
* Change /etc/mtab to /proc/self/mountsslashdd2016-09-201-7/+7
* Make zfs mount according to relatime config in datasetChunwei Chen2016-04-051-1/+4
* Add missing fcntl.h to includes in mount_zfs.cCarlo Landmeter2016-03-291-0/+1
* mount.zfs: use getopt_long instead of getopt to guarantee permutation of argv.Christian Neukirchen2016-01-251-1/+2
* Add temporary mount optionsBrian Behlendorf2015-09-031-8/+19
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-171-1/+1
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-1/+3
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-251-1/+1
* Make directory into which mount.zfs is installed configurableRichard Yao2014-10-281-1/+1
* Improve handling of filesystem versionsDan Swartzendruber2014-09-031-15/+42
* Add full SELinux supportMatthew Thode2013-12-192-32/+58
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-8/+8
* Handle acl flags from util-linux mount commandrenelson2013-12-181-0/+4
* Fix grammar in parse_options() error messagerenelson2013-12-171-1/+1
* Add missing libzfs_core to MakefilesMaximilian Mehnert2013-11-201-1/+2
* Handle concurrent snapshot automounts failing due to EBUSY.Tim Chase2013-11-081-1/+1
* Generate libraries with correct DT_NEEDED entriesRichard Yao2013-10-101-2/+1
* Fix parse_dataset error handlingBrian Behlendorf2013-07-031-4/+6
* Allow fetching the pool from the device at mountBrian Behlendorf2013-06-261-4/+42
* Don't leak mount flags into kernelNed Bass2013-06-181-9/+0
* Report realpath() canonicalization errorBrian Behlendorf2013-01-091-1/+2
* Allow fake mounts to succeed on non-legacy filesystems.Will Rouesnel2013-01-071-1/+2
* mount.zfs: canonicalize mount point for mtabnordaux2012-11-151-2/+9
* Add libnvpair to mount_zfs dependenciesEtienne Dechamps2012-09-021-0/+1
* Fix mount_zfs dependency on libzpool.Etienne Dechamps2012-08-301-0/+1
* Remove autotools productsBrian Behlendorf2012-08-271-696/+0
* Set zvol discard_granularity to the volblocksize.Etienne Dechamps2012-08-071-0/+1
* Allow '-o remount' for non-legacy datasetsBrian Behlendorf2012-07-301-9/+9
* Linux 3.5 compat, end_writeback() changed to clear_inode()Richard Yao2012-07-231-0/+1
* Linux 3.5 compat, iops->truncate_range() removedRichard Yao2012-07-231-0/+1
* Linux 3.5 compat, eops->encode_fh() takes inodesRichard Yao2012-07-231-0/+1
* Move partition scanning from userspace to module.Etienne Dechamps2012-07-171-0/+2
* Include <locale.h> to avoid error: 'LC_ALL' undeclared.Daniel Verite2012-06-111-0/+1
* Linux 3.4 compat, d_make_root() replaces d_alloc_root()Richard Yao2012-06-111-0/+1
* Linux 3.3 compat, iops->create()/mkdir()/mknod()Brian Behlendorf2012-04-301-0/+1
* Print human readable error message for ENOENTRichard Yao2012-04-031-0/+4
* Add --enable-debug-dmu-tx configure optionBrian Behlendorf2012-03-231-0/+1