[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2017-09-22 Thread Richard Elling
richardelling commented on this pull request. > @@ -59,6 +59,11 @@ vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t > *max_psize, int error; /* +* Rotational optimizations only make sense on block devices I don't think we need a code change here, there is lots of

[developer] Re: [openzfs/openzfs] 7938 disable LBA weighting on files and SSDs (#470)

2017-09-22 Thread Yuri Pankov
yuripv commented on this pull request. > @@ -153,6 +153,7 @@ struct vdev { vdev_stat_t vdev_stat; /* virtual device statistics*/ boolean_t vdev_expanding; /* expand the vdev? */ boolean_t vdev_reopening; /* reopen in progress?

[developer] Re: [openzfs/openzfs] libzfs build warning fixes (#395)

2017-09-22 Thread Prakash Surya
Closed #395. -- 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/395#event-1261421676 -- openzfs-developer Archives:

[developer] [openzfs/openzfs] 8677 Open-Context Channel Programs (#469)

2017-09-22 Thread Serapheim Dimitropoulos
Reviewed by: Matt Ahrens Reviewed by: Chris Williamson Reviewed by: Pavel Zakharov We want to be able to run channel programs outside of synching context. This would greatly improve performance for channel programs