summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* dict: avoid hash calculation when hash_size=1 (link list imp) (#2171)Tamar Shacked2021-03-011-42/+75
* fuse: add an option to specify the mount display name (#1989)Amar Tumballi2021-02-221-0/+1
* iobuf: use lists instead of iobufs in iobuf_arena struct (#2097)Yaniv Kaul2021-02-162-14/+12
* posix: fix chmod error on symlinks (#2155)Xavi Hernandez2021-02-113-0/+10
* Glustereventsd Default port change (#2091)schaffung2021-02-101-1/+1
* stack.h/c: remove unused variable and reorder structYaniv Kaul2021-02-082-15/+6
* introduce microsleep to improve sleep precision (#2104)renlei42021-02-063-0/+21
* features/shard: delay unlink of a file that has fd_count > 0 (#1563)Vinayak hariharmath2021-02-031-0/+1
* Revert "skip the lock when refcount is not zero" (#2053)Vinayak hariharmath2021-01-261-5/+8
* AFR - fixing coverity issue (Argument cannot be negative) (#2026)Barak Sason Rofman2021-01-221-1/+1
* locks: remove unused conditional switch to spin_lock code (#2007)Vinayak hariharmath2021-01-194-84/+1
* dict: dict_reset() delete all elements using iterationTamar Shacked2021-01-181-19/+35
* Removing unused memory allocationRinku Kothiya2021-01-181-15/+1
* core: Reduce calls to THIS wherever possible (#2010)Karthik Subrahmanya2021-01-152-25/+33
* avoiding memory allocation while printing traceRinku Kothiya2021-01-111-12/+3
* skip the lock when refcount is not zeroRinku Kothiya2021-01-081-8/+5
* posix: avoiding redundant access of dictionary (#1786)Rinku Kothiya2021-01-053-7/+16
* io-stats: Change latency to nanoseconds from microseconds (#1833)Shree Vatsa N2020-12-172-12/+6
* core: Implement gracefull shutdown for a brick process (#1751)mohit842020-12-161-0/+3
* core: Updated the GD_OP_VERSION (#1889)Rinku Kothiya2020-12-141-1/+3
* core: Convert mem_get(0) and mem_put functions to Macors (#1908)mohit842020-12-143-35/+32
* runner: fix for coverity issues in runner_start() (#1902)Nikhil Ladha2020-12-121-5/+7
* Improve error handling (#1914)Rinku Kothiya2020-12-121-0/+6
* core: Optimize _xlator->stats structure to make memory access friendly (#1866)mohit842020-12-046-59/+43
* all: change 'primary' to 'root' where it makes senseRavishankar N2020-12-027-26/+26
* runner: moving to posix_spawnp instead of fork (#1644)Nikhil Ladha2020-12-023-54/+128
* glusterd[brick_mux]: Optimize friend handshake code to avoid call_bail (#1614)mohit842020-11-306-3/+177
* change 'master' xlator to 'primary' xlatorRavishankar N2020-11-303-8/+8
* core: tcmu-runner process continuous growing logs lru_size showing -1 (#1776)mohit842020-11-242-0/+15
* enahancement/debug: Option to generate core dump without killing the process ...Vinayak hariharmath2020-11-233-2/+20
* posix: Attach a posix_spawn_disk_thread with glusterfs_ctx (#1595)mohit842020-11-091-0/+6
* logger: Always print errors in english (#1657)Rinku Kothiya2020-11-071-1/+5
* xlators: misc conscious language changes (#1715)Ravishankar N2020-11-026-24/+22
* cluster/dht: Perform migrate-file with lk-owner (#1581)Pranith Kumar Karampuri2020-10-291-3/+3
* glusterd/afr: enable granular-entry-heal by default (#1621)Ravishankar N2020-10-221-3/+1
* libglusterfs/coverity: pointer to local outside the scope (#1675)Vinayak hariharmath2020-10-212-6/+10
* core: configure optimum inode table hash_size for shd (#1576)mohit842020-10-112-23/+45
* rpcsvc: Add latency tracking for rpc programsPranith Kumar K2020-09-0410-67/+115
* glusterfsd, libglusterfs, rpc: prefer libglusterfs time APIDmitry Antipov2020-09-031-1/+2
* build: extend --enable-valgrind to support Memcheck and DRDDmitry Antipov2020-08-313-4/+11
* libglusterfs: fix dict leakRavishankar N2020-09-013-8/+25
* Events: Fixing coverity issues.Srijan Sivakumar2020-09-011-3/+5
* fuse: fetch arbitrary number of groups from /proc/[pid]/statusCsaba Henk2020-07-171-0/+7
* libglusterfs: add functions to calculate time differenceDmitry Antipov2020-08-142-2/+33
* posix: Implement a janitor thread to close fdMohit Agrawal2020-07-271-0/+7
* dict: Remove redundant checksSheetal Pamecha2020-08-062-41/+30
* Remove need for /proc on FreeBSDDaniel Morante2020-08-094-1/+41
* libglusterfs: cleanup --disable-mempoolDmitry Antipov2020-07-293-121/+130
* Events: Socket creation after getaddrinfo and IPv4 and IPv6 packet capturesrijan-sivakumar2020-07-181-8/+17
* Use sysctl for get_mem_size() on FreeBSDDaniel Morante2020-08-091-1/+1