Hide Forgot
* Enhance both inodelks and entrylks to support multiple domains. * Rewrite inodelks to separate from POSIX locks' code and support for non-merging of locks
PATCH: http://patches.gluster.com/patch/1461 in master (Removed internal.c and old domain definition in locks.)
PATCH: http://patches.gluster.com/patch/1462 in master (Implemented entry locks and support for domains.)
PATCH: http://patches.gluster.com/patch/1463 in master (Implemented inodelks with support for domains.)
PATCH: http://patches.gluster.com/patch/2077 in master (Fix logic while granting blocked entrylks, which could run into an infinite loop.)
PATCH: http://patches.gluster.com/patch/2117 in master (Remove unnecessary log message. It also accesses a freed lock after an 'unlock'.)
PATCH: http://patches.gluster.com/patch/2260 in master (Do not access a free'd lock while releasing all inodelks of transport.)
PATCH: http://patches.gluster.com/patch/2492 in master (features/locks: Release blocked locks also when server requests to release all locks of a 'transport'.)
PATCH: http://patches.gluster.com/patch/2541 in master (features/locks: Fix inodelk leak when issued an UNLOCK.)
PATCH: http://patches.gluster.com/patch/2630 in master (features/locks: Unwind if inode is NULL to prevent 'lost' frame.)