summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmu_tx_assign() should not return ENOMEMBrian Behlendorf2014-05-011-1/+6
* Implement File Attribute SupportRichard Yao2014-05-013-6/+114
* Refactor inode_owner_or_capable() autotools checkRichard Yao2014-05-012-19/+36
* Fill in mountpoint buffer before using it in errorsilovezfs2014-04-301-3/+3
* Add assertion to catch 0-count pageChunwei Chen2014-04-251-0/+7
* Add support for aarch64 (ARMv8)Jorgen Lundman2014-04-251-2/+2
* Fix LZ4 endianness autodetectionNed Bass2014-04-201-8/+3
* Fix zfsdev_ioctl() kmem leak warningBrian Behlendorf2014-04-181-5/+9
* Various zimport.sh fixesBrian Behlendorf2014-04-171-26/+31
* Report atime and relatime as the property's actual value.Tim Chase2014-04-161-2/+2
* Uninitialized variable spa_autoreplace usedDHE2014-04-161-1/+1
* Use ddi_time_after and friends to compare timeChunwei Chen2014-04-146-10/+22
* Make zimport.sh bash dependency explicitBrian Behlendorf2014-04-101-1/+1
* Linux 3.14 compat: rq_for_each_segment in dmu_req_copyChunwei Chen2014-04-103-8/+56
* Revert "Fix zvol+btrfs hang"Chunwei Chen2014-04-101-77/+0
* Refactor dmu_req_copy for immutable biovec changesChunwei Chen2014-04-101-28/+39
* Linux 3.14 compat: Immutable biovec changes in vdev_disk.cChunwei Chen2014-04-104-5/+36
* Linux 3.14 compat: posix_acl_{create,chmod}Chunwei Chen2014-04-103-5/+26
* Improve zfs.sh error messagesBrian Behlendorf2014-04-102-4/+8
* Replace zed_file_create_dirs() with mkdirp()Chris Dunlap2014-04-093-97/+13
* Set errno for mkdirp() called with NULL path ptrChris Dunlap2014-04-091-1/+3
* Dynamically create loop devicesBrian Behlendorf2014-04-091-12/+39
* Improve partition detection on lesser used devicesRichard Yao2014-04-081-8/+12
* Allow specifying '-o <opts>' in defaults/init script.Turbo Fredriksson2014-04-041-1/+2
* Support using overlay mounts in defaults/init script.Turbo Fredriksson2014-04-041-1/+6
* Fix for re-reading /etc/mtab.John M. Layman2014-04-043-5/+22
* Fix locking order in zfs_zget()Richard Yao2014-04-041-1/+1
* Fix deadlock in zfs_zget()Richard Yao2014-04-041-1/+21
* Revert "Fixed a use-after-free bug in zfs_zget()."Brian Behlendorf2014-04-031-23/+1
* Merge branch 'zed-initial'Chris Dunlap2014-04-0255-35/+4121
|\
| * Replace check for _POSIX_MEMLOCK w/ HAVE_MLOCKALLChris Dunlap2014-04-022-5/+7
| * Add automatic hot spare functionalityBrian Behlendorf2014-04-027-9/+190
| * Add missing DATA_TYPE_STRING_ARRAY outputBrian Behlendorf2014-04-021-1/+12
| * Make command line guid parsing more tolerantBrian Behlendorf2014-04-022-2/+2
| * Add systemd unit file for zedChris Dunlap2014-04-023-2/+20
| * Initial implementation of zed (ZFS Event Daemon)Chris Dunlap2014-04-0234-1/+3715
| * Replace zpool_events_next() "block" parm w/ "flags"Chris Dunlap2014-03-314-6/+10
| * Add defs for makefile installation dir varsChris Dunlap2014-03-313-0/+11
| * Clarify zpool_events_next() commentBrian Behlendorf2014-03-313-16/+16
| * Add zpool_events_seek() functionalityBrian Behlendorf2014-03-317-1/+128
| * Add a unique "eid" value to all zeventsBrian Behlendorf2014-03-313-0/+18
|/
* Remount datasets for "zfs inherit".Gunnar Beutner2014-03-241-0/+9
* Linux 3.13 compat: Handle __must_check bdi_setup_and_registerRichard Yao2014-03-241-2/+3
* Revert "Properly ignore bdi_setup_and_register return value"Richard Yao2014-03-241-4/+1
* Illumos #4089 NULL pointer dereference in arc_read()Boris Protopopov2014-03-241-9/+11
* Illumos #3120 zinject hangs in zfsdev_ioctl() due to uninitialized zcYuri Pankov2014-03-241-7/+5
* config: compile test rather than run testChunwei Chen2014-03-203-3/+3
* Implement -t option to zpool import for temporary pool namesRichard Yao2014-03-204-5/+45
* Assert alignment in umem_alloc_alignedRichard Yao2014-03-201-0/+2
* sighandler() should take 2 argumentsIsaac Huang2014-03-201-6/+2