]> git.proxmox.com Git - mirror_zfs.git/commit
Illumos 4929 - want prevsnap property
authorMatthew Ahrens <mahrens@delphix.com>
Fri, 1 Jan 2016 13:15:31 +0000 (14:15 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 11 Jan 2016 19:58:26 +0000 (11:58 -0800)
commit1715493f38b0732b4bb23077d680e3a325a9096e
tree6afff7597b2f2adcb901e75cd3c493cc2b87c143
parent9867e8be2a7182ce9b5eb28ed1d142e2ee60d69d
Illumos 4929 - want prevsnap property

4929 want prevsnap property
Reviewed by: Adam Leventhal <adam.leventhal@delphix.com>
Reviewed by: Matt Amdur <matt.amdur@delphix.com>
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com>
Reviewed by: Boris Protopopov <bprotopopov@hotmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>

References:
  https://www.illumos.org/issues/4929
  https://github.com/illumos/illumos-gate/commit/b461c74

Porting notes:
- [include/sys/fs/zfs.h]
  - f67d70 Create an 'overlay' property
  - 11b9ec Add full SELinux support
- [fs/zfs/dsl_dataset.c]
  - This increases the stack size of dsl_dataset_stats() but
    nothing has been changed until this is shown to be an issue.

Ported-by: kernelOfTruth kerneloftruth@gmail.com
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/sys/fs/zfs.h
module/zcommon/zfs_prop.c
module/zfs/dsl_dataset.c