[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-05-17 Thread Prakash Surya
Closed #609 via 0c2e6408b211ccff8e6de17ec3424b6afc6abd58. -- 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/609#event-1632267255 -- openzfs: openzf

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-09 Thread Igor K
ikozhukhov 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/609#pullrequestreview-110526486 -- openzfs: openzfs-de

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-09 Thread Igor K
ikozhukhov commented on this pull request. > @@ -350,6 +350,9 @@ typedef struct dmu_buf { */ uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); +uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_ty

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-09 Thread Matthew Ahrens
ahrens commented on this pull request. > @@ -350,6 +350,9 @@ typedef struct dmu_buf { */ uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); +uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-09 Thread Igor K
ikozhukhov commented on this pull request. > @@ -350,6 +350,9 @@ typedef struct dmu_buf { */ uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); +uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_ty

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-09 Thread Igor K
ikozhukhov commented on this pull request. > @@ -350,6 +350,9 @@ typedef struct dmu_buf { */ uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); +uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_ty

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-09 Thread Matthew Ahrens
ahrens commented on this pull request. > @@ -350,6 +350,9 @@ typedef struct dmu_buf { */ uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); +uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-07 Thread Igor K
ikozhukhov commented on this pull request. > @@ -350,6 +350,9 @@ typedef struct dmu_buf { */ uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonus_type, int bonus_len, dmu_tx_t *tx); +uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_ty

[developer] Re: [openzfs/openzfs] 9442 decrease indirect block size of spacemaps (#609)

2018-04-07 Thread Albert Lee
trisk approved this pull request. Looks good! -- 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/609#pullrequestreview-110268304 -- openzfs: open