| Commit message (Expand) | Author | Age | Files | Lines |
* | Use cstyle -cpP in `make cstyle` check | Brian Behlendorf | 2016-12-12 | 1 | -2/+2 |
* | Change /etc/mtab to /proc/self/mounts | slashdd | 2016-09-20 | 1 | -7/+7 |
* | Make zfs mount according to relatime config in dataset | Chunwei Chen | 2016-04-05 | 1 | -1/+4 |
* | Add missing fcntl.h to includes in mount_zfs.c | Carlo Landmeter | 2016-03-29 | 1 | -0/+1 |
* | mount.zfs: use getopt_long instead of getopt to guarantee permutation of argv. | Christian Neukirchen | 2016-01-25 | 1 | -1/+2 |
* | Add temporary mount options | Brian Behlendorf | 2015-09-03 | 1 | -8/+19 |
* | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 1 | -1/+1 |
* | Add libzfs_error_init() function | Brian Behlendorf | 2015-05-22 | 1 | -1/+3 |
* | Check all vdev labels in 'zpool import' | Brian Behlendorf | 2015-03-25 | 1 | -1/+1 |
* | Make directory into which mount.zfs is installed configurable | Richard Yao | 2014-10-28 | 1 | -1/+1 |
* | Improve handling of filesystem versions | Dan Swartzendruber | 2014-09-03 | 1 | -15/+42 |
* | Add full SELinux support | Matthew Thode | 2013-12-19 | 2 | -32/+58 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -8/+8 |
* | Handle acl flags from util-linux mount command | renelson | 2013-12-18 | 1 | -0/+4 |
* | Fix grammar in parse_options() error message | renelson | 2013-12-17 | 1 | -1/+1 |
* | Add missing libzfs_core to Makefiles | Maximilian Mehnert | 2013-11-20 | 1 | -1/+2 |
* | Handle concurrent snapshot automounts failing due to EBUSY. | Tim Chase | 2013-11-08 | 1 | -1/+1 |
* | Generate libraries with correct DT_NEEDED entries | Richard Yao | 2013-10-10 | 1 | -2/+1 |
* | Fix parse_dataset error handling | Brian Behlendorf | 2013-07-03 | 1 | -4/+6 |
* | Allow fetching the pool from the device at mount | Brian Behlendorf | 2013-06-26 | 1 | -4/+42 |
* | Don't leak mount flags into kernel | Ned Bass | 2013-06-18 | 1 | -9/+0 |
* | Report realpath() canonicalization error | Brian Behlendorf | 2013-01-09 | 1 | -1/+2 |
* | Allow fake mounts to succeed on non-legacy filesystems. | Will Rouesnel | 2013-01-07 | 1 | -1/+2 |
* | mount.zfs: canonicalize mount point for mtab | nordaux | 2012-11-15 | 1 | -2/+9 |
* | Add libnvpair to mount_zfs dependencies | Etienne Dechamps | 2012-09-02 | 1 | -0/+1 |
* | Fix mount_zfs dependency on libzpool. | Etienne Dechamps | 2012-08-30 | 1 | -0/+1 |
* | Remove autotools products | Brian Behlendorf | 2012-08-27 | 1 | -696/+0 |
* | Set zvol discard_granularity to the volblocksize. | Etienne Dechamps | 2012-08-07 | 1 | -0/+1 |
* | Allow '-o remount' for non-legacy datasets | Brian Behlendorf | 2012-07-30 | 1 | -9/+9 |
* | Linux 3.5 compat, end_writeback() changed to clear_inode() | Richard Yao | 2012-07-23 | 1 | -0/+1 |
* | Linux 3.5 compat, iops->truncate_range() removed | Richard Yao | 2012-07-23 | 1 | -0/+1 |
* | Linux 3.5 compat, eops->encode_fh() takes inodes | Richard Yao | 2012-07-23 | 1 | -0/+1 |
* | Move partition scanning from userspace to module. | Etienne Dechamps | 2012-07-17 | 1 | -0/+2 |
* | Include <locale.h> to avoid error: 'LC_ALL' undeclared. | Daniel Verite | 2012-06-11 | 1 | -0/+1 |
* | Linux 3.4 compat, d_make_root() replaces d_alloc_root() | Richard Yao | 2012-06-11 | 1 | -0/+1 |
* | Linux 3.3 compat, iops->create()/mkdir()/mknod() | Brian Behlendorf | 2012-04-30 | 1 | -0/+1 |
* | Print human readable error message for ENOENT | Richard Yao | 2012-04-03 | 1 | -0/+4 |
* | Add --enable-debug-dmu-tx configure option | Brian Behlendorf | 2012-03-23 | 1 | -0/+1 |
* | Add .zfs control directory | Brian Behlendorf | 2012-03-22 | 1 | -0/+1 |
* | Cleanly support debug packages | Brian Behlendorf | 2012-02-27 | 1 | -0/+1 |
* | Add support for DISCARD to ZVOLs. | Etienne Dechamps | 2012-02-09 | 1 | -0/+1 |
* | Support the fallocate() file operation. | Etienne Dechamps | 2012-02-09 | 1 | -0/+1 |
* | Improve ZVOL queue behavior. | Etienne Dechamps | 2012-02-07 | 1 | -0/+5 |
* | Fix synchronicity for ZVOLs. | Etienne Dechamps | 2012-02-07 | 1 | -0/+1 |
* | Linux 3.3 compat, sops->show_options() | Brian Behlendorf | 2012-02-03 | 1 | -0/+1 |
* | Combine libraries: spl, avl, efi, share, unicode. | Darik Horn | 2012-01-17 | 2 | -16/+1 |
* | Linux 3.1 compat, super_block->s_shrink | Brian Behlendorf | 2012-01-11 | 1 | -0/+1 |
* | Add LIBSELINUX to mount_zfs_LDFLAGS. | Darik Horn | 2011-12-16 | 2 | -2/+2 |
* | Linux 3.2 compat: set_nlink() | Darik Horn | 2011-12-16 | 1 | -0/+1 |
* | Add make rule for building Arch Linux packages | Prakash Surya | 2011-12-14 | 1 | -0/+6 |