Hello, I found memory leak in posix-locks xlator: pl_inode_t structure for locking allocated in functions truncate_stat_cbk(), pl_open_cbk() and pl_create_cbk() and freeing only in pl_forget() function, that never calling by server xlator. Server xlator does only inode_forget(), that does not free this structure from inode->ctx dictionary. Rommer.