summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks
Commit message (Expand)AuthorAgeFilesLines
* locks: null dereferencenik-redhat2020-09-291-0/+3
* features/locks: simplify and cleanup internal time managementDmitry Antipov2020-08-215-43/+26
* features/locks: posixlk-clear-lock should set error as EINTRPranith Kumar K2020-06-181-2/+2
* locks: prevent deletion of locked entriesXavi Hernandez2020-06-176-95/+623
* Indicate timezone offsets in timestampsCsaba Henk2020-06-151-4/+4
* add clean local after grant lockl17zhou2020-04-011-7/+8
* core[brick_mux]: brick crashed when creating and deleting volumes over timeMohit Agrawal2020-03-271-0/+4
* Improve logging in EC, client and lock translatorAshish Pandey2020-02-031-4/+8
* lock: fix Coverity CID 1412107Xie Changlong2020-01-061-0/+2
* afr: make heal info locklessRavishankar N2019-12-123-14/+115
* Revert "afr: make heal info lockless"Ravishankar N2019-11-283-102/+14
* afr: make heal info locklessRavishankar N2019-11-283-14/+102
* posix*.c: remove unneeded strlen() callsYaniv Kaul2019-09-051-1/+1
* features/locks: avoid use after freed of frame for blocked lockKinglong Mee2019-08-205-8/+14
* locks/fencing: Address hang while lock preemptionSusant Palai2019-08-023-20/+29
* (multiple files) use dict_allocate_and_serialize() where applicable.Yaniv Kaul2019-07-221-20/+3
* locks: enable notify-contention by defaultXavi Hernandez2019-06-261-1/+1
* multiple files: another attempt to remove includesYaniv Kaul2019-06-144-10/+1
* across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-06-041-1/+1
* across: coverity fixesAmar Tumballi2019-06-032-2/+1
* lock: check null value of dict to avoid log floodingSusant Palai2019-05-231-1/+1
* features/locks: error-out {inode,entry}lk fops with all-zero lk-ownerPranith Kumar K2019-04-265-15/+53
* features/locks: fix coverity issuesXavi Hernandez2019-04-192-1/+6
* Revert "features/locks: error-out {inode,entry}lk fops with all-zero lk-owner"Atin Mukherjee2019-04-175-53/+15
* features/locks: error-out {inode,entry}lk fops with all-zero lk-ownerPranith Kumar K2019-04-165-15/+53
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-0/+2
* locks/fencing: Add a security knob for fencingSusant Palai2019-01-222-9/+31
* lock: Add fencing supportSusant Palai2019-01-176-122/+708
* features/locks: Dump connection_id even for posix locksKrutika Dhananjay2019-01-091-1/+1
* locks: handle "clear locks" xattr in fgetxattr tooCsaba Henk2018-12-143-50/+82
* Multiple posix related files: several modificationsYaniv Kaul2018-12-146-232/+169
* clang: Fix various missing checks for empty listShyamsundarR2018-12-144-66/+86
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-3/+17
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0512-56/+56
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-1/+0
* features/locks: Move logging outside of a locked regionVijay Bellur2018-11-191-3/+3
* features/locks:Use pthread_mutex_unlock() instead of pthread_mutex_lock()Vijay Bellur2018-11-081-1/+1
* lock: Do not allow meta-lock count to be more than oneSusant Palai2018-11-061-1/+34
* all: fix the format string exceptionsAmar Tumballi2018-11-051-5/+5
* Multiple xlators: perform gettimeofday() not under lockYaniv Kaul2018-10-162-6/+6
* features/locks: Fix Coverity issuesAshish Pandey2018-10-121-1/+4
* locks : fix coverity issueSunny Kumar2018-10-102-0/+8
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* features/locks: NULL pointer deferencing clang fixIraj Jamali2018-09-261-3/+3
* Land part 2 of clang-format changesGluster Ant2018-09-127-6472/+6254
* Land clang-format changesGluster Ant2018-09-125-277/+282
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-1/+1
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-311-2/+5
* locks: coverity fixesBhumika Goyal2018-08-241-4/+21
* locks: FORWARD_NULL coverity fixShwetha Acharya2018-08-171-1/+3