[developer] Re: [openzfs/openzfs] 9861 Harden ZFS receive against out-of-bounds property values (#630)

2018-10-01 Thread Matthew Ahrens
ahrens approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/630#pullrequestreview-160563120 -- openzfs:

[developer] Re: [openzfs/openzfs] 9861 Harden ZFS receive against out-of-bounds property values (#630)

2018-10-01 Thread Matthew Ahrens
ahrens requested changes on this pull request. > @@ -2644,6 +2644,17 @@ receive_read_record(struct receive_arg *ra) uint32_t size = P2ROUNDUP(drro->drr_bonuslen, 8); void *buf = kmem_zalloc(size, KM_SLEEP); dmu_object_info_t doi; + +

[developer] Re: [openzfs/openzfs] 9689 zfs range lock code should not be zpl-specific (#680)

2018-10-01 Thread Allan Jude
allanjude approved this pull request. > @@ -92,124 +93,146 @@ * growth all other writers and readers must be excluded. This comment should be updated to reflect that 128kb is no longer the maximum block size > - */ - if (new->r_type == RL_APPEND)

[developer] Re: [openzfs/openzfs] 9861 Harden ZFS receive against out-of-bounds property values (#630)

2018-10-01 Thread Allan Jude
> @allanjude can you open an illumos bug for this? https://www.illumos.org/issues/9861 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/630#issuecomment-426119431

[developer] Re: [openzfs/openzfs] Add SIGINFO feature to zfs send (#638)

2018-10-01 Thread Jorgen Lundman
lundman commented on this pull request. >*/ - if (sdd->progress) { That does seem to be the preference. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[developer] Re: [openzfs/openzfs] Add SIGINFO feature to zfs send (#638)

2018-10-01 Thread Jorgen Lundman
lundman commented on this pull request. > (void) fprintf(stderr, "TIMESENT SNAPSHOT\n"); /* * Print the progress from ZFS_IOC_SEND_PROGRESS every second. */ for (;;) { - (void) sleep(1); + + /* +

[developer] Re: [openzfs/openzfs] 8589 zfs send | recv crashes receiving system (#685)

2018-10-01 Thread Matthew Ahrens
ahrens commented on this pull request. > @@ -392,6 +392,22 @@ static int dump_freeobjects(dmu_sendarg_t *dsp, uint64_t firstobj, uint64_t numobjs) { struct drr_freeobjects *drrfo = &(dsp->dsa_drr->drr_u.drr_freeobjects); + uint64_t maxobj = DNODES_PER_BLOCK * +

[developer] Re: [openzfs/openzfs] 8589 zfs send | recv crashes receiving system (#685)

2018-10-01 Thread waikontse
@waikontse pushed 1 commit. bbc5f9c Update code comments based on PR comments -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[developer] Re: [openzfs/openzfs] Merge remote-tracking branch 'illumos/master' into illumos-sync (#698)

2018-10-01 Thread Prakash Surya
Merged #698 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/698#event-1877541632 -- openzfs: openzfs-developer Permalink:

[developer] Re: [openzfs/openzfs] Merge remote-tracking branch 'illumos/master' into illumos-sync (#698)

2018-10-01 Thread Prakash Surya
prakashsurya approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/698#pullrequestreview-160437849 -- openzfs:

[developer] Re: [openzfs/openzfs] 9463 zloop warns that "sudo: command not found" (#615)

2018-10-01 Thread Prakash Surya
Closed #615. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/615#event-1877521835 -- openzfs: openzfs-developer Permalink:

Re: [developer] Userland ZFS?

2018-10-01 Thread Jim Salter
zfs-FUSE is incredibly out of date and I would very much not recommend using it. On October 1, 2018 13:20:40 Richard Elling wrote: On Oct 1, 2018, at 9:47 AM, Chuck Tuffli wrote: The OpenZFS Projects page lists some bullet points for a Userland ZFS implementation. I have a ZFS related

Re: [developer] Userland ZFS?

2018-10-01 Thread Richard Elling
> On Oct 1, 2018, at 9:47 AM, Chuck Tuffli wrote: > > The OpenZFS Projects page lists some bullet points for a Userland ZFS > implementation. I have a ZFS related experiment that would benefit from > running in user-space and was wondering if this is done, a work-in-progress, > etc.. Are

[developer] Userland ZFS?

2018-10-01 Thread Chuck Tuffli
The OpenZFS Projects page lists some bullet points for a Userland ZFS implementation. I have a ZFS related experiment that would benefit from running in user-space and was wondering if this is done, a work-in-progress, etc.. Are there any pointers to previous discussions of this and how it was

[developer] Re: [openzfs/openzfs] Add SIGINFO feature to zfs send (#638)

2018-10-01 Thread Paul Dagnelie
pcd1193182 requested changes on this pull request. I like the idea overall, just a few questions about details of the implementation. >*/ - if (sdd->progress) { We could still have this conditional, just `if(sdd->progress || sdd->siginfo)` Might be best to keep

[developer] Re: [openzfs/openzfs] 9738 Fix third block copy allocations, broken at 9112. (#687)

2018-10-01 Thread George Wilson
grwilson approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/687#pullrequestreview-160374250 -- openzfs:

[developer] Re: [openzfs/openzfs] 9647 Introduce ZFS Read/Write kstats (#664)

2018-10-01 Thread Matthew Ahrens
@sdimitro can you rebase this and then we'll get it integrated. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/664#issuecomment-425963430 --