| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SELinux enforcing check from init scripts | Brian Behlendorf | 2014-05-02 | 3 | -20/+0 |
* | ztest: Switch to LWP rwlock interface | Richard Yao | 2014-05-01 | 1 | -51/+50 |
* | libspl: Implement LWP rwlock interface | Richard Yao | 2014-05-01 | 2 | -0/+52 |
* | Fix libblkid ZFS detection when making new pools | Richard Yao | 2014-05-01 | 1 | -1/+1 |
* | dmu_tx_assign() should not return ENOMEM | Brian Behlendorf | 2014-05-01 | 1 | -1/+6 |
* | Implement File Attribute Support | Richard Yao | 2014-05-01 | 3 | -6/+114 |
* | Refactor inode_owner_or_capable() autotools check | Richard Yao | 2014-05-01 | 2 | -19/+36 |
* | Fill in mountpoint buffer before using it in errors | ilovezfs | 2014-04-30 | 1 | -3/+3 |
* | Add assertion to catch 0-count page | Chunwei Chen | 2014-04-25 | 1 | -0/+7 |
* | Add support for aarch64 (ARMv8) | Jorgen Lundman | 2014-04-25 | 1 | -2/+2 |
* | Fix LZ4 endianness autodetection | Ned Bass | 2014-04-20 | 1 | -8/+3 |
* | Fix zfsdev_ioctl() kmem leak warning | Brian Behlendorf | 2014-04-18 | 1 | -5/+9 |
* | Various zimport.sh fixes | Brian Behlendorf | 2014-04-17 | 1 | -26/+31 |
* | Report atime and relatime as the property's actual value. | Tim Chase | 2014-04-16 | 1 | -2/+2 |
* | Uninitialized variable spa_autoreplace used | DHE | 2014-04-16 | 1 | -1/+1 |
* | Use ddi_time_after and friends to compare time | Chunwei Chen | 2014-04-14 | 6 | -10/+22 |
* | Make zimport.sh bash dependency explicit | Brian Behlendorf | 2014-04-10 | 1 | -1/+1 |
* | Linux 3.14 compat: rq_for_each_segment in dmu_req_copy | Chunwei Chen | 2014-04-10 | 3 | -8/+56 |
* | Revert "Fix zvol+btrfs hang" | Chunwei Chen | 2014-04-10 | 1 | -77/+0 |
* | Refactor dmu_req_copy for immutable biovec changes | Chunwei Chen | 2014-04-10 | 1 | -28/+39 |
* | Linux 3.14 compat: Immutable biovec changes in vdev_disk.c | Chunwei Chen | 2014-04-10 | 4 | -5/+36 |
* | Linux 3.14 compat: posix_acl_{create,chmod} | Chunwei Chen | 2014-04-10 | 3 | -5/+26 |
* | Improve zfs.sh error messages | Brian Behlendorf | 2014-04-10 | 2 | -4/+8 |
* | Replace zed_file_create_dirs() with mkdirp() | Chris Dunlap | 2014-04-09 | 3 | -97/+13 |
* | Set errno for mkdirp() called with NULL path ptr | Chris Dunlap | 2014-04-09 | 1 | -1/+3 |
* | Dynamically create loop devices | Brian Behlendorf | 2014-04-09 | 1 | -12/+39 |
* | Improve partition detection on lesser used devices | Richard Yao | 2014-04-08 | 1 | -8/+12 |
* | Allow specifying '-o <opts>' in defaults/init script. | Turbo Fredriksson | 2014-04-04 | 1 | -1/+2 |
* | Support using overlay mounts in defaults/init script. | Turbo Fredriksson | 2014-04-04 | 1 | -1/+6 |
* | Fix for re-reading /etc/mtab. | John M. Layman | 2014-04-04 | 3 | -5/+22 |
* | Fix locking order in zfs_zget() | Richard Yao | 2014-04-04 | 1 | -1/+1 |
* | Fix deadlock in zfs_zget() | Richard Yao | 2014-04-04 | 1 | -1/+21 |
* | Revert "Fixed a use-after-free bug in zfs_zget()." | Brian Behlendorf | 2014-04-03 | 1 | -23/+1 |
* | Merge branch 'zed-initial' | Chris Dunlap | 2014-04-02 | 55 | -35/+4121 |
|\ |
|
| * | Replace check for _POSIX_MEMLOCK w/ HAVE_MLOCKALL | Chris Dunlap | 2014-04-02 | 2 | -5/+7 |
| * | Add automatic hot spare functionality | Brian Behlendorf | 2014-04-02 | 7 | -9/+190 |
| * | Add missing DATA_TYPE_STRING_ARRAY output | Brian Behlendorf | 2014-04-02 | 1 | -1/+12 |
| * | Make command line guid parsing more tolerant | Brian Behlendorf | 2014-04-02 | 2 | -2/+2 |
| * | Add systemd unit file for zed | Chris Dunlap | 2014-04-02 | 3 | -2/+20 |
| * | Initial implementation of zed (ZFS Event Daemon) | Chris Dunlap | 2014-04-02 | 34 | -1/+3715 |
| * | Replace zpool_events_next() "block" parm w/ "flags" | Chris Dunlap | 2014-03-31 | 4 | -6/+10 |
| * | Add defs for makefile installation dir vars | Chris Dunlap | 2014-03-31 | 3 | -0/+11 |
| * | Clarify zpool_events_next() comment | Brian Behlendorf | 2014-03-31 | 3 | -16/+16 |
| * | Add zpool_events_seek() functionality | Brian Behlendorf | 2014-03-31 | 7 | -1/+128 |
| * | Add a unique "eid" value to all zevents | Brian Behlendorf | 2014-03-31 | 3 | -0/+18 |
|/ |
|
* | Remount datasets for "zfs inherit". | Gunnar Beutner | 2014-03-24 | 1 | -0/+9 |
* | Linux 3.13 compat: Handle __must_check bdi_setup_and_register | Richard Yao | 2014-03-24 | 1 | -2/+3 |
* | Revert "Properly ignore bdi_setup_and_register return value" | Richard Yao | 2014-03-24 | 1 | -4/+1 |
* | Illumos #4089 NULL pointer dereference in arc_read() | Boris Protopopov | 2014-03-24 | 1 | -9/+11 |
* | Illumos #3120 zinject hangs in zfsdev_ioctl() due to uninitialized zc | Yuri Pankov | 2014-03-24 | 1 | -7/+5 |