aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mount_zfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add .zfs control directoryBrian Behlendorf2012-03-221-0/+1
* Cleanly support debug packagesBrian Behlendorf2012-02-271-0/+1
* Add support for DISCARD to ZVOLs.Etienne Dechamps2012-02-091-0/+1
* Support the fallocate() file operation.Etienne Dechamps2012-02-091-0/+1
* Improve ZVOL queue behavior.Etienne Dechamps2012-02-071-0/+5
* Fix synchronicity for ZVOLs.Etienne Dechamps2012-02-071-0/+1
* Linux 3.3 compat, sops->show_options()Brian Behlendorf2012-02-031-0/+1
* Combine libraries: spl, avl, efi, share, unicode.Darik Horn2012-01-172-16/+1
* Linux 3.1 compat, super_block->s_shrinkBrian Behlendorf2012-01-111-0/+1
* Add LIBSELINUX to mount_zfs_LDFLAGS.Darik Horn2011-12-162-2/+2
* Linux 3.2 compat: set_nlink()Darik Horn2011-12-161-0/+1
* Add make rule for building Arch Linux packagesPrakash Surya2011-12-141-0/+6
* Simplify BDI integrationBrian Behlendorf2011-11-081-0/+1
* Autogen refresh for udev changesBrian Behlendorf2011-08-081-0/+3
* Add backing_device_info per-filesystemBrian Behlendorf2011-08-041-0/+1
* Provide a rc.d script for archlinuxzfs-0.6.0-rc5Kyle Fuller2011-07-111-0/+1
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-012-0/+2
* Linux compat 2.6.39: security_inode_init_security()Brian Behlendorf2011-07-011-0/+1
* Tear down and flush the mmap regionPrasad Joshi2011-06-271-0/+1
* Handle /etc/mtab -> /proc/mounts symlinkBrian Behlendorf2011-06-141-1/+1
* Always check -Wno-unused-but-set-variable gcc supportBrian Behlendorf2011-06-141-1/+1
* Check for -Wno-unused-but-set-variable gcc supportBrian Behlendorf2011-06-141-1/+3
* Allow mounting of read-only snapshotszfs-0.6.0-rc4Brian Behlendorf2011-05-051-3/+8
* Fix 'zfs set volsize=N pool/dataset'Brian Behlendorf2011-05-021-0/+1
* Implemented NFS export_operations.Gunnar Beutner2011-04-291-0/+1
* Set -Wno-unused-but-set-variable globallyBrian Behlendorf2011-04-191-3/+4
* Fix gcc compiler warning, parse_option()Brian Behlendorf2011-04-191-0/+1
* Added .gitignore for mount.zfs and zvol_idManuel Amador (Rudd-O)2011-04-071-0/+1
* Linux 2.6.28 compat, insert_inode_locked()Brian Behlendorf2011-03-221-0/+1
* Merge branch 'dracut'Brian Behlendorf2011-03-222-18/+39
|\