Tomasz Gromadzki
Tomasz Gromadzki
# ISSUE: prealloc fails in heavy load conditions ## Environment Information - PMDK package version(s): 1.12 - OS(es) version(s): all - ndctl version(s): 71.1 - kernel version(s): - compiler, libraries,...
# ISSUE: Potential problem with redo log size ## Environment Information - PMDK package version(s): 1.12 - OS(es) version(s): - ndctl version(s): - kernel version(s): - compiler, libraries, packaging and...
prealloc might fail in case of pool reopen after transaction abort - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/5568)
Decrease the amount of stack memory usage by allocating the path buffer on the heap using the Malloc() function. Requires: - [x] #5887 Signed-off-by: Tomasz Gromadzki - - - This...
Decrease the amount of stack memory usage. Remove `inline` attribute for complex `memmove_mov_*` functions. Requires: - [x] #5887 - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/5891)
Decrease the amount of stack memory usage. Remove `inline` attribute for complex `memset_*` functions. Requires: - [x] #5887 - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/5892)
Decrease the amount of stack memory usage by allocating big local data structures (like pool_hdr) on the heap by using the Malloc() function. Requires: - [ ] #5887 - -...
# ISSUE: Obsolete persistent locks after removing FreeBSD support ## Environment Information - PMDK package version(s): 1.13.1 ## Please provide a reproduction of the bug: ``` PMEMmutex_internal *mutex_head; PMEMrwlock_internal *rwlock_head;...
# ISSUE: Remove unnecessary padding fields from os_*_t definitions. ## Environment Information - PMDK package version(s): ## Please provide a reproduction of the bug: The `padding` field of several `os_*_t`...
obj: always log an error that occurs in heap action processing Signed-off-by: Tomasz Gromadzki - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/5589)