summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix atime handling and relatimeChunwei Chen2017-02-032-11/+3
* Fix wrong operator in xvattr.hChunwei Chen2017-02-031-5/+5
* 4.10 compat - BIO flag changes and othersTim Chase2017-02-031-9/+48
* Reorder HAVE_BIO_RW_* checksBrian Behlendorf2017-02-031-4/+12
* Remove custom root pool import codeBrian Behlendorf2017-02-031-6/+0
* Fix sync behavior for disk vdevsTim Chase2017-02-031-0/+2
* Use set_cached_acl and forget_cached_acl when possibleChunwei Chen2017-02-031-6/+6
* Batch free zpl_posix_acl_releaseChunwei Chen2017-02-031-8/+3
* Fix lookup_bdev() on UbuntuHajo Möller2017-02-031-4/+13
* Linux 3.14 compat: assign inode->set_acltuxoko2017-02-031-1/+1
* Linux 4.9 compat: inode_change_ok() renamed setattr_prepare()Brian Behlendorf2017-02-031-0/+11
* Linux 4.8 compat: Fix removal of bio->bi_rw memberBrian Behlendorf2016-09-091-56/+109
* Linux 4.8 compat: posix_acl_valid()Brian Behlendorf2016-09-091-0/+12
* Linux 4.8 compat: REQ_OP and bio_set_op_attrs()Chunwei Chen2016-09-092-6/+21
* Linux 4.8 compat: REQ_PREFLUSHBrian Behlendorf2016-09-091-0/+12
* OpenZFS 6876 - Stack corruption after importing a pool with a too-long namePaul Dagnelie2016-09-092-0/+2
* Kill zp->z_xattr_parent to prevent pinningChunwei Chen2016-09-091-1/+0
* Add ZIO_CHECKSUM_IS_ZERONed Bass2016-09-091-0/+4
* Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHINGBrian Behlendorf2016-09-051-13/+0
* Linux 4.7 compat: handler->set() takes both dentry and inodeBrian Behlendorf2016-09-051-1/+15
* Linux 4.7 compat: use iterate_shared for concurrent readdirChunwei Chen2016-09-051-1/+1
* Linux 4.7 compat: replace blk_queue_flush with blk_queue_write_cacheChunwei Chen2016-09-051-0/+27
* Linux 4.7 compat: handler->get() takes both dentry and inodeChunwei Chen2016-09-051-1/+14
* Remove dummy znode from zvol_stateChunwei Chen2016-09-053-10/+35
* Fix user namespaces uid/gid mappingBrian Behlendorf2016-05-011-4/+4
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-222-8/+9
* Add -gLp to zpool subcommands for alt vdev namesRichard Yao2016-03-221-1/+9
* Linux 4.5 compat: xattr list handlerBrian Behlendorf2016-01-291-27/+93
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-292-17/+13
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-292-3/+9
* Prevent SA length overflowNed Bass2016-01-291-0/+5
* Add zap_prefetch() interfaceBrian Behlendorf2015-12-231-0/+1
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-231-1/+2
* Fix vdev_queue_aggregate() deadlockBrian Behlendorf2015-12-231-0/+1
* Linux 4.4 compat: xattr operations takes xattr_handlerChunwei Chen2015-12-041-0/+28
* Illumos 6267 - dn_bonus evicted too earlyJustin T. Gibbs2015-10-132-2/+17
* Linux 4.3 compat: bio_end_io_t / BIO_UPTODATELukas Wunner2015-09-291-12/+9
* Honor xattr=sa dataset propertyNed Bass2015-09-192-1/+3
* Illumos 6214 - zpools going southArne Jansen2015-09-112-14/+1
* Reintroduce IO accounting on zvols on Linux 3.19+Richard Yao2015-09-091-0/+5
* Add dbgmsg kstatBrian Behlendorf2015-09-042-34/+4
* Merge branch 'zvol'Brian Behlendorf2015-09-042-181/+23
|\
| * Remove blk_rq_bytes()/blk_rq_sectors autotools checksRichard Yao2015-09-041-23/+0
| * Remove blk_rq_pos() autotools checkRichard Yao2015-09-041-8/+0
| * Remove blk_fetch_request() autotools checkRichard Yao2015-09-041-14/+0
| * Remove blk_requeue_request() autotools checkRichard Yao2015-09-041-8/+0
| * Remove blk_end_request() autotools check.Richard Yao2015-09-041-74/+0
| * Remove rq_is_sync() autotools checkRichard Yao2015-09-041-8/+0
| * Remove rq_for_each_segment() autotools checkRichard Yao2015-09-041-42/+0
| * zvol processing should use struct bioRichard Yao2015-09-042-3/+22