summaryrefslogtreecommitdiffstats
path: root/xlators/features/index/src/index.c
Commit message (Expand)AuthorAgeFilesLines
* features/index: Optimize link-count fetching code path (#1789)Pranith Kumar Karampuri2021-03-101-19/+58
* Removing unused memory allocationRinku Kothiya2021-01-181-1/+1
* core: Avoid several dict OR key is NULL message in brick logs (#1910)mohit842020-12-111-1/+1
* xlators: prefer libglusterfs time APIDmitry Antipov2020-09-031-1/+1
* core: Avoid dict OR key is NULL message in brick logsMohit Agrawal2020-09-031-1/+1
* graph/shd: Use top down approach while cleaning xlatorMohammed Rafi KC2019-06-271-0/+1
* afr/self-heal:Fix wrong type checkingRavishankar N2019-01-241-4/+8
* all: add xlator_api to many translatorsAmar Tumballi2018-11-281-0/+14
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-4/+4
* index: prevent arbitrary file creation outside entry-changes folderRavishankar N2018-11-011-0/+17
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-09-251-1/+1
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-021-2/+50
* index : fix coverity issues in index.cSunny Kumar2018-09-261-4/+13
* Land part 2 of clang-format changesGluster Ant2018-09-121-2033/+2017
* xlators: move from strlen() to sizeof()Yaniv Kaul2018-08-211-1/+1
* Fix compile warningsXavi Hernandez2018-07-061-4/+15
* features/index: Choose different base file on EMLINK errorPranith Kumar K2018-03-211-18/+9
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-101-9/+12
* Revert "glusterfsd: Memleak in glusterfsd process while brick mux is on"Mohit Agrawal2018-02-181-12/+9
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-101-9/+12
* features/index: Update xlator options tableKaushal M2017-10-101-0/+4
* features/index: initialize the options properlyPranith Kumar2017-11-021-3/+12
* glusterd: do not create .glusterfs/indicesPrashanth Pai2017-08-091-3/+10
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-181-1/+2
* index: Do not proceed with init if brick is not mountedRavishankar N2017-06-151-0/+8
* glusterfsd: Sometime brick process is crashed after enable brick muxMohit Agrawal2017-06-061-6/+18
* glusterfs: Not able to mount running volume after enable brick mux and stoppe...Mohit Agrawal2017-05-251-2/+20
* features/index: Delete granular entry indices of already healed directories d...Krutika Dhananjay2016-11-181-2/+21
* index: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-221-43/+7
* core: use readdir(3) with glibc, and associated cleanupKaleb S. KEITHLEY2016-07-071-60/+69
* features/index: Move gf_log -> gf_msgPranith Kumar K2016-07-141-64/+95
* features/index: Ignore regular files when examining state of the inode wrt EN...Krutika Dhananjay2016-07-071-11/+22
* afr, index: Clean up stale directory and file indices in granular entry shKrutika Dhananjay2016-06-271-21/+163
* features/index: Delete parent dir indices when heal on it is completeKrutika Dhananjay2016-06-221-34/+89
* features/index: Do deletion of name-index in unwind pathKrutika Dhananjay2016-06-151-31/+82
* features/index: Exclude gfid-type for '.', '..'Pranith Kumar K2016-05-311-1/+8
* index: improve compiler warning fixNiels de Vos2016-05-181-3/+3
* index: Fix compiler warningRavishankar N2016-05-131-1/+1
* afr/index: changes for granular entry self-healRavishankar N2015-11-021-192/+517
* features/index: Get gfid type in readdirPranith Kumar K2016-02-251-1/+46
* afr: refresh inode using fstatRavishankar N2015-12-071-12/+53
* features/index : Prevent logging due to NULL dictAnuradha Talur2015-12-081-4/+4
* heal : Changed heal info to process all indices directoriesAnuradha Talur2015-11-231-4/+1
* features/index : Readdirp performance improvementAnuradha Talur2015-11-121-93/+488
* core: use syscall wrappers instead of direct syscalls - miscellaneousKaleb S. KEITHLEY2015-10-011-19/+20
* all: reduce "inline" usageJeff Darcy2015-07-281-2/+2
* build: do not #include "config.h" in each fileNiels de Vos2015-05-181-5/+0
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-021-21/+21
* features/index: Add option to track specific xattrs for xattrop64Pranith Kumar K2015-02-061-42/+146
* telldir()/seekdir() portability fixesEmmanuel Dreyfus2014-12-171-13/+29