[developer] Re: [openzfs/openzfs] 7431 ZFS Channel Programs [updated] (#397)

2017-06-13 Thread Dan Kimmel
@dankimmel pushed 1 commit. 6763852 address @yuripv's feedback -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/openzfs/openzfs/pull/397/files/6ff952e46f19a83e0ea94e4862270bff3e068b7b..6763852f08aabca25ba90a34099de091082a4ac1

[developer] Re: [openzfs/openzfs] WIP: ZIL Pipelining (#404)

2017-06-13 Thread Richard Yao
@prakashsurya Thanks for that. I think I see why it failed there. That `lwb = zil_lwb_write_start(zilw, lwb);` line after `/* write the last block out */` was not supposed to be there. I manually merged a rather large *.rej file with the intention of leaning on the buildbot to help me catch

[developer] Re: [openzfs/openzfs] 7431 ZFS Channel Programs [updated] (#397)

2017-06-13 Thread Yuri Pankov
yuripv commented on this pull request. > +For full documentation of the ZFS channel program interface, see the manual +page for +.Xr zfs-program(1m). +.Bl -tag -width "" +.It Fl t Ar timeout +Execution time limit, in milliseconds. If a channel program executes for longer +than the provided

[developer] [openzfs/openzfs] Make zvol operations use _by_dnode routines (#403)

2017-06-13 Thread Richard Yao
This continues what was started in 7801 add more by-dnode routines by fully converting zvols to avoid unnecessary dnode_hold() calls. This saves a small amount of CPU time and slightly improves latencies of operations on zvols. Ported from:

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

2017-06-13 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/396#pullrequestreview-43791014 -- openzfs-developer

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

2017-06-13 Thread Prakash Surya
Merged #396. -- 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/396#event-1121797119 -- openzfs-developer Archives:

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-13 Thread Prakash Surya
Thanks; I'll open the RTI for this later today. -- 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/392#issuecomment-308161200 -- openzfs-developer

[developer] Re: [openzfs/openzfs] 8380 Assertion failure panic in zio_buf_alloc() (#401)

2017-06-13 Thread Prakash Surya
this fails to build; it looks like it has references to the "mooch byteswap" feature, which we haven't upstreamed. -- 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] 8204 Makefile changes in zfstest cannot cope with empty directories (#402)

2017-06-13 Thread John Wren Kennedy
jwk404 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/402#pullrequestreview-43766525 -- openzfs-developer

[developer] Re: [openzfs/openzfs] 8204 Makefile changes in zfstest cannot cope with empty directories (#402)

2017-06-13 Thread Robert Mustacchi
Looks good to me. -- 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/402#issuecomment-308139239 -- openzfs-developer Archives:

[developer] Re: [openzfs/openzfs] 8204 Makefile changes in zfstest cannot cope with empty directories (#402)

2017-06-13 Thread Gordon Ross
gwr 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/402#pullrequestreview-43745502 -- openzfs-developer

[developer] Re: [openzfs/openzfs] 8204 Makefile changes in zfstest cannot cope with empty directories (#402)

2017-06-13 Thread Gordon Ross
Yeah, I've run into this too, i.e. when switching branches where one branch has some new test and the other doesn't. LGTM. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[developer] [openzfs/openzfs] 8204 Makefile changes in zfstest cannot cope with empty directories (#402)

2017-06-13 Thread Yuri Pankov
Do a simple test for Makefile existence, same as done in usr/src/lib/Makefile. You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/402 -- Commit Summary -- * 8204 Makefile changes in zfstest cannot cope with empty directories -- File

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-13 Thread Yuri Pankov
Looks like it was unrelated after all, everything passed this time. -- 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/392#issuecomment-308071058

[developer] Re: [openzfs/openzfs] Native data and metadata encryption for zfs (#124)

2017-06-13 Thread Jorgen Lundman
@lundman pushed 2 commits. bbf9bd3 Fixes and improvements after 5th round of review 439cd9c Fixes after rebase and more review -- You are receiving this because you are subscribed to this thread. View it on GitHub: